Claude Code Templates is a command-line tool and catalogue for configuring Anthropic’s Claude Code with agents, commands, settings, hooks, integrations, skills, and project templates. Developers use it to browse and install reusable components for their coding workflows. The catalogue includes many of these Claude Code components.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/davila7/claude-code-templates/agent-managementnpx skills add davila7/claude-code-templates --skill agent-managementgit clone --depth 1 https://github.com/davila7/claude-code-templatesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/davila7/claude-code-templates/agent-management)<a href="https://agentmods.dev/skills/davila7/claude-code-templates/agent-management"><img src="https://agentmods.dev/badge/skills/davila7/claude-code-templates/agent-management.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00063 | $0.00775 |
| Opus 5 | $0.00032 | $0.00387 |
| Sonnet 5 | $0.00013 | $0.00155 |
| Haiku 4.5 | $0.00006 | $0.00077 |
Grade A, and why
agent-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Maestro Agent Management
Create, manage, and orchestrate multiple AI agents through a unified CLI. Handles the full agent lifecycle: create, hibernate, wake, rename, export/import, and plugin management. Part of the AI Maestro suite.
Prerequisites
Requires AI Maestro running locally with tmux 3.0+.
# Install the CLI
git clone https://github.com/23blocks-OS/ai-maestro-plugins.git
cd ai-maestro-plugins && ./install-agent-cli.sh
Core Commands
Agent Lifecycle
| Command | Description |
|---|---|
aimaestro-agent.sh list |
List all agents with status |
aimaestro-agent.sh show <agent> |
Detailed agent information |
aimaestro-agent.sh create <name> --dir <path> |
Create new agent |
aimaestro-agent.sh update <agent> --task "..." |
Update task/tags |
aimaestro-agent.sh delete <agent> --confirm |
Delete agent |
aimaestro-agent.sh rename <old> <new> |
Rename agent |
aimaestro-agent.sh hibernate <agent> |
Save state, free resources |
aimaestro-agent.sh wake <agent> |
Resume hibernated agent |
aimaestro-agent.sh restart <agent> |
Hibernate then wake |
Plugin Management
| Command | Description |
|---|---|
aimaestro-agent.sh plugin install <agent> <plugin> |
Install plugin |
aimaestro-agent.sh plugin uninstall <agent> <plugin> |
Remove plugin |
aimaestro-agent.sh plugin list <agent> |
List installed plugins |
aimaestro-agent.sh plugin marketplace add <agent> <source> |
Add marketplace |
Export/Import
| Command | Description |
|---|---|
aimaestro-agent.sh export <agent> |
Export agent config |
aimaestro-agent.sh import <file> |
Import agent from file |
Usage Examples
# Create a backend API agent
aimaestro-agent.sh create backend-api \
--dir ~/projects/backend \
--task "Build REST API with TypeScript" \
--tags "api,typescript"
# End of day -- save resources
aimaestro-agent.sh hibernate frontend-ui
aimaestro-agent.sh hibernate data-processor
# Resume next morning
aimaestro-agent.sh wake frontend-ui --attach
# Install a plugin on an agent
aimaestro-agent.sh plugin install backend-api my-plugin
# Backup before risky changes
aimaestro-agent.sh export backend-api -o backup.json
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 86 lines · 63 tokens per session scan A d4d2e0304afa
agent-management is a skill published in the GitHub repository davila7/claude-code-templates (30,533 stars, last pushed today), licensed MIT. It adds 63 tokens to every session and 775 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
agile-product-owner
../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.
agent-memory
../../../engineering/agent-memory/skills/agent-memory/SKILL.md.
ai-act-readiness
../../../compliance-os/skills/ai-act-readiness/SKILL.md.
ai-security
../../../engineering-team/skills/ai-security/SKILL.md.
api-design-reviewer
../../../engineering/skills/api-design-reviewer/SKILL.md.
board-meeting
../../../c-level-advisor/skills/board-meeting/SKILL.md.