A Python MIT-licensed visual, example-driven guide to Claude Code, with copy-paste templates and a 10-module learning path tied to Claude Code releases. It provides installation steps, feature catalogs, and hands-on templates for commands, memory, skills, subagents, and MCP.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
A visual, example-driven guide to Claude Code, offering copy-paste templates and a guided learning path from basics to advanced features (agents, hooks, skills, MCP servers).
How it works
Structured into modules and sections (Slash Commands, Memory, Skills, Subagents, MCP Protocol, Hooks, Plugins, Checkpoints, Advanced Features, CLI Reference) with examples, installation commands, and usage notes. It includes Mermaid diagrams in the docs and a learning roadmap guiding users from beginner to advanced usage.
Getting started
Getting started in 15 Minutes section provides a step-by-step setup:
# 1. Clone the guide
git clone https://github.com/luongnv89/claude-howto.git
cd claude-howto
# 2. Copy your first slash command
mkdir -p /path/to/your-project/.claude/commands
cp 01-slash-commands/optimize.md /path/to/your-project/.claude/commands/
# 3. Try it — in Claude Code, type:
# /optimize
# 4. Ready for more? Set up project memory:
cp 02-memory/project-CLAUDE.md /path/to/your-project/CLAUDE.md
# 5. Install a skill:
cp -r 03-skills/code-review-specialist ~/.claude/skills/
Also provides a condensed 1-hour essential setup script:
# Slash commands (15 min)
cp 01-slash-commands/*.md .claude/commands/
# Project memory (15 min)
cp 02-memory/project-CLAUDE.md ./CLAUDE.md
# Install a skill (15 min)
cp -r 03-skills/code-review-specialist ~/.claude/skills/
Notes on installation: The README mentions v2.1.113+ shipping as a native per-platform binary with npm as an alternative, and a host for downloads.
Recent releases
Latest releases show synchronization with Claude Code v2.1.160, v2.1.138, v2.1.131, v2.1.126, v2.1.112, with notes about syncing tutorial coverage to each Claude Code release and model updates (Opus 4.x lines) up to v2.1.220 mentioned in the Trusted by Developers section.
Traction
GitHub stars: 40834 Forks: 4980 Open issues: 24
Behind the repo
This section would include startup or company linkage if present; no explicit linked startup/company is provided in the facts.
Caveats
License: MIT Created: 2025-11-07 Last push: 2026-08-04
Note on licensing and usage: MIT license is stated, and the README lists how to read offline and the available installation commands. The latest version stated in the FAQ is Current version: v2.1.220 (July 2026).






