AI AGENT ADDONS

Code refactoring is about changing the structure of your code without changing what it does. This process helps you improve performance, readability, and organization. It is designed for developers who want to clean up their code safely.

The process has three steps: scan, design, and apply. Each step needs your approval before moving forward. This keeps you in control and avoids mistakes.

There is also a fast forward mode for small changes like a single function. It skips the full process when the change is simple and has tests to check.

Add Cs Refactor skill to your workflow

Global

mkdir -p ~/.claude/skills/cs-refactor

Project

mkdir -p .claude/skills/cs-refactor

Source Repository

Stars
973
Forks
73
Watchers
973
Last Push
24 days ago
Created
3 months ago