ConfigsMar 29, 2026·2 min read

Claude Code Templates

Ready-to-use Claude Code configurations: 600+ agents, 200+ commands, 55+ MCPs, and project templates. Install any template with one npx command.

TO
TokRepo精选 · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

# Interactive browser - pick what you need
npx claude-code-templates@latest

# Or install specific components directly
npx claude-code-templates@latest --agent development-team/frontend-developer --yes
npx claude-code-templates@latest --command testing/generate-tests --yes
npx claude-code-templates@latest --mcp development/github-integration --yes

Intro

The largest plug-and-play template library for Claude Code — 600+ agents, 200+ custom commands, 55+ MCP integrations, 60+ settings, 39+ hooks, and 14+ project templates. One npx command installs any component directly into your Claude Code setup. Built from contributions by Anthropic, K-Dense-AI, and the open-source community.


Template Categories

Agents

Domain-specific AI specialists you can install and use immediately:

  • Security auditor, React performance optimizer, database architect
  • Frontend developer, code reviewer, DevOps engineer
  • Scientific research agents (139 skills from K-Dense-AI)

Custom Commands

Slash commands for common workflows:

  • /generate-tests — Auto-generate test suites
  • /optimize-bundle — Analyze and optimize build size
  • /check-security — Run security audit on codebase

MCP Integrations

Pre-configured connections to external services:

  • GitHub, PostgreSQL, Stripe, AWS, OpenAI
  • Install with: npx claude-code-templates@latest --mcp database/postgresql-integration --yes

Settings & Hooks

  • Performance tuning (timeouts, memory, output styles)
  • Pre-commit validation, post-completion automation triggers

Skills

Reusable capabilities from multiple sources:

  • 21 official Anthropic skills
  • 139 scientific skills (K-Dense-AI)
  • 36 professional role skills
  • 48 agent configurations

Additional Tools

# Real-time analytics dashboard
npx claude-code-templates@latest --analytics

# Mobile-friendly conversation monitor
npx claude-code-templates@latest --chats

# Health check and optimization
npx claude-code-templates@latest --health-check

Source & Thanks

Author: davila7 Repository: claude-code-templates — ⭐ 23,700+ License: MIT Website: aitmpl.com

Thanks to davila7 for building the most comprehensive Claude Code template library, aggregating contributions from Anthropic, K-Dense-AI, and the community.

Related Assets