All tools
AgentCommunity8k

Claude Code Templates

Updated Jul 7, 2026

A Node.js CLI and companion web dashboard (aitmpl.com) by davila7 giving one-command access to 600+ curated Claude Code agents, 200+ slash commands, 55+ MCP server configurations, and 39+ hooks. Includes analytics, a live conversation monitor, and a plugin dashboard. Browse interactively or install non-interactively via flags.

View on GitHub

What it does

  • npx claude-code-templates@latest

    Launches an interactive TUI to browse and install agents, commands, MCP configs, and hooks into Claude Code.

  • npx claude-code-templates@latest --agent <name> --command <name> --mcp <name> --yes

    Non-interactively installs a specific agent, slash command, and MCP config into .claude/ in one step.

  • npx claude-code-templates@latest --analytics

    Launches real-time session analytics monitoring Claude Code state and performance metrics.

  • npx claude-code-templates@latest --chats

    Opens a mobile-optimized conversation monitor for viewing Claude responses in real time.

  • npx claude-code-templates@latest --health-check

    Runs comprehensive diagnostics to ensure the Claude Code installation is correctly configured.

  • npx claude-code-templates@latest --plugins

    Opens the plugin dashboard for a unified view of installed plugins and marketplace options.

Files (1)

OVERVIEW.mdprimary · markdown · 2.0 KB
## What it does

A Node.js CLI and companion web dashboard at aitmpl.com giving instant access to 600+ Claude Code agents, 200+ slash commands, 55+ MCP server configs, and 39+ hooks sourced from Anthropic official releases, the community, and curated third-party collections (including K-Dense-AI scientific skills, obra superpowers, alirezarezvani role skills, and wshobson agents).

The CLI provides four additional tools beyond the template catalog:

- Analytics — real-time monitoring of Claude Code sessions with live state detection and performance metrics
- Conversation monitor — mobile-optimized interface for viewing Claude responses in real time, with optional Cloudflare Tunnel for remote access
- Health check — diagnostics ensuring your Claude Code installation is optimized
- Plugin dashboard — unified view of installed plugins, marketplaces, and permissions

## Install

Interactive TUI (browse and select):

    npx claude-code-templates@latest

Non-interactive (CI or scripts):

    npx claude-code-templates@latest --agent development-team/frontend-developer --command testing/generate-tests --mcp development/github-integration --yes

Other flags:

    npx claude-code-templates@latest --analytics       # launch session analytics
    npx claude-code-templates@latest --chats           # open conversation monitor
    npx claude-code-templates@latest --chats --tunnel  # conversation monitor with Cloudflare Tunnel
    npx claude-code-templates@latest --health-check    # run diagnostics
    npx claude-code-templates@latest --plugins         # open plugin dashboard

## When to use

Use when you want a curated starting point for Claude Code rather than assembling agents and commands from scratch. The web dashboard at aitmpl.com lets you browse the full catalog before installing. Works well as the first step when setting up a new project or when you want to add a specific capability (e.g., a security-auditor agent or a generate-tests command) without hunting for it manually.