.claude/skills/swarm-implement/SKILL.md
--- name: swarm-implement description: Execute complex implementation work with a swarm-like Claude Code workflow: parallel exploration, scoped planning, selective deep validation, and independent reviewer/critic checks where risk justifies them. Use for feature work, bug fixes, refactors, and multi-file changes. disable-model-invocation: true --- # /swarm-implement Use this skill for implementation work when you want Claude Code to behave like a fast, high-quality swarm rather than a single-t
npx skillsauth add zaxbysauce/ragappv3 .claude/skills/swarm-implementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for implementation work when you want Claude Code to behave like a fast, high-quality swarm rather than a single-threaded assistant.
Complete real coding tasks across many projects while preserving Claude Code speed and adding swarm-style quality discipline.
Use this execution ladder:
This is not a slow full-swarm recreation. This is a speed-preserving, quality-maximizing workflow.
Always use the deeper validation path for:
Determine the exact task scope first:
If the task is unclear, ask a small number of targeted questions or create a short written plan before coding.
Launch parallel subagents for disjoint investigation tasks such as:
Do not use the main thread for broad repo reading if subagents can do it. Keep the main context focused.
Create a concrete implementation plan before editing for any non-trivial task. The plan should include:
Implement in coherent, reviewable chunks. Avoid giant speculative rewrites. Follow existing repository patterns unless there is a strong reason not to.
Always run the strongest objective checks available for the task:
If you cannot verify it, do not claim it is done.
Use an independent reviewer subagent when the task is:
Reviewer responsibilities:
Use a critic subagent only when needed:
Critic responsibilities:
In the main thread, summarize:
Use for broad discovery:
Use for implementation validation:
Use for final challenge:
This skill is intentionally project-agnostic. It should adapt to each repository by exploring first, following local patterns, and scaling validation depth to actual risk.
development
Disable swarm mode for the current Claude Code session and return to normal behavior.
development
Enable a high-quality swarm-like Claude Code workflow for the current session, and optionally execute a task immediately using that mode. Uses parallel subagents for breadth, independent reviewer validation for precision, and critic challenge for final confidence. Use when the user wants swarm-like behavior, higher review rigor, or maximum quality without sacrificing Claude Code speed.
tools
Run a swarm-like PR review using parallel exploration, independent reviewer validation, and critic challenge. Use for deep pull request review with low false-positive tolerance.
development
Orchestrate any code change from requirements to merge-ready PR — scope-calibrated from small fixes to full features. Composes /spec, /implement, /review, and /research with depth that scales to the task: lightweight spec and direct implementation for bug fixes and config changes, full rigor for features. Use for ALL implementation work regardless of perceived scope — the workflow adapts depth, never skips phases. Triggers: ship, ship it, feature development, implement end to end, spec to PR, implement this, fix this, let's implement, let's go with that, build this, make the change, full stack implementation, autonomous development.