code-rename
Installation
SKILL.md
Code Rename Skill
Safely rename symbols across a codebase. This skill covers the full workflow from finding occurrences to applying changes.
Workflow Overview
- Find all occurrences (definition + usages)
- Review matches (verify no false positives)
- Apply changes (Edit tool or bulk rename)
- Verify (run tests, lint)
Clojure Rename
Use clj-kondo to find all occurrences, then Edit tool to apply changes.