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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/swarm-code:opencode-result-handlingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- Made by Alejandro Apodaca Cordova (apoapps.com) -->
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.
npx claudepluginhub apoapps/swarm-code-plugin --plugin swarm-codePresents Codex helper outputs per strict rules: preserves structure/verdict/findings/next-steps, orders by severity, forbids auto-fixes or code changes.
Guides crafting effective prompts for OpenCode workers: inline context, specific tasks, output formats. Templates for code review, implementation planning, debugging.
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.