Loading...
Loading...
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent", "wake agent", "install plugin", "show agent", "restart agent", or any agent lifecycle management task.
npx skill4agent add davila7/claude-code-templates agent-management# Install the CLI
git clone https://github.com/23blocks-OS/ai-maestro-plugins.git
cd ai-maestro-plugins && ./install-agent-cli.sh| Command | Description |
|---|---|
| List all agents with status |
| Detailed agent information |
| Create new agent |
| Update task/tags |
| Delete agent |
| Rename agent |
| Save state, free resources |
| Resume hibernated agent |
| Hibernate then wake |
| Command | Description |
|---|---|
| Install plugin |
| Remove plugin |
| List installed plugins |
| Add marketplace |
| Command | Description |
|---|---|
| Export agent config |
| Import agent from file |
# 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| Status | Meaning |
|---|---|
| Running in tmux session |
| Registered but no active session |
| Saved state, session killed |