From subagent-fleet
Install the subagent-fleet CLI first, then set up assistant skills and fleet config.
How this skill is triggered — by the user, by Claude, or both
Slash command
/subagent-fleet:subagent-fleet-bootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when `subagent-fleet` has been installed as an assistant plugin or skill before the Python CLI is available on the user's machine.
Use this skill when subagent-fleet has been installed as an assistant plugin or skill before the Python CLI is available on the user's machine.
Get the CLI installed, verify it works, install the assistant-facing skills into the current repo, then continue with fleet setup.
First check whether the CLI already exists:
subagent-fleet --help
If it is missing and the current repository is subagent-fleet, install from the checkout:
python -m pip install -e ".[dev]"
If the user is in a different project, install from GitHub:
python -m pip install "git+https://github.com/adityak74/subagent-fleet.git"
If the user prefers isolated CLI tools and has pipx, use:
pipx install "git+https://github.com/adityak74/subagent-fleet.git"
subagent-fleet --help
subagent-fleet skills list
Install the skills for Claude Code, Codex, and OpenCode in the current project:
subagent-fleet skills install
Use a narrower target if the user asks:
subagent-fleet skills install --target claude-code
subagent-fleet skills install --target codex
subagent-fleet skills install --target opencode
After the CLI exists, continue with:
subagent-fleet init
subagent-fleet validate
subagent-fleet discover
subagent-fleet generate
subagent-fleet status
Do not expose Ollama or LiteLLM to the public internet. Prefer LAN, firewall rules, Tailscale, WireGuard, or a private subnet.
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