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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).