explaingit

luongnv89/claude-howto

📈 Trending33,407PythonAudience · developerComplexity · 2/5ActiveLicenseSetup · easy

TLDR

A structured learning guide for Claude Code with ten tutorial modules, templates, and quizzes that teach you how to combine features into real workflows, from basic usage to advanced automation.

Mindmap

mindmap
  root((repo))
    What it does
      Tutorial modules
      Copy-paste templates
      Self-assessment quizzes
    Learning path
      Slash commands
      Memory management
      Hooks and workflows
      Subagents and skills
    Features covered
      MCP servers
      Plugins
      Advanced automation
    Use cases
      Code reviews
      Deployment pipelines
      Task delegation
    Tech stack
      Python examples
      JSON YAML config
    Audience
      Claude Code users
      Workflow builders

Things people build with this

USE CASE 1

Build automated code review workflows using hooks and subagents to check pull requests without manual intervention.

USE CASE 2

Create reusable skills and integrate external tools via MCP servers to extend Claude Code's capabilities for your team.

USE CASE 3

Set up deployment pipelines that delegate tasks to subagents and use memory files to track project state across sessions.

USE CASE 4

Learn Claude Code features progressively with time-estimated modules and self-assessment quizzes built into the guide.

Tech stack

PythonJSONYAMLMarkdown

Getting it running

Difficulty · easy Time to first run · 5min
Use freely for any purpose including commercial, as long as you keep the copyright notice.

In plain English

Claude How To is a structured, example-driven learning guide for Claude Code, Anthropic's AI-powered command-line coding assistant. It solves the problem that the official Claude Code documentation describes individual features but does not show how to combine them into real workflows, leaving users without a clear learning path from basic usage to advanced capabilities. The guide is organized into ten tutorial modules covering slash commands, memory management, checkpoints, CLI usage, skills, hooks, MCP (Model Context Protocol) servers, subagents, advanced features, and plugins. Each module includes visual diagrams showing how the feature works internally, copy-paste configuration templates you can immediately drop into your project, and self-assessment quizzes accessible directly within Claude Code by typing slash commands like /self-assessment or /lesson-quiz hooks. The learning path is designed to be progressive: earlier modules build foundational knowledge that later modules rely on. The guide estimates the full path takes eleven to thirteen hours and includes time estimates per module so learners can plan accordingly. Templates cover CLAUDE.md project memory files, hook scripts, subagent definitions, skill configurations, and full plugin bundles, giving concrete starting points rather than just explanations. You would use this when you want to move beyond basic Claude Code prompting and learn how to build automated workflows using hooks, delegate tasks to subagents, create reusable skills, integrate external tools via MCP, or combine multiple features into end-to-end pipelines like automated code reviews or deployment processes. The repository's primary language is Python for its example scripts, but the guide content covers configuration in JSON, YAML, and Markdown. It is synced with Claude Code releases and is available in English, Vietnamese, Chinese, Ukrainian, and Japanese.

Copy-paste prompts

Prompt 1
I want to set up automated code reviews in Claude Code. Walk me through the hooks and subagent configuration from the claude-howto guide.
Prompt 2
Show me how to create a reusable skill in Claude Code and integrate it with an MCP server using the templates from claude-howto.
Prompt 3
I need to build a deployment pipeline using Claude Code subagents. What's the recommended workflow from the claude-howto modules?
Prompt 4
Help me understand how to use CLAUDE.md project memory files and checkpoints to maintain state across Claude Code sessions, based on the claude-howto guide.
Prompt 5
I want to combine hooks, skills, and MCP servers into an end-to-end workflow. What's the learning path in claude-howto?
Open on GitHub → Explain another repo

Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.