Cast banner
ek33450505 ek33450505

Cast

Development community

Description

CAST diagnostic and manual dispatch command. ## Usage - `/cast` (no args) — Show system status: available agents, hook health, recent agent runs - `/cast <agent> <prompt>` — Force-dispatch a specific agent via the Agent tool ## If arguments provided: $ARGUMENTS Parse the first word as the agent name. Dispatch that agent via the Agent tool with the remaining text as the prompt. If the first word is not a recognized agent name, use the CLAUDE.md dispatch table to select the agent. ## If no a

Installation

Installs to ~/.claude/skills/ek33450505-claude-agent-team-cast/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ek33450505-claude-agent-team-cast && curl -fsSL https://raw.githubusercontent.com/ek33450505/claude-agent-team/HEAD/commands/cast.md -o ~/.claude/skills/ek33450505-claude-agent-team-cast/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository