Claude Code Templates is a CLI tool and browsable catalog of ready-to-use configurations for Anthropic's Claude Code. It's aimed at developers who use Claude Code and want prebuilt agents, slash commands, MCP integrations, hooks, and settings instead of writing them from scratch. The project also ships monitoring tools for tracking Claude Code sessions in real time.
Everything installs through a single npx command, and the components come from a mix of official Anthropic sources and community contributors, each retaining its original license and attribution.
--agent./generate-tests or /optimize-bundle for common workflow tasks.--mcp.--analytics.--chats --tunnel).--plugins.npx flags) to install a standard stack across machines.No global install is required. Run components directly with npx:
# Browse and install interactively
npx claude-code-templates@latest
# Install a complete stack in one command
npx claude-code-templates@latest --agent development-team/frontend-developer --command testing/generate-tests --mcp development/github-integration --yes
# Install a single agent, command, setting, hook, or MCP
npx claude-code-templates@latest --agent development-tools/code-reviewer --yes
npx claude-code-templates@latest --command performance/optimize-bundle --yes
npx claude-code-templates@latest --setting performance/mcp-timeouts --yes
npx claude-code-templates@latest --hook git/pre-commit-validation --yes
npx claude-code-templates@latest --mcp database/postgresql-integration --yes
For monitoring and diagnostics:
# Analytics dashboard
npx claude-code-templates@latest --analytics
# Conversation monitor (local)
npx claude-code-templates@latest --chats
# Conversation monitor with remote tunnel access
npx claude-code-templates@latest --chats --tunnel
# Health check
npx claude-code-templates@latest --health-check
# Plugin dashboard
npx claude-code-templates@latest --plugins
You can also browse the full catalog visually at aitmpl.com before installing anything, and consult docs.aitmpl.com for detailed guides on each component type.