AI AGENT ADDONS

Making a small improvement to your code can be fast and easy. This process helps you do that without any extra steps. It focuses on low risk changes that you can confirm with tests.

The AI chooses a classic refactoring technique like extract function or guard clauses. You give a single confirmation. Then the AI changes the code and runs your tests to prove it still works the same.

This process only applies to small changes inside one file or function. If the change is larger or changes what the code does, the AI will suggest a full refactoring instead.

Add Cs Refactor Ff skill to your workflow

Global

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

Project

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

Source Repository

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