Favicon of Claude Code Templates

Claude Code Templates

CLI and template catalog for configuring, extending, and monitoring Anthropic's Claude Code with agents, commands, MCPs, hooks, and settings.

Claude Code Templates website screenshot
Claude Code Templates GitHub repository preview

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.

Key features

  • Agents: domain-specific AI specialists such as a security auditor, React performance optimizer, or database architect, installable with --agent.
  • Commands: custom slash commands like /generate-tests or /optimize-bundle for common workflow tasks.
  • MCPs: external service integrations covering GitHub, PostgreSQL, Stripe, AWS, and OpenAI, added with --mcp.
  • Settings: Claude Code configuration presets for timeouts, memory, and output styles.
  • Hooks: automation triggers for events like pre-commit validation or post-completion actions.
  • Skills: reusable, progressively-disclosed capabilities such as PDF processing or Excel automation, sourced from projects like Anthropic's official skills repo and community skill packs.
  • Analytics: real-time monitoring of Claude Code sessions with state detection and performance metrics via --analytics.
  • Conversation Monitor: a mobile-optimized view of Claude responses, with optional secure remote access through a Cloudflare Tunnel (--chats --tunnel).
  • Health Check: diagnostics for verifying a Claude Code installation is configured correctly.
  • Plugin Dashboard: a unified view of marketplaces, installed plugins, and permissions via --plugins.
  • Web dashboard: an interactive browser interface at aitmpl.com for exploring and installing components and managing collections.

Ideal use cases

  • You already use Claude Code and want to bootstrap a project with a working set of agents, commands, and settings instead of configuring each one manually.
  • You need to wire up an MCP integration (database, CI, cloud provider) quickly and want a tested starting configuration rather than writing the MCP config from scratch.
  • You want visibility into what Claude Code is doing during a session, in the terminal or remotely from a phone, and want basic analytics on session performance.
  • You maintain a team's Claude Code setup and want a repeatable, scriptable way (via npx flags) to install a standard stack across machines.
  • It's not a fit if you don't use Claude Code at all, since every component here targets that specific tool. It's also not the right choice if you need heavily customized agents or commands with logic not covered by the existing catalog. In that case, treat the installed templates as a starting point to modify rather than a final solution.

Installation

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.

Frequently asked questions

Share:

Stars
29.9K
Forks
3.2K
Last commit
22 hours ago
Repository age
1 year
License
MIT
Self-hosted
No
Activity score
84/100
View Repository
Ad
Favicon

 

  
 

Similar to Claude Code Templates

Favicon

 

  
 
Favicon

 

  
 
Favicon