Auto-updated collection of Claude Code documentation and resources.
<p align="center">
<img src="https://mintcdn.com/claude-code/c5r9_6tjPMzFdDDT/logo/light.svg?fit=max&auto=format&n=c5r9_6tjPMzFdDDT&q=85&s=78fd01ff4f4340295a4f66e2ea54903c" alt="Claude Code" width="360">
</p>
<p align="center">
Auto-updated mirror of the <a href="https://code.claude.com">Claude Code</a> documentation, sourced from <code>code.claude.com/docs/en/</code>
</p>
<p align="center">
<a href="https://codewithbehnam.github.io/cc-docs/"><strong>Browse all 666 resources on the web</strong></a>
</p>
<p align="center">
<a href="https://github.com/CodeWithBehnam/cc-docs/actions/workflows/update-docs.yml"><img src="https://img.shields.io/github/actions/workflow/status/CodeWithBehnam/cc-docs/update-docs.yml?label=docs%20sync&style=flat-square" alt="Docs Sync"></a>
<a href="https://github.com/CodeWithBehnam/cc-docs/commits"><img src="https://img.shields.io/github/last-commit/CodeWithBehnam/cc-docs?style=flat-square" alt="Last Commit"></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/CodeWithBehnam/cc-docs?style=flat-square" alt="License"></a>
<img src="https://img.shields.io/badge/docs-65%2B%20pages-5A29E0?style=flat-square" alt="65+ Doc Pages">
<img src="https://img.shields.io/badge/cheatsheets-64-29E05A?style=flat-square" alt="64 Cheatsheets">
<img src="https://img.shields.io/badge/templates-33-E05A29?style=flat-square" alt="33 Templates">
<img src="https://img.shields.io/badge/skills-237_(15%20core%20%2B%20222%20community)-FF6B6B?style=flat-square" alt="237 Skills">
<img src="https://img.shields.io/badge/agents-197_(12%20core%20%2B%20185%20community)-6B6BFF?style=flat-square" alt="197 Agents">
<img src="https://img.shields.io/badge/commands-112_(12%20core%20%2B%20100%20community)-FFB86B?style=flat-square" alt="112 Commands">
<img src="https://img.shields.io/badge/hooks-108_(10%20core%20%2B%2098%20community)-6BFFB8?style=flat-square" alt="108 Hook Scripts">
<img src="https://img.shields.io/badge/output--styles-11-B86BFF?style=flat-square" alt="11 Output Styles">
<img src="https://img.shields.io/badge/rules-8-FF6BFF?style=flat-square" alt="8 Rules">
<img src="https://img.shields.io/badge/updates-hourly-blue?style=flat-square" alt="Hourly Updates">
</p>
Last docs pull: <!-- LAST_UPDATED -->2026-04-21 14:41 UTC / 07:41 PT / 10:41 ET / 16:41 CET / 20:11 IST / 23:41 JST<!-- /LAST_UPDATED -->
A GitHub Actions workflow runs every hour, downloads the latest docs, and commits any changes automatically.
What's Included
| Folder | Contents |
|---|
claude-code-docs/ | 65+ full doc pages mirrored from code.claude.com/docs |
cheatsheets/ | 64 scannable quick-reference sheets (one per doc page) |
templates/ | 33 copy-paste-able templates across 9 categories |
skills/ | 237 skills - 15 core + 222 community skills in 16 categories |
agents/ | 197 agents - 12 core + 185 community agents in 14 categories |
commands/ | 112 commands - 12 core + 100 community commands in 12 categories |
hooks/ | 108 hooks - 10 core scripts + 98 community hooks (6 categories + Python hooks mastery) |
output-styles/ | 11 drop-in output style configurations for Claude Code |
rules/ | 8 language-specific coding rules (.claude/rules/) for TypeScript, Python, Go, and more |
tips/ | 7 curated tips files covering productivity, prompting, debugging, cost optimization |
guides/ | 7 step-by-step workflow guides (TDD, security audit, onboarding, CI/CD setup) |
awesome.md | Curated list of the best Claude Code resources, plugins, and tools |
Documentation
The claude-code-docs/ folder contains the complete official Claude Code documentation - 65+ pages mirrored from code.claude.com/docs and updated hourly. These are the full, unabridged docs with all details, examples, and edge cases.
Start here if you're new: overview -> quickstart -> best-practices
<details>
<summary><b>Getting Started</b> (4 pages) - Install, understand, get productive</summary>
| Doc | What You'll Learn |
|---|
| overview | What Claude Code is, key capabilities, agentic coding workflow |
| quickstart | Install, authenticate, first session, essential slash commands |
| setup | Advanced install options, shell completion, system requirements, updating |
| how-claude-code-works | Architecture deep dive: agentic loop, context management, tool execution |
</details>
<details>
<summary><b>Core Usage</b> (10 pages) - Daily workflow, commands, shortcuts</summary>
| Doc | What You'll Learn |
|---|
| interactive-mode | REPL interface, slash commands, @-mentions, multi-turn conversations |
| cli-reference | Every CLI flag, option, and command with examples |
| commands | All slash commands: /help, /model, /permissions, /memory, and more |
| common-workflows | Explore-fix, refactor, test, PR creation, plan mode, session management |
| best-practices | Verification strategies, prompt techniques, CLAUDE.md tips, multi-session patterns |
| code-review | Managed review service, multi-agent review, REVIEW.md, trigger modes |
| keybindings | Keyboard shortcuts and custom keybinding configuration |
| fast-mode | Faster output with same model, toggle behavior |
| output-styles | Output formatting: markdown rendering, verbosity, width control |
| terminal-config | Terminal optimization: fonts, colors, Unicode support, recommended terminals |
</details>
<details>
<summary><b>Memory & Settings</b> (6 pages) - Configuration, permissions, environment</summary>
| Doc | What You'll Learn |
|---|
| memory | CLAUDE.md files, path-specific rules, auto-memory, imports, organization-wide policies |
| settings | All config options, settings scopes (user/project/managed), precedence rules |
| model-config | Model aliases (opus/sonnet/haiku), effort levels, extended context (1M), switching |
| permissions | Permission modes, allow/deny/ask rules, wildcard patterns, file path restrictions |
| env-vars | Every environment variable: auth, proxy, debug, model overrides, feature flags |
| statusline | Customize the status bar: model, cost, token count, session info |
</details>
<details>
<summary><b>Extensibility</b> (11 pages) - Skills, hooks, MCP, plugins, agents</summary>
| Doc | What You'll Learn |
|---|
| features-overview | Extension architecture overview: how skills, hooks, MCP, agents, and plugins layer |
| skills | Create slash commands with frontmatter, templates, scripts, invocation control |
| sub-agents | Create specialized agents with restricted tools, memory, isolation, hooks |
| agent-teams | Multi-agent coordination, parallel exploration, task dependencies, quality gates |
| plugins | Create plugins bundling skills, agents, hooks, MCP, and LSP servers |
| plugins-reference | Plugin manifest schema, component types, CLI commands, lifecycle |
| discover-plugins | Find and install community plugins, marketplace browsing |
| plugin-marketplaces | Create and host plugin marketplaces for distribution |
| hooks | Hook events reference, types (command/prompt/agent), exit codes, matchers, JSON output |
| hooks-guide | Practical recipes: auto-format, file protection, notifications, verification |
| mcp | Connect external tools via MCP: setup, .mcp.json, OAuth, popular integrations |
</details>
<details>
<summary><b>IDE Integrations</b> (6 pages) - VS Code, JetBrains, Chrome, Desktop, Web</summary>
| Doc | What You'll Learn |
|---|
| vs-code | VS Code extension: inline chat, terminal integration, keybindings |
| jetbrains | JetBrains plugin: IntelliJ, PyCharm, WebStorm, and other IDEs |
| chrome | Chrome extension for web-based Claude Code (beta) |
| desktop | Desktop app: features, configuration, native integration |
| desktop-quickstart | Get running with the desktop app in minutes |
| claude-code-on-the-web | Browser-based Claude Code experience |
</details>
<details>
<summary><b>CI/CD & Automation</b> (6 pages) - GitHub Actions, GitLab, headless, Slack</summary>
| Doc | What You'll Learn |
|---|
| headless | Non-interactive mode: -p flag, JSON output, streaming, JSON schema validation |
| github-actions | claude-code-action: PR review, issue implementation, triggers, Bedrock/Vertex |
| gitlab-ci-cd | GitLab CI pipelines: MR review, comment triggers, OIDC auth, MCP integration |
| remote-control | Access local sessions from phone/tablet/browser, server mode, QR codes |
| scheduled-tasks | /loop for recurring tasks, cron scheduling, reminders, skill re-invocation |
| slack | Slack integration: coding tasks from channels, status updates, PR creation |
</details>
<details>
<summary><b>Cloud Providers</b> (4 pages) - Bedrock, Vertex AI, Foundry, gateways</summary>
| Doc | What You'll Learn |
|---|
| amazon-bedrock | AWS Bedrock setup: credentials, SSO, cross-region inference, guardrails, IAM |
| google-vertex-ai | Google Vertex AI setup: gcloud auth, regions, 1M context, model pinning |
| microsoft-foundry | Microsoft Foundry integration and configuration |
| llm-gateway | LLM gateway proxies: LiteLLM, key rotation, multi-provider routing, audit |
</details>
<details>
<summary><b>Enterprise & Security</b> (9 pages) - Auth, sandboxing, compliance, privacy</summary>
| Doc | What You'll Learn |
|---|
| authentication | Auth methods: API keys, OAuth, SSO, token management |
| security | Security model, permission system, threat mitigations, safe practices |
| sandboxing | OS-level isolation: filesystem rules, network restrictions, sandbox modes |
| network-config | Proxy setup, custom CA certificates, mTLS, credential refresh, domain allowlist |
| server-managed-settings | Org-wide settings delivery, policy enforcement, model restrictions (Teams/Enterprise) |
| third-party-integrations | Enterprise deployment options and partner integrations |
| data-usage | What data is collected, how it's used, privacy controls |
| zero-data-retention | ZDR configuration, verification, and limitations |
| legal-and-compliance | Compliance certifications, data processing terms |
</details>
<details>
<summary><b>Operations</b> (6 pages) - Costs, monitoring, debugging, containers</summary>
| Doc | What You'll Learn |
|---|
| costs | Cost tracking, budget limits (--max-budget-usd), optimization strategies |
| analytics | Team usage analytics dashboard, reports, tracking |
| monitoring-usage | Usage metrics, API monitoring, performance tracking |
| checkpointing | Auto-checkpoints, /rewind, restore options, session forking, summarization |
| devcontainer | Dev container setup with pre-configured security, firewall, isolation |
| troubleshooting | Common errors, diagnostic commands, fixes, debug mode |
</details>
<details>
<summary><b>Reference</b> (3 pages)</summary>
| Doc | What You'll Learn |
|---|
| tools-reference | Every built-in tool: Read, Edit, Bash, Grep, Glob, Agent, and more |
| changelog | Full release history with features, fixes, and breaking changes |
| llms.txt | Raw doc index used by the download script |
</details>
Cheatsheets
The cheatsheets/ folder has 64 quick-reference sheets - one for every doc page. Each distills the full documentation into scannable tables, essential commands, config snippets, and common gotchas. Perfect for when you know what you need but want the answer fast.
Full docs give you the complete picture. Cheatsheets give you the answer in 30 seconds.
<details>
<summary><b>Getting Started</b> (5 sheets)</summary>
| Cheatsheet | Key Content |
|---|
| overview | What Claude Code is, key capabilities, how it differs from other tools |
| quickstart | Install command, first run, essential keybindings |
| setup | System requirements, install methods, shell completion, updating |
| authentication | Auth methods, API keys, OAuth, token management |
| features-overview | Extension points at a glance: skills, hooks, MCP, agents, plugins |
</details>
<details>
<summary><b>Usage</b> (5 sheets) - Commands, workflows, keyboard shortcuts</summary>
| Cheatsheet | Key Content |
|---|
| interactive-mode | REPL commands, slash commands, context management, multi-turn patterns |
| cli-reference | All CLI flags and options in one table |
| commands | Every slash command with description and usage |
| keybindings | Keyboard shortcuts, custom keybinding config |
| common-workflows | Explore-fix, refactor, test, PR creation, session management recipes |
</details>
<details>
<summary><b>Configuration</b> (9 sheets) - Settings, permissions, environment, models</summary>
| Cheatsheet | Key Content |
|---|
| settings | Settings file locations, scopes, precedence, all config keys |
| env-vars | Every environment variable with description and default |
| memory | CLAUDE.md structure, path-specific rules, auto-memory, imports |
| permissions | Permission modes, rule syntax, wildcard patterns, file path patterns |
| model-config | Model aliases, effort levels, extended context, model switching |
| output-styles | Output formatting options, verbosity levels |
| fast-mode | Fast mode toggle, behavior differences |
| statusline | Status line customization options |
| server-managed-settings | Org-wide settings delivery, policy enforcement |
</details>
<details>
<summary><b>Extensions</b> (8 sheets) - Hooks, MCP, plugins, skills</summary>
| Cheatsheet | Key Content |
|---|
| hooks | All hook events, types, exit codes, JSON output format, matchers |
| hooks-guide | Practical hook recipes: formatters, protectors, verifiers |
| mcp | MCP server setup, .mcp.json format, popular integrations |
| plugins | Plugin structure, manifest format, installation, testing |
| plugins-reference | Plugin API details, component types, CLI commands |
| discover-plugins | Finding and installing community plugins |
| plugin-marketplaces | Creating and distributing plugin marketplaces |
| skills | Skill frontmatter, invocation control, string substitutions |
</details>
<details>
<summary><b>Agents</b> (5 sheets) - Subagents, teams, headless, scheduling</summary>
| Cheatsheet | Key Content |
|---|
| sub-agents | Agent frontmatter, tool access, memory, isolation modes |
| agent-teams | Multi-agent coordination, task lists, display modes, quality gates |
| headless | Non-interactive mode, JSON output, streaming, session continuation |
| remote-control | Remote access, server mode, QR codes, concurrent sessions |
| scheduled-tasks | /loop syntax, cron expressions, reminders, task management |
</details>
<details>
<summary><b>IDEs & Platforms</b> (7 sheets)</summary>
</details>
<details>
<summary><b>CI/CD</b> (4 sheets)</summary>
| Cheatsheet | Key Content |
|---|
| github-actions | Action parameters, trigger modes, common claude_args |
| gitlab-ci-cd | Pipeline config, MR events, Bedrock OIDC, Vertex WIF |
| slack | Slack integration, routing modes, task triggers |
| devcontainer | Devcontainer config, firewall rules, isolation |
</details>
<details>
<summary><b>Cloud Providers</b> (4 sheets)</summary>
</details>
<details>
<summary><b>Security & Privacy</b> (7 sheets)</summary>
| Cheatsheet | Key Content |
|---|
| security | Security model, threat mitigations, safe practices |
| sandboxing | Sandbox modes, filesystem rules, network restrictions |
| data-usage | What data is collected, retention, privacy controls |
| zero-data-retention | ZDR configuration, verification, limitations |
| network-config | Proxy, custom CA, mTLS, credential refresh, domain allowlist |
| legal-and-compliance | Compliance certifications, data processing terms |
| third-party-integrations | Enterprise deployment options, partner integrations |
</details>
<details>
<summary><b>Monitoring</b> (4 sheets)</summary>
| Cheatsheet | Key Content |
|---|
| costs | Cost tracking, budget limits, optimization strategies |
| monitoring-usage | Usage metrics, API monitoring, performance tracking |
| analytics | Team analytics dashboard, usage reports |
| checkpointing | Checkpoint management, rewind options, session forking |
</details>
<details>
<summary><b>Reference</b> (6 sheets)</summary>
</details>
Templates
The templates/ folder has 33 ready-to-use, copy-paste-able templates. Find what you need, copy it into your project, and customize the placeholders.
Core Extension Patterns
| Template | Description |
|---|
| SKILL-TEMPLATE.md | Skill patterns - reference, task, research, codegen, script-powered |
| SUBAGENT-TEMPLATE.md | Subagent patterns - reviewer, debugger, domain expert, hooks, memory, background, worktree |
| HOOKS-TEMPLATE.md | Hook patterns - formatter, protector, notifier, auditor, verifier, all event types |
CLAUDE.md Starters
| Template | Description |
|---|
| CLAUDE-MD-PYTHON.md | Python starter with pytest, ruff, uv/pip/poetry, Django/FastAPI variants |
| CLAUDE-MD-TYPESCRIPT.md | TypeScript/Node.js starter with ESLint, Prettier, npm/pnpm/bun variants |
| CLAUDE-MD-REACT.md | React/Next.js starter with App Router, Tailwind, Vite/shadcn variants |
| CLAUDE-MD-RAILS.md | Ruby on Rails starter with RSpec, Rubocop, Hotwire, API-only variant |
| CLAUDE-MD-MONOREPO.md | Monorepo starter with path-specific rules, workspace conventions, imports |
CI/CD Workflows
MCP Integrations
| Template | Description |
|---|
| MCP-GITHUB.md | GitHub API access (issues, PRs, code search, Enterprise) |
| MCP-DATABASE.md | Database access (PostgreSQL, MySQL, SQLite) with read-only safety |
| MCP-SLACK-NOTION.md | Team tools (Slack, Notion, Linear, Jira, Sentry) |
| MCP-CUSTOM-SERVER.md | Build your own MCP server (Node.js, Python, HTTP) |
Plugins
Permissions & Security
| Template | Description |
|---|
| PERMISSIONS-DEVELOPMENT.md | Dev presets (balanced, Python, Rails, Go, restrictive, open) |
| PERMISSIONS-CICD.md | CI/CD safe mode (read-only, test-running, controlled edits, cost controls) |
| SANDBOX-DEVCONTAINER.md | Devcontainer with firewall, sandbox settings, Codespaces |
Cloud Providers
Agent Teams
Workflow Automation
Enterprise
Skills
The skills/ folder has 237 skills - 15 core skills plus 222 community skills organized into 16 categories. Copy any skill to .claude/skills/ in your project (or ~/.claude/skills/ for all projects). Invoke with /skill-name or let Claude auto-invoke when relevant.
Skills vs Commands: Skills support directories with supporting files, frontmatter for invocation control, and subagent execution. Commands are simpler single-file alternatives. Both create slash commands.
<details>
<summary><b>Core Task Skills</b> (10 skills) - Workflows you invoke manually</summary>
| Skill | Command | Description |
|---|
| commit | /commit | Run tests, generate conventional commit message, stage and commit |
| pr | /pr [base] | Push branch and create PR with auto-generated description via gh |
| fix-issue | /fix-issue <number> | Read GitHub issue, implement fix, write tests, commit |
| tdd | /tdd <feature> | Red-green-refactor TDD cycle |
| refactor | /refactor <target> | Refactor while preserving behavior, with test verification |
| doc-gen | /doc-gen <target> | Generate or update documentation for a module |
| migrate | /migrate <path> <target> | Migrate code from one framework to another |
| debug | /debug <error> | Systematic debugging with hypothesis testing |
| changelog | /changelog [version] | Generate changelog from git history |
</details>
<details>
<summary><b>Core Research Skills</b> (5 skills) - Run in isolated subagents</summary>
| Skill | Command | Description |
|---|
| review | /review | Review current diff for bugs, security, and style |
| explain | /explain [target] | Explain code with diagrams and analogies |
| security-scan | /security-scan [path] | OWASP Top 10 vulnerability audit |
| onboard | /onboard | Generate codebase overview for new team members |
| perf-audit | /perf-audit [target] | Find performance bottlenecks |
</details>
<details>
<summary><b>Core Reference Skills</b> (1 skill) - Auto-loaded background knowledge</summary>
| Skill | Description |
|---|
| api-conventions | REST API design conventions (auto-loaded when writing API code) |
</details>
<details>
<summary><b>Community Skills</b> (222 skills in 16 categories) - From community repos</summary>
Sources: wshobson/agents, affaan-m/everything-claude-code, garrytan/gstack, disler, mitsuhiko/agent-stuff, EveryInc/compound-engineering-plugin. Each skill is in its own subdirectory with a SKILL.md file and optional reference files.
| Category | Count | What's Inside |
|---|
api-architecture/ | 10 | REST/GraphQL design, microservices, CQRS, event sourcing, saga orchestration, OpenAPI |
backend-development/ | 20 | Workflow orchestration, error handling, auth patterns, .NET, Node.js, DHH Rails style, Andrew Kane gems, DSPy.rb |
frontend-development/ | 19 | Next.js App Router, React state, Tailwind, design systems, accessibility, mobile UI, agent-browser, frontend-design |
language-specific/ | 23 | Python (15 skills), TypeScript, Go concurrency, Rust async, Bash defensive scripting |
devops-infrastructure/ | 21 | CI/CD pipelines, K8s, Terraform, GitOps, service mesh, secrets, agent sandboxes, rclone |
testing-quality/ | 12 | E2E testing, TDD, code review, JS/Python testing, browser automation, test-browser |
security/ | 14 | STRIDE threat modeling, SAST, PCI/GDPR compliance, binary analysis, damage control, Ghidra RE |
ai-ml/ | 13 | RAG, prompt engineering, LangChain, LLM eval, embeddings, vector search, agent-native architecture, Gemini imagegen |
business/ | 15 | Market sizing, financial modeling, Stripe/PayPal, risk metrics, investor materials |
content-research/ | 12 | Article writing, deep research, market research, content engine, video editing, web search, summarization, style editing, Proof docs |
productivity/ | 35 | QA, code reviews, shipping, justfile, worktrees, fork-terminal, meta-skill, library, Mac control, tmux, mermaid, Google Workspace, CE workflow (brainstorm/plan/review/work/compound), create-agent-skills, coding-tutor |
team-workflow/ | 11 | Multi-reviewer coordination, parallel debugging, task decomposition, agent orchestration |
data-engineering/ | 6 | Airflow DAGs, dbt, Spark optimization, SQL tuning, PostgreSQL |
observability/ | 5 | Distributed tracing, Grafana dashboards, Prometheus, SLO/SLI, Sentry error tracking |
blockchain/ | 4 | Solidity security, DeFi protocols, NFT standards, Web3 testing |
game-embedded/ | 3 | Godot GDScript, Unity ECS patterns, OpenSCAD 3D modeling |
</details>
Agents
The agents/ folder has 197 agents - 12 core agents plus 185 community agents organized into 14 categories. Copy any .md file to .claude/agents/ in your project (or ~/.claude/agents/ for all projects).
<details>
<summary><b>Core Agents</b> (12 agents) - Battle-tested, ready to use</summary>
| Agent | Model | Description |
|---|
| code-reviewer | sonnet | Read-only code review for quality, security, best practices |
| security-auditor | opus | Deep OWASP security audit with severity ratings |
| test-writer | sonnet | Write tests matching project framework and style |
| debugger | inherit | Hypothesis-driven root cause analysis |
| docs-writer | sonnet | Write JSDoc, docstrings, README content |
| refactorer | sonnet | Refactor for readability, runs tests before/after |
| performance-analyst | sonnet | Find N+1 queries, memory leaks, slow algorithms |
| db-reader | haiku | Read-only database queries (blocks write SQL via hook) |
| api-designer | sonnet | Design RESTful endpoints with OpenAPI output |
| migration-planner | inherit | Phased migration plans with scope analysis |
| dependency-checker | haiku | Audit npm/pip/bundle/cargo for vulnerabilities |
| onboarding-guide | sonnet | Generate architecture overviews (uses project memory) |
</details>
<details>
<summary><b>Community Agents</b> (185 agents in 14 categories) - From VoltAgent, disler, mitsuhiko, and EveryInc</summary>
Sources: VoltAgent/awesome-claude-code-subagents, disler, mitsuhiko/agent-prompts, EveryInc/compound-engineering-plugin (MIT license).
| Category | Count | What's Inside |
|---|
core-development/ | 10 | API designer, backend/frontend/fullstack developer, mobile, Electron, GraphQL, microservices, UI, WebSocket |
language-specialists/ | 26 | Angular, C++, C#, Django, .NET, Elixir, Flutter, Go, Java, JS, Kotlin, Laravel, Next.js, PHP, PowerShell, Python, Rails, React, Rust, Spring Boot, SQL, Swift, TypeScript, Vue |
infrastructure/ | 16 | Azure, cloud architecture, databases, deployment, DevOps, Docker, incidents, K8s, networking, platform, security, SRE, Terraform, Terragrunt, Windows |
quality-security/ | 30 | Architecture review, code simplicity, data integrity/migration, deployment verification, DHH Rails, Kieran Python/Rails/TypeScript, pattern recognition, performance oracle, schema drift, security sentinel, frontend races, agent-native, plus original VoltAgent agents |
data-ai/ | 12 | AI engineering, data analysis/engineering/science, database optimization, LLM architecture, ML/MLOps, NLP, PostgreSQL, prompt engineering |
developer-experience/ | 18 | Build systems, CLI tools, dependencies, documentation, DX optimization, Git workflows, legacy modernization, MCP, refactoring, docs scraping, scout reports, bug reproduction, PR comment resolution, spec flow analysis |
specialized-domains/ | 12 | API docs, blockchain, embedded systems, fintech, gaming, IoT, M365, mobile apps, payments, quant analysis, risk management, SEO |
business-product/ | 11 | Business analysis, content marketing, customer success, legal, product/project management, sales engineering, Scrum, technical writing, UX research, WordPress |
meta-orchestration/ | 12 | Agent installation/organization, context management, error coordination, IT ops, knowledge synthesis, multi-agent coordination, performance monitoring, task distribution, workflows, meta-agent, work-completion-summary |
research-analysis/ | 15 | Competitive analysis, data/market research, research analysis, scientific literature, search, trend analysis, citations, research lead/subagent, best-practices researcher, framework docs, git history, learnings, repo analyst |
lang-engineering/ | 10 | Compiler, lexer, parser, runtime, VM, coroutine, memory, object system, language analysis, language architect |
poc-engineering/ | 7 | Architecture design, detailed planning, implementation, problem analysis, programming lead, software architect, task breakdown |
design/ | 4 | Design implementation reviewer, design iterator, Figma design sync, Ankane README writer |
team/ | 2 | Builder (implementation) and validator (quality assurance) team agents for paired workflows |
</details>
Commands
The commands/ folder has 112 commands - 12 core commands plus 100 community commands organized into 12 categories. Copy any .md file to .claude/commands/ in your project.
<details>
<summary><b>Core Commands</b> (12 commands) - Essential daily workflows</summary>
| Command | Argument | Description |
|---|
| /commit | - | Run tests, stage, generate conventional commit message |
| /pr | - | Summarize changes, push, create PR with gh |
| /review | - | Diff against main, report by priority |
| /fix-issue | <issue-number> | Fetch issue, implement fix, write tests, commit |
| /tdd | <feature> | Red-green-refactor TDD cycle |
| /deploy | <staging|production> | Run tests, build, deploy with safety checks |
| /lint-fix | - | Auto-detect linter, fix issues, report remainder |
| /deps-update | - | Audit, list outdated, update safe ones, run tests |
| /explain | <file or symbol> | ASCII diagram, analogy, walkthrough, gotchas |
| /release | <version> | Changelog, version bump, tag, push, GitHub release |
| /db-migrate | <description> | Generate migration with up/down, test rollback |
| /new-feature | <feature name> | Scaffold following existing patterns |
</details>
<details>
<summary><b>Community Commands</b> (100 commands in 12 categories) - From community repos</summary>
Sources: wshobson/agents, davila7/claude-code-templates, disler, EveryInc/compound-engineering-plugin (MIT license).
| Category | Count | What's Inside |
|---|
development/ | 20 | Feature scaffolding, build, cook, prime, plan, quick-plan, start, infinite loop, quiz-me, teach-me, sync-tutorials |
git-workflow/ | 12 | Git quality gates, onboarding, Conductor project management (6), worktree management (4) |
team-management/ | 12 | Agent team orchestration (spawn/status/delegate/feature/review/debug/shutdown), standup notes |
testing/ | 8 | TDD cycle (red/green/refactor), test generation, API mocking, performance testing |
refactoring/ | 7 | Refactor with SOLID principles, tech debt analysis, dependency audit, context save/restore |
data-migration/ | 7 | Data pipelines, SQL migrations, code migration, dependency upgrades, legacy modernization |
debugging/ | 6 | Error analysis, error tracing, smart debug, distributed tracing, incident response |
review-quality/ | 7 | Full review orchestrator, PR enhancement, AI-powered review, multi-agent review, UI review |
ai-tools/ | 5 | AI assistant building, LangGraph agents, prompt optimization, agent improvement |
deployment-infra/ | 7 | CI/CD automation, config validation, cost optimization, monitoring, SLO, install, maintenance |
security/ | 5 | SAST scanning, security hardening, dependency vulnerabilities, compliance, XSS scanning |
documentation/ | 4 | Doc generation, code explanation, C4 architecture docs, blog articles |
</details>
Hook Scripts
The hooks/ folder has 108 hooks - 10 core bash scripts plus 98 community hook configurations organized into 6 categories plus a comprehensive Python hooks mastery system. Wire them into .claude/settings.json.
<details>
<summary><b>Core Hook Scripts</b> (10 scripts) - Production-ready workflow enforcement</summary>
</details>
<details>
<summary><b>Community Hooks</b> (98 hooks in 7 sections) - From davila7 and disler</summary>
Sources: davila7/claude-code-templates, disler/claude-code-hooks-mastery (MIT license). See hooks/community/README.md for installation instructions.
| Category | Count | What's Inside |
|---|
automation/ | 20 | Discord/Slack/Telegram notifications (simple, detailed, error), Vercel auto-deploy, build-on-change, dependency checker, deployment health monitor |
development-tools/ | 16 | Smart formatting, lint-on-save, file backup, debug window, TDD gate, plan gate, scope guard, Next.js code quality enforcer, worktree Ghostty layout |
pre-tool/ | 9 | Backup before edit, console.log cleaner, dangerous command blocker, file protection, secret scanner (30+ providers), WebSearch year updater |
git/ | 8 | Conventional commits enforcer, prevent direct push to main, branch name validation, auto-git-add, smart commit |
post-tool/ | 6 | JS/Python formatters, git-add-changes, test runner (multi-framework), security scanner (semgrep/bandit/gitleaks) |
monitoring/ | 5 | Desktop notification on stop, LangSmith tracing, performance budget guard, CPU/memory performance monitor |
disler-hooks-mastery/ | 33 | Complete Python hooks system: 13 lifecycle hooks (all event types), 4 validators (ruff, ty, file content, new file), LLM integrations (Anthropic, OpenAI, Ollama), TTS (ElevenLabs, OpenAI, pyttsx3), human-in-the-loop patterns, observability |
</details>
Rules
The rules/ folder has 8 language-specific coding rules. Copy to .claude/rules/ in your project. Claude auto-loads a rule when working with files matching its glob patterns.
<details>
<summary><b>All 8 Rules</b> - Path-specific coding conventions</summary>
| Rule | Globs | Description |
|---|
| typescript | **/*.ts, **/*.tsx | Strict mode, no any, union types over enums, optional chaining |
| python | **/*.py | PEP 8, type hints, f-strings, pathlib, dataclasses |
| react | **/*.tsx, **/*.jsx | Functional components, hooks, accessibility, error boundaries |
| go | **/*.go | Error checks, table-driven tests, context first param |
| rails | **/*.rb, **/*.erb | Fat models, thin controllers, scopes, service objects |
| rust | **/*.rs | Result over panic, ? operator, minimize unsafe |
| sql | **/*.sql, **/migrations/** | Reversible migrations, index foreign keys, BIGINT IDs |
| testing | **/*test*, **/*spec* | Arrange-Act-Assert, one concept per test, no sleep |
</details>
Tips & Tricks
The tips/ folder has 7 curated tips files organized by topic. Practical, actionable techniques from daily Claude Code usage.
| Topic | What You'll Learn |
|---|
| Productivity | Session management, context control, keyboard shortcuts, /btw, /fork |
| Prompting | Prompt engineering specific to Claude Code, verification criteria, plan mode |
| Debugging | Systematic debugging, hypothesis testing, /rewind after failed fixes |
| Cost Optimization | Token management, subagents for research, /effort, /fast, budget limits |
| Multi-Session | Worktrees, fan-out patterns, writer/reviewer, agent teams |
| Security | Permission deny rules, /sandbox, hook-based protections, devcontainers |
Output Styles
The output-styles/ folder has 11 drop-in output style files from disler. Copy to .claude/output-styles/ and select via /output-style in Claude Code.
<details>
<summary><b>All 11 Output Styles</b> - Customize Claude's response format</summary>
</details>
Guides
The guides/ folder has 7 step-by-step workflow guides. Each includes exact prompts to type and expected outcomes at each step.
Awesome Claude Code
The awesome.md file is a curated list of the best Claude Code resources: official docs, community plugins, MCP servers, CLAUDE.md examples, guides, tools, and enterprise resources.
How it works
Scripts/download-cc-docs.sh fetches the doc index from code.claude.com/docs/llms.txt
- Extracts all
.md URLs and downloads each page
- Cleans up JSX/MDX artifacts (component tags,
theme={null}, etc.)
- The GitHub Actions workflow commits and pushes if anything changed
Using these docs with Claude Code
Add this repo as a reference in your CLAUDE.md:
See https://github.com/CodeWithBehnam/cc-docs for Claude Code documentation.
Or clone it locally and point to specific files for context.
Manual Update
bash Scripts/download-cc-docs.sh
Contributing
Contributions are welcome! See CONTRIBUTING.md for guidelines.
This project follows the Contributor Covenant Code of Conduct and is licensed under MIT.
Related Projects
Other great Claude Code community projects worth checking out:
| Repository | Stars | Focus |
|---|
| anthropics/claude-code | 78k+ | Official Claude Code repository |
| anthropics/claude-plugins-official | 11k+ | Official Anthropic-managed plugin directory |
| affaan-m/everything-claude-code | 77k+ | Skills, instincts, memory, and security optimization system |
| hesreallyhim/awesome-claude-code | 28k+ | Curated list of skills, hooks, commands, and plugins |
| sickn33/antigravity-awesome-skills | 24k+ | 1000+ agentic skills collection |
| VoltAgent/awesome-claude-code-subagents | 13k+ | 100+ specialized subagents |
| VoltAgent/awesome-agent-skills | 11k+ | 500+ agent skills from dev teams and community |
| SuperClaude-Org/SuperClaude_Framework | 21k+ | Configuration framework with specialized commands and personas |
| wshobson/agents | 31k+ | Multi-agent orchestration for Claude Code |
| shanraisshan/claude-code-best-practice | 16k+ | Best practices collection |
| coleam00/context-engineering-intro | 12k+ | Context engineering strategies for Claude Code |
| davila7/claude-code-templates | 22k+ | CLI tool for configuring and monitoring Claude Code |
| garrytan/gstack | 13k+ | Opinionated Claude Code setup with 6 tools |
| disler/claude-code-hooks-mastery | 3.3k+ | Master Claude Code hooks with Python-based system, validators, LLM/TTS integrations |
| disler/claude-code-damage-control | 428+ | Safety skill preventing destructive actions with pattern-based damage control |
| disler/agent-sandbox-skill | 340+ | Manage isolated sandbox environments for agent execution |
| disler/bowser | 193+ | Browser automation with composable skills, subagents, and justfile architecture |
| disler/fork-repository-skill | 138+ | Fork agent to work in parallel terminals |
| mitsuhiko/agent-stuff | 1.6k+ | Script-powered skills from the creator of Flask: Ghidra RE, Sentry, tmux, web-browser, OpenSCAD |
| mitsuhiko/agent-prompts | 101+ | Specialized agents for language engineering (compiler, lexer, parser, VM) and POC engineering |
| EveryInc/compound-engineering-plugin | - | Compound engineering workflow: 27 review/research/design agents, 46 skills, CE brainstorm-plan-review-work cycle |
Star History

claude claude-code anthropic documentation ai-coding developer-tools cheatsheet