ai-maestro-agents-management
Creates, manages, and orchestrates AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "rename agent", "hibernate agent", "wake agent", "install plugin", "show agent", "export agent", "restart agent", "install marketplace", or any agent lifecycle management task.
npx skills add majiayu000/claude-skill-registry --skill ai-maestro-agents-management-23blocks-os-ai-maestro-plugins --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AI Maestro Agent Management ## Purpose Manage AI agents through the AI Maestro CLI. This skill provides commands for creating, updating, deleting, hibernating, and waking agents. It also handles plugin management and agent import/export. ## CRITICAL: This is an Agent Management Skill **This skill is for managing other agents**, not for inter-agent communication (use `agent-messaging` skill for that). ## CLI Script **Script:** `aimaestro-agent.sh` (Bash, macOS/Linux) **Installation:** `./install-agent-cli.sh` **Requirements:** macOS or Linux, Bash 4.0+, tmux 3.0+, jq, curl --- ## PART 1: AGENT LIFECYCLE ### 1. List Agents ```bash aimaestro-agent.sh list [--status online|offline|hibernated|all] [--format table|json|names] [-q|--quiet] [--json] ``` Examples: `list`, `list --status online`, `list --format json`, `list -q` ### 2. Show Agent Details ```bash aimaestro-agent.sh show <agent> [--format pretty|json] ``` ### 3. Create Agent **`--dir` is required.** ```bash aimaestro-agent.sh create <name> --dir <path> [options] [-- <program-args>...] ``` Options: `-p/--program`, `-m/--model`, `-t/--task`, `--tags`, `--no-session`, `--no-folder`, `--force-folder` Examples: ```bash aimaestro-a
- Purpose
- CRITICAL: This is an Agent Management Skill
- CLI Script
- PART 1: AGENT LIFECYCLE
- 1. List Agents
- 2. Show Agent Details
- 3. Create Agent
- 4. Update Agent
- 5. Delete Agent
- 6. Rename Agent
- 7. Hibernate Agent
- 8. Wake Agent
- 9. Restart Agent
- 10. Session Management
aimaestro-agent.sh list [--status online|offline|hibernated|all] [--format table|json|names] [-q|--quiet] [--json] aimaestro-agent.sh show <agent> [--format pretty|json] aimaestro-agent.sh create <name> --dir <path> [options] [-- <program-args>...] aimaestro-agent.sh create my-api --dir /Users/dev/projects/my-api aimaestro-agent.sh create backend-service \ aimaestro-agent.sh create debug-agent --dir /Users/dev/projects/debug -- --verbose --debug aimaestro-agent.sh update <agent> [options] aimaestro-agent.sh update backend-api --task "Focus on payment integration" aimaestro-agent.sh update backend-api --add-tag "critical" aimaestro-agent.sh update backend-api --args "--continue --chrome"
What does the ai-maestro-agents-management skill do?
Creates, manages, and orchestrates AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "rename agent", "hibernate agent", "wake agent", "install plugin", "show agent", "export agent", "restart agent", "install marketplace", or any agent lifecycle management task.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ai-maestro-agents-management-23blocks-os-ai-maestro-plugins --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
