agent-management

agent-management is a skill for Claude Code, Codex from davila7/claude-code-templates. It costs 63 tokens per session (775 once invoked), scanned A, original, MIT.

A command-line tool for creating, viewing, updating, pausing, resuming, renaming, and deleting multiple AI agents. It also manages their plugins and saved state.

In plain words
What is it for?
Use it to list agents, inspect their details, start or stop them, change their tasks, rename them, move them between active and paused states, and manage plugins. It requires AI Maestro running locally with tmux 3.0 or newer.
Why use it?
It gives you one place to control an agent team instead of handling each agent separately. Pausing an agent can save its state and free computer resources.

Skill for Claude CodeCodex

About the project

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.

davila7/claude-code-templates · 30,533 stars · on GitHub · aitmpl.com

Install

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.

agentmods
npx agentmods add skills/davila7/claude-code-templates/agent-management
Any agent
npx skills add davila7/claude-code-templates --skill agent-management
Clone the repo
git clone --depth 1 https://github.com/davila7/claude-code-templates

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for agent-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/davila7/claude-code-templates/agent-management.svg)](https://agentmods.dev/skills/davila7/claude-code-templates/agent-management)
Your own site
<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>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 775 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash d4d2e0304afa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

cli-tool/components/skills/ai-maestro/agent-management/SKILL.md · 86 lines

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

Read the full file on GitHub · 86 lines

Changes

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.

  1. 6d ago First seen · 86 lines · 63 tokens per session scan A d4d2e0304afa

Subscribe to this mod's changes

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.