Cc Docs

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

FolderContents
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.mdCurated 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>
DocWhat You'll Learn
overviewWhat Claude Code is, key capabilities, agentic coding workflow
quickstartInstall, authenticate, first session, essential slash commands
setupAdvanced install options, shell completion, system requirements, updating
how-claude-code-worksArchitecture deep dive: agentic loop, context management, tool execution
</details> <details> <summary><b>Core Usage</b> (10 pages) - Daily workflow, commands, shortcuts</summary>
DocWhat You'll Learn
interactive-modeREPL interface, slash commands, @-mentions, multi-turn conversations
cli-referenceEvery CLI flag, option, and command with examples
commandsAll slash commands: /help, /model, /permissions, /memory, and more
common-workflowsExplore-fix, refactor, test, PR creation, plan mode, session management
best-practicesVerification strategies, prompt techniques, CLAUDE.md tips, multi-session patterns
code-reviewManaged review service, multi-agent review, REVIEW.md, trigger modes
keybindingsKeyboard shortcuts and custom keybinding configuration
fast-modeFaster output with same model, toggle behavior
output-stylesOutput formatting: markdown rendering, verbosity, width control
terminal-configTerminal optimization: fonts, colors, Unicode support, recommended terminals
</details> <details> <summary><b>Memory & Settings</b> (6 pages) - Configuration, permissions, environment</summary>
DocWhat You'll Learn
memoryCLAUDE.md files, path-specific rules, auto-memory, imports, organization-wide policies
settingsAll config options, settings scopes (user/project/managed), precedence rules
model-configModel aliases (opus/sonnet/haiku), effort levels, extended context (1M), switching
permissionsPermission modes, allow/deny/ask rules, wildcard patterns, file path restrictions
env-varsEvery environment variable: auth, proxy, debug, model overrides, feature flags
statuslineCustomize the status bar: model, cost, token count, session info
</details> <details> <summary><b>Extensibility</b> (11 pages) - Skills, hooks, MCP, plugins, agents</summary>
DocWhat You'll Learn
features-overviewExtension architecture overview: how skills, hooks, MCP, agents, and plugins layer
skillsCreate slash commands with frontmatter, templates, scripts, invocation control
sub-agentsCreate specialized agents with restricted tools, memory, isolation, hooks
agent-teamsMulti-agent coordination, parallel exploration, task dependencies, quality gates
pluginsCreate plugins bundling skills, agents, hooks, MCP, and LSP servers
plugins-referencePlugin manifest schema, component types, CLI commands, lifecycle
discover-pluginsFind and install community plugins, marketplace browsing
plugin-marketplacesCreate and host plugin marketplaces for distribution
hooksHook events reference, types (command/prompt/agent), exit codes, matchers, JSON output
hooks-guidePractical recipes: auto-format, file protection, notifications, verification
mcpConnect 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>
DocWhat You'll Learn
vs-codeVS Code extension: inline chat, terminal integration, keybindings
jetbrainsJetBrains plugin: IntelliJ, PyCharm, WebStorm, and other IDEs
chromeChrome extension for web-based Claude Code (beta)
desktopDesktop app: features, configuration, native integration
desktop-quickstartGet running with the desktop app in minutes
claude-code-on-the-webBrowser-based Claude Code experience
</details> <details> <summary><b>CI/CD & Automation</b> (6 pages) - GitHub Actions, GitLab, headless, Slack</summary>
DocWhat You'll Learn
headlessNon-interactive mode: -p flag, JSON output, streaming, JSON schema validation
github-actionsclaude-code-action: PR review, issue implementation, triggers, Bedrock/Vertex
gitlab-ci-cdGitLab CI pipelines: MR review, comment triggers, OIDC auth, MCP integration
remote-controlAccess local sessions from phone/tablet/browser, server mode, QR codes
scheduled-tasks/loop for recurring tasks, cron scheduling, reminders, skill re-invocation
slackSlack integration: coding tasks from channels, status updates, PR creation
</details> <details> <summary><b>Cloud Providers</b> (4 pages) - Bedrock, Vertex AI, Foundry, gateways</summary>
DocWhat You'll Learn
amazon-bedrockAWS Bedrock setup: credentials, SSO, cross-region inference, guardrails, IAM
google-vertex-aiGoogle Vertex AI setup: gcloud auth, regions, 1M context, model pinning
microsoft-foundryMicrosoft Foundry integration and configuration
llm-gatewayLLM gateway proxies: LiteLLM, key rotation, multi-provider routing, audit
</details> <details> <summary><b>Enterprise & Security</b> (9 pages) - Auth, sandboxing, compliance, privacy</summary>
DocWhat You'll Learn
authenticationAuth methods: API keys, OAuth, SSO, token management
securitySecurity model, permission system, threat mitigations, safe practices
sandboxingOS-level isolation: filesystem rules, network restrictions, sandbox modes
network-configProxy setup, custom CA certificates, mTLS, credential refresh, domain allowlist
server-managed-settingsOrg-wide settings delivery, policy enforcement, model restrictions (Teams/Enterprise)
third-party-integrationsEnterprise deployment options and partner integrations
data-usageWhat data is collected, how it's used, privacy controls
zero-data-retentionZDR configuration, verification, and limitations
legal-and-complianceCompliance certifications, data processing terms
</details> <details> <summary><b>Operations</b> (6 pages) - Costs, monitoring, debugging, containers</summary>
DocWhat You'll Learn
costsCost tracking, budget limits (--max-budget-usd), optimization strategies
analyticsTeam usage analytics dashboard, reports, tracking
monitoring-usageUsage metrics, API monitoring, performance tracking
checkpointingAuto-checkpoints, /rewind, restore options, session forking, summarization
devcontainerDev container setup with pre-configured security, firewall, isolation
troubleshootingCommon errors, diagnostic commands, fixes, debug mode
</details> <details> <summary><b>Reference</b> (3 pages)</summary>
DocWhat You'll Learn
tools-referenceEvery built-in tool: Read, Edit, Bash, Grep, Glob, Agent, and more
changelogFull release history with features, fixes, and breaking changes
llms.txtRaw 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>
CheatsheetKey Content
overviewWhat Claude Code is, key capabilities, how it differs from other tools
quickstartInstall command, first run, essential keybindings
setupSystem requirements, install methods, shell completion, updating
authenticationAuth methods, API keys, OAuth, token management
features-overviewExtension points at a glance: skills, hooks, MCP, agents, plugins
</details> <details> <summary><b>Usage</b> (5 sheets) - Commands, workflows, keyboard shortcuts</summary>
CheatsheetKey Content
interactive-modeREPL commands, slash commands, context management, multi-turn patterns
cli-referenceAll CLI flags and options in one table
commandsEvery slash command with description and usage
keybindingsKeyboard shortcuts, custom keybinding config
common-workflowsExplore-fix, refactor, test, PR creation, session management recipes
</details> <details> <summary><b>Configuration</b> (9 sheets) - Settings, permissions, environment, models</summary>
CheatsheetKey Content
settingsSettings file locations, scopes, precedence, all config keys
env-varsEvery environment variable with description and default
memoryCLAUDE.md structure, path-specific rules, auto-memory, imports
permissionsPermission modes, rule syntax, wildcard patterns, file path patterns
model-configModel aliases, effort levels, extended context, model switching
output-stylesOutput formatting options, verbosity levels
fast-modeFast mode toggle, behavior differences
statuslineStatus line customization options
server-managed-settingsOrg-wide settings delivery, policy enforcement
</details> <details> <summary><b>Extensions</b> (8 sheets) - Hooks, MCP, plugins, skills</summary>
CheatsheetKey Content
hooksAll hook events, types, exit codes, JSON output format, matchers
hooks-guidePractical hook recipes: formatters, protectors, verifiers
mcpMCP server setup, .mcp.json format, popular integrations
pluginsPlugin structure, manifest format, installation, testing
plugins-referencePlugin API details, component types, CLI commands
discover-pluginsFinding and installing community plugins
plugin-marketplacesCreating and distributing plugin marketplaces
skillsSkill frontmatter, invocation control, string substitutions
</details> <details> <summary><b>Agents</b> (5 sheets) - Subagents, teams, headless, scheduling</summary>
CheatsheetKey Content
sub-agentsAgent frontmatter, tool access, memory, isolation modes
agent-teamsMulti-agent coordination, task lists, display modes, quality gates
headlessNon-interactive mode, JSON output, streaming, session continuation
remote-controlRemote 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>
CheatsheetKey Content
vs-codeVS Code integration, keybindings, panel usage
jetbrainsJetBrains IDE integration, setup, features
chromeChrome extension features and setup
desktopDesktop app features, installation, configuration
desktop-quickstartGetting started with the desktop app
claude-code-on-the-webWeb-based Claude Code usage
terminal-configTerminal setup, font rendering, color support
</details> <details> <summary><b>CI/CD</b> (4 sheets)</summary>
CheatsheetKey Content
github-actionsAction parameters, trigger modes, common claude_args
gitlab-ci-cdPipeline config, MR events, Bedrock OIDC, Vertex WIF
slackSlack integration, routing modes, task triggers
devcontainerDevcontainer config, firewall rules, isolation
</details> <details> <summary><b>Cloud Providers</b> (4 sheets)</summary>
CheatsheetKey Content
amazon-bedrockBedrock env vars, auth methods, model pinning, guardrails
google-vertex-aiVertex AI env vars, regions, 1M context, model versions
microsoft-foundryMicrosoft Foundry setup and configuration
llm-gatewayGateway endpoints, key rotation, provider routing
</details> <details> <summary><b>Security & Privacy</b> (7 sheets)</summary>
CheatsheetKey Content
securitySecurity model, threat mitigations, safe practices
sandboxingSandbox modes, filesystem rules, network restrictions
data-usageWhat data is collected, retention, privacy controls
zero-data-retentionZDR configuration, verification, limitations
network-configProxy, custom CA, mTLS, credential refresh, domain allowlist
legal-and-complianceCompliance certifications, data processing terms
third-party-integrationsEnterprise deployment options, partner integrations
</details> <details> <summary><b>Monitoring</b> (4 sheets)</summary>
CheatsheetKey Content
costsCost tracking, budget limits, optimization strategies
monitoring-usageUsage metrics, API monitoring, performance tracking
analyticsTeam analytics dashboard, usage reports
checkpointingCheckpoint management, rewind options, session forking
</details> <details> <summary><b>Reference</b> (6 sheets)</summary>
CheatsheetKey Content
tools-referenceEvery built-in tool with permission level and description
best-practicesVerification strategies, prompt tips, context management
code-reviewReview service config, trigger modes, REVIEW.md format
troubleshootingCommon errors, diagnostic commands, fixes
how-claude-code-worksArchitecture, agentic loop, context management internals
changelogLatest release highlights and breaking changes
</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

TemplateDescription
SKILL-TEMPLATE.mdSkill patterns - reference, task, research, codegen, script-powered
SUBAGENT-TEMPLATE.mdSubagent patterns - reviewer, debugger, domain expert, hooks, memory, background, worktree
HOOKS-TEMPLATE.mdHook patterns - formatter, protector, notifier, auditor, verifier, all event types

CLAUDE.md Starters

TemplateDescription
CLAUDE-MD-PYTHON.mdPython starter with pytest, ruff, uv/pip/poetry, Django/FastAPI variants
CLAUDE-MD-TYPESCRIPT.mdTypeScript/Node.js starter with ESLint, Prettier, npm/pnpm/bun variants
CLAUDE-MD-REACT.mdReact/Next.js starter with App Router, Tailwind, Vite/shadcn variants
CLAUDE-MD-RAILS.mdRuby on Rails starter with RSpec, Rubocop, Hotwire, API-only variant
CLAUDE-MD-MONOREPO.mdMonorepo starter with path-specific rules, workspace conventions, imports

CI/CD Workflows

TemplateDescription
GITHUB-ACTIONS-PR-REVIEW.mdGitHub Actions PR review with custom rules, Bedrock/Vertex options
GITHUB-ACTIONS-ISSUE-IMPL.mdGitHub Actions auto-implement issues and create PRs
GITLAB-CI-REVIEW.mdGitLab CI MR review with MCP, Bedrock OIDC, Vertex WIF
HEADLESS-SCRIPTS.mdShell scripts for batch migration, pre-commit, JSON output, lint-fix, docs

MCP Integrations

TemplateDescription
MCP-GITHUB.mdGitHub API access (issues, PRs, code search, Enterprise)
MCP-DATABASE.mdDatabase access (PostgreSQL, MySQL, SQLite) with read-only safety
MCP-SLACK-NOTION.mdTeam tools (Slack, Notion, Linear, Jira, Sentry)
MCP-CUSTOM-SERVER.mdBuild your own MCP server (Node.js, Python, HTTP)

Plugins

TemplateDescription
PLUGIN-MINIMAL.mdMinimal plugin scaffold with single skill
PLUGIN-FULL.mdFull plugin with skills, agents, hooks, MCP
PLUGIN-LSP.mdCode intelligence plugin with LSP server

Permissions & Security

TemplateDescription
PERMISSIONS-DEVELOPMENT.mdDev presets (balanced, Python, Rails, Go, restrictive, open)
PERMISSIONS-CICD.mdCI/CD safe mode (read-only, test-running, controlled edits, cost controls)
SANDBOX-DEVCONTAINER.mdDevcontainer with firewall, sandbox settings, Codespaces

Cloud Providers

TemplateDescription
AWS-BEDROCK-SETUP.mdAWS Bedrock (credentials, SSO refresh, model pinning, guardrails)
GCP-VERTEX-SETUP.mdGoogle Vertex AI (gcloud auth, regions, 1M context, model pinning)
LLM-GATEWAY-SETUP.mdLLM gateway/proxy (LiteLLM, key rotation, multi-provider routing)

Agent Teams

TemplateDescription
AGENT-TEAM-CODE-REVIEW.mdMulti-agent code review (security + performance + test coverage)
AGENT-TEAM-FEATURE-DEV.mdFeature dev team (architect + implementer + test writer)
AGENT-TEAM-DEBUGGING.mdDebug team (log analyst + code tracer + hypothesis tester)

Workflow Automation

TemplateDescription
SCHEDULED-TASKS.mdScheduled tasks (build monitoring, PR checks, cron, reminders)
REVIEW-MD-TEMPLATE.mdREVIEW.md templates for TypeScript, Python, Rails, Go, monorepo
REMOTE-CONTROL-SETUP.mdRemote control (server mode, mobile access, concurrent sessions)

Enterprise

TemplateDescription
ENTERPRISE-NETWORK.mdNetwork config (proxy, custom CA, mTLS, credential refresh, firewall)
ENTERPRISE-MANAGED-SETTINGS.mdManaged settings (org-wide permissions, model restrictions, audit)

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>
SkillCommandDescription
commit/commitRun 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>
SkillCommandDescription
review/reviewReview 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/onboardGenerate 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>
SkillDescription
api-conventionsREST 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.

CategoryCountWhat's Inside
api-architecture/10REST/GraphQL design, microservices, CQRS, event sourcing, saga orchestration, OpenAPI
backend-development/20Workflow orchestration, error handling, auth patterns, .NET, Node.js, DHH Rails style, Andrew Kane gems, DSPy.rb
frontend-development/19Next.js App Router, React state, Tailwind, design systems, accessibility, mobile UI, agent-browser, frontend-design
language-specific/23Python (15 skills), TypeScript, Go concurrency, Rust async, Bash defensive scripting
devops-infrastructure/21CI/CD pipelines, K8s, Terraform, GitOps, service mesh, secrets, agent sandboxes, rclone
testing-quality/12E2E testing, TDD, code review, JS/Python testing, browser automation, test-browser
security/14STRIDE threat modeling, SAST, PCI/GDPR compliance, binary analysis, damage control, Ghidra RE
ai-ml/13RAG, prompt engineering, LangChain, LLM eval, embeddings, vector search, agent-native architecture, Gemini imagegen
business/15Market sizing, financial modeling, Stripe/PayPal, risk metrics, investor materials
content-research/12Article writing, deep research, market research, content engine, video editing, web search, summarization, style editing, Proof docs
productivity/35QA, 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/11Multi-reviewer coordination, parallel debugging, task decomposition, agent orchestration
data-engineering/6Airflow DAGs, dbt, Spark optimization, SQL tuning, PostgreSQL
observability/5Distributed tracing, Grafana dashboards, Prometheus, SLO/SLI, Sentry error tracking
blockchain/4Solidity security, DeFi protocols, NFT standards, Web3 testing
game-embedded/3Godot 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>
AgentModelDescription
code-reviewersonnetRead-only code review for quality, security, best practices
security-auditoropusDeep OWASP security audit with severity ratings
test-writersonnetWrite tests matching project framework and style
debuggerinheritHypothesis-driven root cause analysis
docs-writersonnetWrite JSDoc, docstrings, README content
refactorersonnetRefactor for readability, runs tests before/after
performance-analystsonnetFind N+1 queries, memory leaks, slow algorithms
db-readerhaikuRead-only database queries (blocks write SQL via hook)
api-designersonnetDesign RESTful endpoints with OpenAPI output
migration-plannerinheritPhased migration plans with scope analysis
dependency-checkerhaikuAudit npm/pip/bundle/cargo for vulnerabilities
onboarding-guidesonnetGenerate 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).

CategoryCountWhat's Inside
core-development/10API designer, backend/frontend/fullstack developer, mobile, Electron, GraphQL, microservices, UI, WebSocket
language-specialists/26Angular, 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/16Azure, cloud architecture, databases, deployment, DevOps, Docker, incidents, K8s, networking, platform, security, SRE, Terraform, Terragrunt, Windows
quality-security/30Architecture 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/12AI engineering, data analysis/engineering/science, database optimization, LLM architecture, ML/MLOps, NLP, PostgreSQL, prompt engineering
developer-experience/18Build 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/12API docs, blockchain, embedded systems, fintech, gaming, IoT, M365, mobile apps, payments, quant analysis, risk management, SEO
business-product/11Business analysis, content marketing, customer success, legal, product/project management, sales engineering, Scrum, technical writing, UX research, WordPress
meta-orchestration/12Agent 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/15Competitive 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/10Compiler, lexer, parser, runtime, VM, coroutine, memory, object system, language analysis, language architect
poc-engineering/7Architecture design, detailed planning, implementation, problem analysis, programming lead, software architect, task breakdown
design/4Design implementation reviewer, design iterator, Figma design sync, Ankane README writer
team/2Builder (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>
CommandArgumentDescription
/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).

CategoryCountWhat's Inside
development/20Feature scaffolding, build, cook, prime, plan, quick-plan, start, infinite loop, quiz-me, teach-me, sync-tutorials
git-workflow/12Git quality gates, onboarding, Conductor project management (6), worktree management (4)
team-management/12Agent team orchestration (spawn/status/delegate/feature/review/debug/shutdown), standup notes
testing/8TDD cycle (red/green/refactor), test generation, API mocking, performance testing
refactoring/7Refactor with SOLID principles, tech debt analysis, dependency audit, context save/restore
data-migration/7Data pipelines, SQL migrations, code migration, dependency upgrades, legacy modernization
debugging/6Error analysis, error tracing, smart debug, distributed tracing, incident response
review-quality/7Full review orchestrator, PR enhancement, AI-powered review, multi-agent review, UI review
ai-tools/5AI assistant building, LangGraph agents, prompt optimization, agent improvement
deployment-infra/7CI/CD automation, config validation, cost optimization, monitoring, SLO, install, maintenance
security/5SAST scanning, security hardening, dependency vulnerabilities, compliance, XSS scanning
documentation/4Doc 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>
ScriptEventDescription
auto-format.shPostToolUseRun prettier/black/gofmt/rubocop after file edits
protect-files.shPreToolUseBlock edits to .env, lockfiles, .git/, secrets
notify-desktop.shNotificationCross-platform desktop notification
lint-on-save.shPostToolUseRun linter after file edits (non-blocking)
block-dangerous-commands.shPreToolUseBlock rm -rf /, DROP TABLE, force-push to main
log-tool-usage.shPostToolUseAppend JSON lines to audit log
validate-sql.shPreToolUseBlock SQL mutations, allow SELECT only
test-after-edit.shPostToolUseAuto-run related test file after edits
inject-context.shSessionStartRe-inject context after compaction
stop-check.shStopCheck for uncommitted changes before stopping
</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.

CategoryCountWhat's Inside
automation/20Discord/Slack/Telegram notifications (simple, detailed, error), Vercel auto-deploy, build-on-change, dependency checker, deployment health monitor
development-tools/16Smart formatting, lint-on-save, file backup, debug window, TDD gate, plan gate, scope guard, Next.js code quality enforcer, worktree Ghostty layout
pre-tool/9Backup before edit, console.log cleaner, dangerous command blocker, file protection, secret scanner (30+ providers), WebSearch year updater
git/8Conventional commits enforcer, prevent direct push to main, branch name validation, auto-git-add, smart commit
post-tool/6JS/Python formatters, git-add-changes, test runner (multi-framework), security scanner (semgrep/bandit/gitleaks)
monitoring/5Desktop notification on stop, LangSmith tracing, performance budget guard, CPU/memory performance monitor
disler-hooks-mastery/33Complete 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>
RuleGlobsDescription
typescript**/*.ts, **/*.tsxStrict mode, no any, union types over enums, optional chaining
python**/*.pyPEP 8, type hints, f-strings, pathlib, dataclasses
react**/*.tsx, **/*.jsxFunctional components, hooks, accessibility, error boundaries
go**/*.goError checks, table-driven tests, context first param
rails**/*.rb, **/*.erbFat models, thin controllers, scopes, service objects
rust**/*.rsResult 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.

TopicWhat You'll Learn
ProductivitySession management, context control, keyboard shortcuts, /btw, /fork
PromptingPrompt engineering specific to Claude Code, verification criteria, plan mode
DebuggingSystematic debugging, hypothesis testing, /rewind after failed fixes
Cost OptimizationToken management, subagents for research, /effort, /fast, budget limits
Multi-SessionWorktrees, fan-out patterns, writer/reviewer, agent teams
SecurityPermission 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>
StyleDescription
bullet-pointsConcise bullet-point format for scannable output
genuiGenerative UI components in responses
html-structuredHTML-structured output for rich formatting
markdown-focusedClean markdown with headers and code blocks
observable-tools-diffsShow tool calls and diffs visibly
observable-tools-diffs-ttsObservable output with text-to-speech summaries
table-basedTabular output format for structured data
tts-summary-baseBase template for TTS-friendly summaries
tts-summaryText-to-speech optimized summary output
ultra-conciseMinimal output, maximum signal
yaml-structuredYAML-structured output format
</details>

Guides

The guides/ folder has 7 step-by-step workflow guides. Each includes exact prompts to type and expected outcomes at each step.

GuideWhen to Use
TDD WorkflowImplementing features test-first with Claude Code
Security AuditRunning a comprehensive security review
Onboarding a New CodebaseFirst day on an unfamiliar project
Migration PlaybookMigrating frameworks, libraries, or patterns
PR Review WorkflowProfessional code review with subagents
CI/CD SetupAdding Claude Code to GitHub Actions or GitLab CI
Monorepo SetupConfiguring layered CLAUDE.md and per-package skills

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

  1. Scripts/download-cc-docs.sh fetches the doc index from code.claude.com/docs/llms.txt
  2. Extracts all .md URLs and downloads each page
  3. Cleans up JSX/MDX artifacts (component tags, theme={null}, etc.)
  4. 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:

RepositoryStarsFocus
anthropics/claude-code78k+Official Claude Code repository
anthropics/claude-plugins-official11k+Official Anthropic-managed plugin directory
affaan-m/everything-claude-code77k+Skills, instincts, memory, and security optimization system
hesreallyhim/awesome-claude-code28k+Curated list of skills, hooks, commands, and plugins
sickn33/antigravity-awesome-skills24k+1000+ agentic skills collection
VoltAgent/awesome-claude-code-subagents13k+100+ specialized subagents
VoltAgent/awesome-agent-skills11k+500+ agent skills from dev teams and community
SuperClaude-Org/SuperClaude_Framework21k+Configuration framework with specialized commands and personas
wshobson/agents31k+Multi-agent orchestration for Claude Code
shanraisshan/claude-code-best-practice16k+Best practices collection
coleam00/context-engineering-intro12k+Context engineering strategies for Claude Code
davila7/claude-code-templates22k+CLI tool for configuring and monitoring Claude Code
garrytan/gstack13k+Opinionated Claude Code setup with 6 tools
disler/claude-code-hooks-mastery3.3k+Master Claude Code hooks with Python-based system, validators, LLM/TTS integrations
disler/claude-code-damage-control428+Safety skill preventing destructive actions with pattern-based damage control
disler/agent-sandbox-skill340+Manage isolated sandbox environments for agent execution
disler/bowser193+Browser automation with composable skills, subagents, and justfile architecture
disler/fork-repository-skill138+Fork agent to work in parallel terminals
mitsuhiko/agent-stuff1.6k+Script-powered skills from the creator of Flask: Ghidra RE, Sentry, tmux, web-browser, OpenSCAD
mitsuhiko/agent-prompts101+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

Star History Chart


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