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

  1. Find all occurrences (definition + usages)
  2. Review matches (verify no false positives)
  3. Apply changes (Edit tool or bulk rename)
  4. Verify (run tests, lint)

Clojure Rename

Use clj-kondo to find all occurrences, then Edit tool to apply changes.

Step 1: Find All Occurrences

Related skills
Installs
6
First Seen
Feb 28, 2026