From swarm-code
Validates OpenCode worker results for sanity, file accuracy, code syntax, and completeness; presents token-efficiently with ~200 token commentary budget, prompting user fixes post-review.
npx claudepluginhub apoapps/swarm-code-plugin --plugin swarm-codeThis skill uses the workspace's default tool permissions.
<!-- Made by Alejandro Apodaca Cordova (apoapps.com) -->
Presents Codex helper outputs per strict rules: preserves structure/verdict/findings/next-steps, orders by severity, forbids auto-fixes or code changes.
Use when the user asks to run Claude Code CLI (`claude`, `claude resume`) for review, analysis, implementation, refactoring, debugging, or follow-up specifically through Claude Code.
Internal guidance for presenting Copilot helper output back to the user
Share bugs, ideas, or general feedback.
Workers return results via SendMessage. Claude validates and presents them — never regenerates from scratch.
Workers do the heavy analysis. Claude validates and synthesizes, spending ~200 tokens max on commentary. This is where the token savings compound.
If all 4 pass → present with a one-line "✓ validated" note and stop.
If issues found → add a brief "Claude notes:" section at the end, flag what's wrong.
(fallback: X, primary Y unavailable)Don't:
STOP after presenting. Do not auto-fix. Ask:
"Which of these issues would you like me to fix?"
Wait for the user to choose before touching any files.
Spend at most ~200 tokens on validation. If the worker's output is solid, just say so in one line.