--- name: agent-info description: Show information about available agents aliases: [agent, agents] invokes: command:agent-info --- # Agent Info Command Show information about available agents and their hierarchy. ## Usage ``` /agent-info # List all agents /agent-info # Show agent details /agent-info --tree # Show agent hierarchy ``` ## Implementation Run the agent info script: ```bash python3 ~/.claude/automation/agent-info.py [options] [name] ``` ## Output Includes | Field | Description | |-------|-------------| | Name | Agent identifier | | Description | What the agent handles | | Model | Assigned model (opus/sonnet/haiku) | | Triggers | Keywords that route to this agent | | Supervisor | Parent agent in hierarchy |