Smart Rename banner
zieka zieka

Smart Rename

Development community

Description

--- name: smart-rename description: Suggest better names based on usage context args: optional --- # Smart Rename Command Analyzes your code and suggests more descriptive, consistent names for variables, functions, and classes based on their actual usage and project conventions. ## Usage ```bash /smart-rename [path] [--style=camelCase|snake_case|kebab-case] [--aggressive=true|false] ``` ## Parameters - `path`: File or directory to analyze (defaults to current file) - `--style`: Naming conv

Installation

Installs to ~/.claude/commands/zieka-cpm-public-registry-smart-rename.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/zieka/cpm-public-registry/HEAD/.claude/commands/smart-rename.md -o ~/.claude/commands/zieka-cpm-public-registry-smart-rename.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository