How this skill is triggered — by the user, by Claude, or both
Slash command
/rp-mini:rp-refactorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this for safe behavior-preserving improvements to code organization, duplication, or complexity.
Use this for safe behavior-preserving improvements to code organization, duplication, or complexity.
Check workspace binding first. On mismatch, pass root=<absolute path> on every rp-mini tool call.
If a shell is available and no MCP client is loaded, use node packages/server/dist/cli.js tool <workspace> <tool> --json-args '...' or its wrappers.
get_file_tree, file_search, or get_code_structure.context-builder subagent with:
reviewrewrite unless the user requested augment or preservecontext-builder with response_type: plan for the chosen refactor.<questions>, follow the question loop defined in rp-build/rp-investigate before continuing.Do not use refactor as a vehicle for unrelated cleanup.
npx claudepluginhub apollostreetcompany/rp-mini --plugin rp-miniCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.