The Complete Claude Code Toolkit
Production-ready slash commands, subagents, hooks, MCP integrations, and CLAUDE.md templates โ every one tested, documented, and updated within 48 hours of every Anthropic release.
195 slash commands ยท 113 subagents ยท 52 hooks ยท 108 MCP guides ยท 52 templates
Not another AI blog. The reference library developers bookmark.
AI Code Toolkit exists because Claude Code changes every month, and every Google result for "claude code hook for X" or "claude code MCP for Y" is either outdated, incomplete, or someone's abandoned side project. We fix that. Every page here is production-tested by our editorial team and refreshed within 48 hours of every Anthropic release.
What we build
A definitive, searchable reference for every Claude Code primitive โ slash commands,
subagents, hooks, MCP integrations, CLAUDE.md templates โ plus a paid CLI toolkit
(cctk) that installs any of them into your project in seconds.
Who we build for
Working developers shipping real products with Claude Code โ indie hackers, SaaS founders, platform engineers, and enterprise dev leads. If you use Claude Code daily and want tested configs instead of hallucinated snippets, you're the audience.
Why it works
Claude Code changes fast โ no LLM summary can replace tested, current configs from a trusted source. Our editorial process, community submissions pipeline, and freshness discipline compound. Copy any snippet, ship in production, move on.
Five pillars. 520+ pages. Every Claude Code primitive covered.
Jump into any pillar to browse the full category tree, or search across the whole library.
Slash Commands
Testing, refactoring, code review, deployment, debugging, security, performance โ 15 categories, all copy-paste ready.
Browse commands โSubagents
Specialized configs: framework agents (Next.js, Django), DevOps (Docker, K8s), database, AI/ML, security review.
Browse agents โHooks
PreToolUse gates, cost trackers, auto-formatters, Slack/Discord notifications, secrets scanners, session hooks.
Browse hooks โMCP Guides
Postgres, Stripe, GitHub, Slack, Figma, Sentry, Notion, Linear โ connect Claude Code to every service developers use.
Browse MCP โCLAUDE.md Templates
Battle-tested project setup files for Next.js 15, Django, FastAPI, Rails, React Native, monorepos, MCP servers.
Browse templates โSlash Commands โ every workflow, one keystroke
Fifteen categories covering the full software development lifecycle. Each command ships with a working YAML config, real-world examples, and team-setup guidance.
- /test-unit
- /test-e2e
- /coverage-check
- /mock-external-apis
- /fix-flaky-test
- /refactor
- /extract-function
- /convert-to-typescript
- /reduce-nesting
- /rename-safe
- /docs
- /jsdoc
- /readme
- /api-docs
- /architecture-doc
- /review
- /review-security
- /review-performance
- /pr-summary
- /review-a11y
- /deploy
- /pre-deploy-check
- /rollback-plan
- /feature-flag
- /canary-config
- /commit
- /commit-with-context
- /pr-description
- /merge-conflicts
- /rebase-safe
- /debug
- /find-bug
- /repro
- /log-strategy
- /memory-leak
- /architecture
- /system-design
- /diagram
- /adr
- /data-model
- /component
- /accessibility
- /responsive
- /form-validation
- /error-boundary
- /api-endpoint
- /middleware
- /auth
- /rbac
- /webhook
- /schema
- /migration
- /query-optimize
- /n1-query-fix
- /index-strategy
- /dockerfile
- /ci-pipeline
- /github-actions
- /k8s-manifest
- /terraform-module
- /security-audit
- /dependency-check
- /secrets-scan
- /csrf-protect
- /xss-audit
- /perf-audit
- /cache-strategy
- /bundle-analyze
- /core-web-vitals
- /lazy-load
- /notebook-setup
- /rag-setup
- /embedding-generate
- /vector-search
- /model-eval
Subagents โ specialists for every stack
Subagents let Claude Code route work to purpose-built configurations: security review, Next.js expert, Postgres specialist, K8s engineer. Complete YAML configs with tested system prompts and tool restrictions.
- General ยท Security ยท Performance
- A11y ยท TypeScript ยท React
- Vue ยท Angular ยท Python
- Unit ยท E2E ยท Integration
- Jest ยท Vitest ยท Playwright
- Cypress ยท Pytest ยท RSpec
- Next.js ยท Remix ยท Astro
- Django ยท FastAPI ยท Rails
- Spring ยท Express ยท NestJS
- Docker ยท Kubernetes ยท Terraform
- AWS ยท GCP ยท Azure
- Vercel ยท Cloudflare ยท Netlify
- Postgres ยท MySQL ยท MongoDB
- Redis ยท Supabase ยท Neon
- Prisma ยท Drizzle ยท TypeORM
- RAG ยท Prompt Eng ยท Fine-tuning
- Embeddings ยท LangChain ยท LlamaIndex
- Vector DB ยท LLM Eval
- Tailwind ยท shadcn/ui ยท Radix
- Framer Motion ยท Three.js
- D3.js ยท Chart.js ยท Recharts
- Auth ยท Payments ยท Email
- Webhooks ยท Queues ยท Search
- Analytics ยท Feature Flags ยท A/B
- API Reference Writer
- Tutorial Author ยท ADR Author
- Changelog ยท Migration Guide
Hooks โ automation that runs before, during, and after every tool call
Claude Code hooks let you gate destructive operations, auto-format code, track costs, log to Slack, and enforce security policies. Full JSON schemas + phase (PreToolUse / PostToolUse / SessionStart / SessionEnd) covered.
- approve-destructive
- approve-git-push ยท approve-force-push
- approve-npm-install ยท approve-prod-deploy
- secrets-scan-save
- env-file-protect
- block-dangerous ยท prevent-secret-commit
- log-all-commands
- log-to-sentry ยท log-to-slack
- session-recording ยท token-usage-tracker
- daily-cost-limit
- per-project-cost-tracker
- alert-high-cost ยท cost-report
- auto-format-write
- auto-lint-write ยท auto-typecheck
- auto-black-python ยท auto-ruff ยท auto-gofmt
- auto-test-write
- test-related-files
- coverage-on-save
- auto-commit-after-edit
- auto-branch-per-session
- prevent-commit-main
- notification-on-complete
- slack-notification-error
- discord-webhook ยท email-notification
- trigger-github-action
- deploy-preview ยท rollback-on-fail
- status-check-report
- session-summary
- auto-backup-context
- context-warmup ยท handoff-note
MCP Integration Guides โ connect Claude Code to everything
Model Context Protocol servers let Claude Code read your database, call your APIs, deploy to your cloud, and talk to your team's tools. Complete auth setup, security notes, and real-world use cases for 108 services.
- Postgres ยท MySQL ยท SQLite
- MongoDB ยท Redis ยท DynamoDB
- Supabase ยท Neon ยท PlanetScale
- Stripe ยท HubSpot ยท Notion
- Linear ยท Asana ยท Jira ยท Trello
- Airtable ยท Zapier ยท SendGrid
- AWS (S3, Lambda, RDS)
- GCP ยท Azure ยท Cloudflare
- Vercel ยท Netlify ยท Railway ยท Fly
- Slack ยท Discord ยท Teams
- Gmail ยท Outlook ยท Telegram
- WhatsApp ยท Zoom ยท Calendly
- Figma ยท Canva ยท Framer
- Webflow ยท Google Docs ยท Sheets
- Drive ยท Dropbox ยท OneDrive
- GitHub ยท GitLab ยท Bitbucket
- Docker ยท Kubernetes ยท Terraform
- Sentry ยท Datadog ยท PostHog
- Anthropic ยท OpenAI ยท HuggingFace
- Pinecone ยท Weaviate ยท Chroma
- Snowflake ยท BigQuery ยท Databricks
- Shopify ยท WooCommerce
- BigCommerce ยท Amazon Seller
- Etsy ยท Square ยท PayPal ยท Razorpay
- Mailchimp ยท ConvertKit ยท Beehiiv
- Ahrefs ยท SEMrush ยท Google Ads
- Meta Ads ยท GA ยท Plausible
- Filesystem ยท Web Search
- Web Fetch ยท Puppeteer ยท Playwright
- PDF ยท Image ยท Video
CLAUDE.md Templates โ battle-tested project setup
Every good Claude Code project starts with a great CLAUDE.md. Repo conventions, tools, gotchas, testing rules, deployment targets โ pre-written for 52 popular stacks. Copy, customize, ship.
- Next.js 15 App Router ยท Next.js 14 Pages
- React + Vite ยท SvelteKit ยท Remix ยท Astro
- Vue 3 ยท Nuxt 3 ยท Angular ยท Solid ยท Qwik
- Django ยท FastAPI ยท Flask ยท Rails
- Express ยท NestJS ยท Go stdlib ยท Gin
- Rust Axum ยท Spring Boot ยท Laravel
- T3 stack (Next + tRPC + Prisma)
- MERN (Mongo, Express, React, Node)
- MEAN (Mongo, Express, Angular, Node)
- React Native + Expo
- Flutter ยท iOS SwiftUI
- Android Kotlin + Compose
- Python ML / Data Science
- LangChain ยท LlamaIndex
- RAG ยท Fine-tuning
- Monorepo (Turbo / Nx)
- Serverless Lambda ยท Cloudflare Workers
- Terraform ยท Kubernetes
- SaaS Starter ยท Shopify Hydrogen
- Medusa ยท Chrome Ext ยท VS Code Ext
- CLI Tool ยท MCP Server ยท Discord Bot
15 tools. Zero signup. Real developer utility.
Not toys. Actual tools we built because we needed them ourselves โ generators, builders, analyzers, and calculators for every Claude Code decision.
Slash Command Generator
Describe any task โ get a working YAML slash command with tools, description, and prompt template.
Launch tool โHook Builder (Visual)
Click-and-drop UI to configure Claude Code hooks. Auto-detects phase and exports valid JSON.
Launch tool โAgent Config Wizard
Step-by-step wizard to build subagent configs โ system prompt, tool restrictions, examples.
Launch tool โ POPULARCLAUDE.md Generator
Answer 8 project questions โ get an optimally-structured CLAUDE.md for your stack.
Launch tool โMCP Server Picker
Filter 108+ MCP servers by use case, auth type, and hosting model. Find your match fast.
Launch tool โClaude Code Cost Calculator
Real token cost per task. Compare Sonnet vs Opus vs Haiku for your typical Claude Code workflow.
Launch tool โPrompt Caching Analyzer
Paste a prompt โ see caching savings, breakeven point, and optimization recommendations.
Launch tool โSlash Command Playground
Test any slash command against a sample codebase before you commit it to your project.
Launch tool โHook Simulator
Simulate hook fires with mock tool calls. Debug your hook logic before shipping.
Launch tool โSubagent Router Designer
Design multi-agent routing logic visually. Export as ready-to-use Claude Code config.
Launch tool โToken Usage Estimator
Estimate tokens for context, tools, and system prompts. Plan your context window like a pro.
Launch tool โModel Selector (Sonnet vs Opus)
Answer 5 questions โ get a recommendation on which Claude model fits your workflow.
Launch tool โMCP OAuth Setup Helper
Walks you through OAuth setup for any MCP server. Handles the annoying redirect URI dance.
Launch tool โ NEWRepo โ Claude Code Setup Analyzer
Paste a GitHub URL โ get a tailored Claude Code setup: which commands, agents, hooks, MCPs to install.
Launch tool โClaude Code Setup Score
Grade your current Claude Code setup on best practices. Get a fix-list ranked by impact.
Launch tool โLong-form guides โ the stuff you actually need to read once
3,000โ5,000 word deep-dives with downloadable configs. Written by developers, tested in production, updated on every Anthropic release.
The Complete Claude Code Setup Guide (2026 Edition)
From npm install to a production-ready Claude Code environment: MCP servers, hooks, agents, cost caps, and team sync โ everything wired correctly.
Claude Code Slash Commands โ The Ultimate Playbook
Every pattern for writing, sharing, and versioning slash commands. Includes the 20 commands every dev team should have on day one.
Read guide โSubagents Explained โ When to Use Them, When to Skip
Subagents are powerful but easy to over-engineer. This guide gives you the decision framework, plus 8 production patterns.
Read guide โClaude Code Hooks โ Complete Reference
Every phase, every JSON schema field, every gotcha. Includes 12 copy-paste hook recipes for common workflows.
Read guide โMCP Explained for Developers
What MCP actually is, how it differs from OpenAI functions and LangChain tools, and when it's the right choice.
Read guide โHow to Build Custom MCP Servers
End-to-end: scaffold, auth, tools, resources, distribution. Ships with a working Node.js + Python starter.
Read guide โCut Claude Code Costs 60% (Optimization Playbook)
Prompt caching, batch API, model routing, context trimming. Every lever we've found, ranked by impact.
Read guide โClaude Code Security Best Practices
Secrets handling, approval gating, prompt injection defenses, audit logging. The security posture Anthropic assumes you have.
Read guide โEnterprise Claude Code Rollout Playbook
How to deploy Claude Code across 100+ developers. Governance, SSO, cost allocation, training, and change management.
Read guide โClaude Code vs the world โ honest, tested, no fluff
We benchmark Claude Code against every serious AI coding tool. When Claude wins, we say so with numbers. When it loses, we say that too. Developers trust honest โ and that's why they link back.
Claude Code costs โ real numbers, real optimization
Anthropic's pricing looks simple until you scale. Our cost guides break down every plan, every model, and every optimization lever with real receipts from production usage.
Weekly digests, feature deep-dives, and case studies
Every Tuesday: new commands, Anthropic release recap, and the best community submission of the week. Deep-dives and case studies drop between digests.
Claude Code Weekly #13 โ Custom Skills Ship, MCP OAuth Gets Easier, and the 5 Hooks Every Team Is Using
The biggest release week of the quarter. Anthropic shipped Custom Skills into stable, MCP OAuth setup got a major UX overhaul, and we cover the 5 hooks every mid-size team is rolling out first. Plus: three community submissions we're merging into the library this week, a case study from a Y Combinator W26 team that cut their code review time 68%, and our take on where Claude Code fits in the emerging landscape of agentic coding tools.
Custom Skills โ When to Reach for This Over a Subagent
Anthropic's new Custom Skills feature overlaps subagents and slash commands. Here's the decision tree.
How a 12-Person Startup Cut Code Review Time 70% with Claude Code
The exact 8 commands, 3 hooks, and 2 subagents they use โ and their monthly cost.
The Real Cost of Running Custom MCP Servers
We ran 5 popular MCP servers for 30 days. Here's what each actually costs โ with receipts.
Everything Anthropic Shipped for Claude Code in Q3 2026
Sixteen features, three deprecations, one pricing change. Our take on what matters.
One command to install every command, agent, and hook.
We're building cctk โ a CLI that installs any of the 520+ tested Claude Code
assets on this site directly into your project in seconds. No hunting through docs, no
copy-pasting between tabs. Just cctk install saas-starter and ship.
saas-starter, fastapi-prod, rails-monolith๐ We'll only email you about the cctk launch. No spam.
๐ก While cctk is being built, everything on the site is 100% free โ every command, agent, hook, MCP guide, template, tool, and guide. Start browsing the library โ
๐ Hit a Claude Code error?
Our sister site AI Error Hub has 120+ pages covering Anthropic API errors, Claude Code stack traces, MCP connection failures, and every "why is this broken?" moment. Cross-referenced with the snippets on this site.
Claude Code Weekly โ every Tuesday
One new command, one new agent, one new hook, and every Anthropic release recapped. Read by 13,000+ Claude Code developers. No spam, no fluff, one-click unsubscribe.
๐ Subscribers get early access to new commands, tools, and the upcoming cctk waitlist.
FAQ โ Everything about AI Code Toolkit
Can't find your answer? Get in touch โ we usually reply within 24 hours.
AI Code Toolkit is the definitive reference library and CLI toolkit for Claude Code. It contains 195 slash commands, 113 subagent configs, 52 hooks, 108 MCP integration guides, and 52 CLAUDE.md project templates โ all production-tested by working developers. The paid Claude Code Toolkit CLI (cctk) installs everything into your Claude Code environment with one command.
Yes. All 520+ reference pages, 30 pillar guides, and 15 interactive tools are 100% free to use forever. A paid Toolkit CLI (cctk) is coming later โ it'll install all pre-built commands, agents, hooks, and templates automatically as a time-saving shortcut. Join the waitlist to be notified when it launches.
Working developers building with Claude Code โ indie hackers, SaaS founders, platform engineers, and enterprise dev leads. If you use Claude Code daily and want production-ready, tested configurations instead of building them from scratch, this is your reference. Junior devs also use us as a learning resource since every page shows working code with explanations.
cctk is our upcoming command-line tool. It'll install pre-built Claude Code assets directly into your project โ run cctk install saas-starter and get 40 commands, 15 agents, 8 hooks, Postgres MCP, Stripe MCP, and a CLAUDE.md ready in about 30 seconds. Right now we're focused on shipping the free content library first. Join the waitlist for launch updates and early-access pricing.
Anthropic's docs describe how Claude Code works. AI Code Toolkit gives you the actual code โ production-tested commands, hooks, agents, and MCP configs organized by real developer use cases, not by API surface. Plus the CLI product installs them for you. It's built for search intent ("claude code hook to prevent git push to main") not reference navigation.
In the first 90 days we focus exclusively on Claude Code to build depth โ no half-baked coverage of every tool. After Month 3 we expand to ChatGPT/Codex, Gemini, Perplexity, DeepSeek, Cursor, Copilot, Aider, Cline, and other AI coding tools. Our 40+ comparison pages already cover Claude Code against every serious competitor.
Yes. Every slash command, hook, subagent config, and MCP guide is tested by our editorial team before publishing. Each page shows a "Last tested" date and gets refreshed within 48 hours of every Anthropic Claude Code release. Our editor's job is literally to break code that doesn't work โ pages don't ship until they pass.
Yes. From Month 3 we open a community submissions GitHub repo. Approved contributors get bylines on their pages and rev-share on the marketplace launching in Q4 2026 (70/30 split). Weekly digest features the best community submission of the week.
Enterprise offerings โ SSO integration, on-prem library sync, audit logs, role-based access, and custom command development โ will launch alongside cctk. If you're planning an enterprise Claude Code rollout right now, get in touch and we'll work with you directly on consulting and a custom playbook. Contact us โ
Every Tuesday we ship a weekly digest โ new commands, agent configs, MCP integrations, and community submissions. Anthropic release-day updates ship within 48 hours. All 520+ pages are refreshed on a rolling 90-day freshness cycle. The freshness discipline is our biggest advantage over LLM summaries and abandoned side projects.