subagent
SolidRun a one-shot or flat parallel batch of provider LLM subagents (headless `cc-fleet subagent`) that return a result. Use when fanning out N independent tasks, doing bulk per-file work, or calling a specialized provider model (DeepSeek / GLM / Kimi / Qwen / MiniMax). NOT a long-lived collaborator you message back and forth (that is /cc-fleet:team); NOT a multi-phase pipeline with dependencies or resume (that is /cc-fleet:workflow); NOT trivial work the main session should just do.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- ethanhq
- Repository
- ethanhq/cc-fleet
- Created
- 1 weeks ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
team
Spawn long-lived provider LLM teammates in tmux panes that you message via the native agent-team tools — multi-turn, collaborative, watchable. Use for sustained parallel build/work ("spawn workers", N teammates on N files), or when you need a collaborator you message across turns. NOT a fire-and-forget one-shot or a flat batch of independent prompts — that is /cc-fleet:subagent. NOT a scripted multi-phase run — that is /cc-fleet:workflow.
subagent
Claude Code の subagent (Task / Agent tool による子エージェント委譲) を「いつ・どう使うか」を判断し、適切な subagent_type で起動して並列に作業させるための skill。メインの context window を圧迫せず、調査・探索・並列レビュー・独立タスクを子エージェントに任せて高速化するために使う。ユーザーが「subagent で調べて」「並列に調査して」「Explore で探して」「並列でやって」「context 汚したくない」「複数同時に走らせて」「sub agent」「サブエージェント」「Task tool」「Agent tool」「並列レビュー」「3 つ同時に」等を言ったとき、また自分が広範囲な調査・複数の独立タスク・別 context が欲しいタスクを行おうとしているときには必ずこの skill を起動して subagent 起動を検討すること。並列調査・探索・レビューを sequential にやろうとしているときの「気付き skill」としても機能する。
workflow
Orchestrate a MULTI-PHASE, dependent, or resumable run over many provider subagents from a JS script, off the main context (`cc-fleet workflow`). Use for fan-out→barrier→synthesis, per-item pipelines, loop-until-dry, or a run that must survive a kill and `--resume` from its journal. NOT a flat fan-out of independent tasks (that is /cc-fleet:subagent — cheaper, no script); NOT interactive collaboration (that is /cc-fleet:team); NOT trivial single-shot work for the main session.