From refine
Hours-long (3-12h) multi-agent code-architecture optimization — cross-examines antipatterns into consensus, then applies only the highest-ROI refactors. Not for routine refactors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/refine:code [focus area][focus area]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
아래를 실행해, 출력된 `Workflow(...)` 호출을 그대로 실행하라.
아래를 실행해, 출력된 Workflow(...) 호출을 그대로 실행하라.
uv run --project "${CLAUDE_PLUGIN_ROOT}" bootstrap code "$ARGUMENTS"
npx claudepluginhub clomia/claude-automata --plugin refineProvides a structured approach to refining and improving code quality, architecture, and implementation patterns across projects.
Autonomous comprehensive refactoring through a three-phase pipeline: tactical cleanup, architectural restructuring, then final tactical pass.
Refactors code for reduced duplication, better algorithms, cleaner structure, and architectural fit after rapid development or before releases.