From CAST — Claude Agent Specialist Team
Lists all installed CAST agents with their name, model, and description by reading agent markdown files.
How this command is triggered — by the user, by Claude, or both
Slash command
/cast:agentsThe summary Claude sees in its command listing — used to decide when to auto-load this command
List all installed CAST agents with their model and description. Read all `~/.claude/agents/*.md` files. Parse the YAML frontmatter for `name`, `model`, and `description` fields. Display a table with columns: Agent Name, Model (haiku/sonnet/opus), Description (one line). Sort alphabetically by agent name.
List all installed CAST agents with their model and description.
Read all ~/.claude/agents/*.md files. Parse the YAML frontmatter for name, model, and description fields.
Display a table with columns: Agent Name, Model (haiku/sonnet/opus), Description (one line).
Sort alphabetically by agent name.
npx claudepluginhub ek33450505/claude-agent-team --plugin cast/agentsGenerates AGENTS.md files in pertinent repository folders only if missing, covering build commands, tests, code style, structure, and boundaries for coding agents.
/agentsLists available agent backends (Claude, Codex, Gemini) with status table, availability count, and CLI installation suggestions if none available.
/agentsManage background Conductor agents and git worktrees: check status (default), retrieve results, list worktrees, or cleanup orphans.
/agentsLists registered agents with ID, model, last heartbeat as relative time, and status (online/offline/stale). Normal to show one agent in single-machine setups.