Arlo Belshee의 6단계 네이밍 프로세스와 Clean Code 네이밍 규칙을 적용해, 여러 파일에 흩어진 개별 이름 스멜(타입 반복·-er/-Utils·불용어·축약어 등)을 탐지하고 배치 교체하여 코드 가독성 향상. 단, 하나의 긴 메서드를 통째로 관통(grouping→extract→rename)하는 것은 /intent-revealing-names가 적합. /naming-process로 호출.
$npx -y skills add msbaek/msbaek-claude-plugins --skill naming-processInstalls into the current project.
Run `npx skills use "https://github.com/msbaek/msbaek-claude-plugins" --skill "msbaek/msbaek-claude-plugins/naming-process"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/msbaek/msbaek-claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/msbaek/msbaek-claude-plugins"` and select the relevant skills, then follow their instructions.