Agent skill · Workflow & Productivity

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 2.0.0
Declared author: 23blocks
Allowed tools: Bash
Requires: Requires AI Maestro (aimaestro.dev) with Bash shell access
Path: skills/agent/ai-maestro-agents-management-23blocks-os-ai-maestro-plugins/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Purpose
  2. CRITICAL: This is an Agent Management Skill
  3. CLI Script
  4. PART 1: AGENT LIFECYCLE
  5. 1. List Agents
  6. 2. Show Agent Details
  7. 3. Create Agent
  8. 4. Update Agent
  9. 5. Delete Agent
  10. 6. Rename Agent
  11. 7. Hibernate Agent
  12. 8. Wake Agent
  13. 9. Restart Agent
  14. 10. Session Management
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going