by luongnv89
A visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
# Add to your Claude Code skills
git clone https://github.com/luongnv89/claude-howto🌐 Language / Ngôn ngữ / 语言 / Мова: English | Tiếng Việt | 中文 | Українська
Go from typing claude to orchestrating agents, hooks, skills, and MCP servers — with visual tutorials, copy-paste templates, and a guided learning path.
Get Started in 15 Minutes | Find Your Level | Browse the Feature Catalog
No comments yet. Be the first to share your thoughts!
You installed Claude Code. You ran a few prompts. Now what?
You're leaving 90% of Claude Code's power on the table — and you don't know what you don't know.
This isn't another feature reference. It's a structured, visual, example-driven guide that teaches you to use every Claude Code feature with real-world templates you can copy into your project today.
| | Official Docs | This Guide | |--|---------------|------------| | Format | Reference documentation | Visual tutorials with Mermaid diagrams | | Depth | Feature descriptions | How it works under the hood | | Examples | Basic snippets | Production-ready templates you use immediately | | Structure | Feature-organized | Progressive learning path (beginner to advanced) | | Onboarding | Self-directed | Guided roadmap with time estimates | | Self-Assessment | None | Interactive quizzes to find your gaps and build a personalized path |
/self-assessment or /lesson-quiz hooks directly in Claude Code to identify gapsTake the self-assessment quiz or run /self-assessment in Claude Code. Get a personalized roadmap based on what you already know.
Work through 10 modules in order — each builds on the last. Copy templates directly into your project as you learn.
The real power is in combining features. Learn to wire slash commands + memory + subagents + hooks into automated pipelines that handle code reviews, deployments, and documentation generation.
Run /lesson-quiz [topic] after each module. The quiz pinpoints what you missed so you can fill gaps fast.
Take the self-assessment or pick your level:
| Level | You can... | Start here | Time | |-------|-----------|------------|------| | Beginner | Start Claude Code and chat | Slash Commands | ~2.5 hours | | Intermediate | Use CLAUDE.md and custom commands | Skills | ~3.5 hours | | Advanced | Configure MCP servers and hooks | Advanced Features | ~5 hours |
Full learning path with all 10 modules:
| Order | Module | Level | Time | |-------|--------|-------|------| | 1 | Slash Commands | Beginner | 30 min | | 2 | Memory | Beginner+ | 45 min | | 3 | Checkpoints | Intermediate | 45 min | | 4 | CLI Basics | Beginner+ | 30 min | | 5 | Skills | Intermediate | 1 hour | | 6 | Hooks | Intermediate | 1 hour | | 7 | MCP | Intermediate+ | 1 hour | | 8 | Subagents | Intermediate+ | 1.5 hours | | 9 | Advanced Features | Advanced | 2-3 hours | | 10 | Plugins | Advanced | 2 hours |
# 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 ~/.claude/skills/
Want the full setup? Here's the 1-hour essential setup:
# 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 ~/.claude/skills/
# Weekend goal: add hooks, subagents, MCP, and plugins
# Follow the learning path for guided setup
| Use Case | Features You'll Combine | |----------|------------------------| | Automated Code Review | Slash Commands + Subagents + Memory + MCP | | Team Onboarding | Memory + Slash Commands + Plugins | | CI/CD Automation | CLI Reference + Hooks + Background Tasks | | Documentation Generation | Skills + Subagents + Plugins | | Security Audits | Subagents + Skills + Hooks (read-only mode) | | DevOps Pipelines | Plugins + MCP + Hooks + Background Tasks | | Complex Refactoring | Checkpoints + Planning Mode + Hooks |
Is this free? Yes. MIT licensed, free forever. Use it in personal projects, at work, in your team — no restrictions beyond including the license notice.
Is this maintained? Actively. The guide is synced with every Claude Code release. Current version: v2.3.0 (April 2026), compatible with Claude Code 2.1+.
How is this different from the official docs? The official docs are a feature reference. This guide is a tutorial with diagrams, production-ready templates, and a progressive learning path. They complement each other — start here to learn, reference the docs when you need specifics.
How long does it take to go through everything? 11-13 hours for the full path. But you'll get immediate value in 15 minutes — just copy a slash command template and try it.
Can I use this with Claude Sonnet / Haiku / Opus? Yes. All templates work with Claude Sonnet 4.6, Claude Opus 4.6, and Claude Haiku 4.5.
Can I contribute? Absolutely. See CONTRIBUTING.md for guidelines. We welcome new examples, bug fixes, documentation improvements, and community templates.
Can I read this offline?
Yes. Run uv run scripts/build_epub.py to generate an EPUB ebook with all content and rendered diagrams.
You already have Claude Code installed. The only thing between you and 10x productivity is knowing how to use it. This guide gives you the structured path, the visual explanations, and the copy-paste templates to get there.
MIT licensed. Free forever. Clone it, fork it, make it yours.
| Feature | Description | Folder | |---------|---------