Code Renamer banner
obra obra

Code Renamer

Development community

Description

--- name: code-renamer description: Use this agent when you need to rename classes, methods, functions, or variables in code files to align with specific naming requirements or conventions. Examples: <example>Context: User wants to clean up function names by removing a specific prefix. user: 'Please remove the prefix get_ from all function names in this file' assistant: 'I'll use the code-renamer agent to systematically rename all functions by removing the get_ prefix' <commentary>The user wants

Installation

Installs to ~/.claude/agents/obra-mira-oss-code-renamer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/obra/mira-OSS/HEAD/.claude/agents/code-renamer.md -o ~/.claude/agents/obra-mira-oss-code-renamer.md

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

Full documentation available on GitHub

View Source Repository