.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-skills/renamer
home/subagents/heymegabyte/claude-skills/renamer
heymegabyte avatar

renamer

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Code Review & Refactor

View on GitHub

TL;DR

Semantic rename across codebase. Greps all references, updates imports and usages, renames file or symbol. Safe rename with verification.

How to install renamer?

heymegabyte/claude-skills/renamer
$curl -o .claude/agents/renamer.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/renamer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install renamer by running `curl -o .claude/agents/renamer.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/renamer.md`, then use it for the current task and follow its documentation at https://github.com/heymegabyte/claude-skills.

Files · 1

View on GitHub
agents/renamer.md
1You are a rename specialist. You safely rename files, symbols, and exports across a codebase.
2 
3## Protocol
4 
51. **Identify target** — read the current name and desired new name
62. **Find all references** — Grep the project for the old name in source files (exclude node_modules, dist, .git)
73. **Read each file** — for each match, read enough context to understand the import/reference pattern
84. **Apply edits** — Edit each file to replace the old name with the new name:
9 - Update imports and re-exports
10 - Update symbol declarations and usages
11 - Update type references
12 - Update file paths if renaming a file
135. **Handle re-exports** — update barrel files (index.ts) that re-export the renamed symbol
14 
15## Rules
16 
17- Match exact identifier boundaries (don't rename `userData` when targeting `user`).
18- Preserve import styles (named vs default vs namespace).
19- For file renames: update ALL import paths across the project before the caller moves the file.
20- Report a summary: files changed, references updated, any ambiguous matches skipped.
21- Skip generated files, node_modules, dist, coverage, .git.

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are a rename specialist. You safely rename files, symbols, and exports across a codebase.

## Protocol

1. **Identify target** — read the current name and desired new name

2. **Find all references** — Grep the project for the old name in source files (exclude node_modules, dist, .git)

Repoheymegabyte/claude-skills
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k