Skip to main content
ClaudeWave
Skill606 repo starsupdated today

research-fleet

The research-fleet skill is a deprecated wrapper that redirects users to the `/research --parallel` command for conducting parallel multi-scout research operations. This stub reads the research skill documentation and immediately invokes parallel mode with the same arguments, serving only as a legacy redirect without performing independent research functions.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/SethGammon/Citadel /tmp/research-fleet && cp -r /tmp/research-fleet/skills/research-fleet ~/.claude/skills/research-fleet
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# /research-fleet (DEPRECATED)

Do not use for new work; use `/research --parallel` for parallel multi-scout research.

## Protocol

1. Read `skills/research/SKILL.md` and follow it immediately with parallel mode on, exactly as if the user had invoked `/research --parallel` with 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`.