From subagent-fleet
Use and troubleshoot an existing generated subagent fleet.
How this skill is triggered — by the user, by Claude, or both
Slash command
/subagent-fleet:subagent-fleet-operationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a user already has generated `subagent-fleet` files and wants to run, inspect, update, or troubleshoot the fleet.
Use this skill when a user already has generated subagent-fleet files and wants to run, inspect, update, or troubleshoot the fleet.
Expected generated files:
litellm_config.yaml.claude/agents/*.md.env.subagent-fleet.subagent-fleet/discovery.jsonThese files should contain generated-file headers. Avoid hand-editing generated files when the source change belongs in fleet.yaml.
Validate config:
subagent-fleet validate
Discover models:
subagent-fleet discover --json
Generate outputs:
subagent-fleet generate --force
Warm a specific model:
subagent-fleet warmup --model heavy-coder
Warm the model used by a specific agent:
subagent-fleet warmup --agent implementer
Show status and routes:
subagent-fleet status
Show safety and worker setup guidance:
subagent-fleet doctor
Agents reference configured model keys. Models reference Ollama nodes and expose LiteLLM aliases.
agent -> model key -> Ollama node + Ollama model -> LiteLLM alias
Prefer role-based routing:
agents.<agent>.model and models.<model>.litellm_alias.models.<model>.node and nodes.<node>.endpoint.--force only when overwriting is intentional.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub adityak74/subagent-fleet --plugin subagent-fleet