Agent Skills
› SethGammon/Citadel
› research-fleet
research-fleet
GitHub该技能已弃用,仅作为重定向存根。不再执行实际研究任务,而是将调用直接转发至 /research --parallel 模式进行并行多侦察员研究。
Trigger Scenarios
用户尝试使用已弃用的 research-fleet 命令
系统检测到对旧版并行研究接口的直接调用
Install
npx skills add SethGammon/Citadel --skill research-fleet -g -y
SKILL.md
Frontmatter
{
"name": "research-fleet",
"license": "MIT",
"description": "DEPRECATED: merged into \/research. Parallel multi-scout research now runs as \/research --parallel. This stub only redirects direct invocations.",
"last-updated": 1781136000,
"user-invocable": true
}
/research-fleet (DEPRECATED)
Do not use for new work; use /research --parallel for parallel multi-scout research.
Protocol
- Read
skills/research/SKILL.mdand follow it immediately with parallel mode on, exactly as if the user had invoked/research --parallelwith the same arguments. If that file is missing, stop and report the broken installation.
Quality Gates
- No research happens in this stub; redirecting to /research parallel mode is the only action.
Exit Protocol
Use the parallel-mode HANDOFF from skills/research/SKILL.md.
Version History
- 4bac8cd Current 2026-07-25 08:46


