From subagent-fleet
Set up, validate, generate, and verify a local subagent fleet.
How this skill is triggered — by the user, by Claude, or both
Slash command
/subagent-fleet:subagent-fleet-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a user wants to set up or change a local `subagent-fleet` configuration for Claude Code-style subagents, Ollama nodes, and LiteLLM routing.
Use this skill when a user wants to set up or change a local subagent-fleet configuration for Claude Code-style subagents, Ollama nodes, and LiteLLM routing.
Help the user create a working private local subagent fleet:
fleet.yaml validates.fleet.yaml, pyproject.toml, README.md, and generated outputs.fleet.yaml, run:subagent-fleet init
subagent-fleet validate
subagent-fleet discover --verbose
Offline nodes are not automatically fatal. Report which nodes failed and why.
subagent-fleet generate
Use --force only after confirming overwriting generated files is intended.
export LITELLM_MASTER_KEY="sk-local-dev"
litellm --config ./litellm_config.yaml --host 127.0.0.1 --port 4000
source .env.subagent-fleet
subagent-fleet status
Do not expose Ollama or LiteLLM to the public internet. Prefer LAN, firewall rules, Tailscale, WireGuard, or a private subnet. Do not commit real secrets.
agents.<name>.model to an existing key under models.models.<name>.node to an existing key under nodes.OLLAMA_HOST, firewall rules, machine IP, and curl http://NODE_IP:11434/api/tags.npx claudepluginhub adityak74/subagent-fleet --plugin subagent-fleetCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.