AIAny
AI Coding2025
Icon for item

Claude Code Templates

Installs ready-made Claude Code configs — subagents, slash commands, MCP integrations, hooks, and settings — from a catalog of 100+ components via one CLI command. Includes a real-time dashboard to monitor live sessions and token usage.

Introduction

Claude Code's real leverage doesn't come from the model — it comes from its configuration layer: subagents, slash commands, MCP integrations, hooks, and settings. Assembling a good one is tedious tribal knowledge, so most people run defaults and leave that leverage on the table. This project treats those configs as installable, versioned components you grab in one command instead of hand-writing.

What Sets It Apart
  • A catalog, not a boilerplate. 100+ components — agents, commands, MCPs, hooks, settings — browsable at aitmpl.com and installed individually via a single npx call, so you adopt a vetted piece without forking an entire starter repo.
  • Real-time analytics dashboard. A local web UI surfaces live sessions and token consumption, turning Claude Code from a black box into something you can actually measure and tune.
  • Setup health checks. It validates your .claude configuration and flags misconfigured agents or MCP servers before they waste a session.
  • Community-sourced and versioned. Components are contributed and updated upstream, so a team can converge on shared standards rather than copy-pasting snippets around.
Who It's For

Great fit if you use Claude Code daily and want to standardize agents and commands across a team, or want visibility into token usage and session activity. Look elsewhere if you only use Claude Code casually on defaults, or if you're uneasy running community-contributed hooks — hooks execute shell commands, so review anything before you install it. Treat it as a curation and convenience layer on top of Claude Code's own configuration, not a substitute for understanding it.

Information

  • Websitegithub.com
  • OrganizationsCodeGPT
  • Authorsdavila7
  • Published date2025/07/04

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.