하나의 긴 메서드를 grouping(Reorder/Chunk)·comment로 정돈해 책임을 드러낸 뒤 Arlo Belshee 6단계 네이밍(완전정직 이름 → Extract Method → Intent Revealing → Domain Abstraction)을 하나의 연속 흐름으로 관통하는 self-contained 워크플로우. "이 긴 메서드 이름이 하는 일을 안 드러낸다", "메서드 이름부터 정직하게 만들어서 쪼개줘", "이름 주도로 이 메서드 리팩토링" 요청 시 사용. 단, 여러 파일에 흩어진 개별 이름 스멜의 배치 교체는 /naming-process, 클래스 분리·도메인 이동 같은 대규모 구조 변경은 /system-wide-refactoring이 적합. /intent-revealing-names로 호출.
$npx -y skills add msbaek/msbaek-claude-plugins --skill intent-revealing-namesInstalls into the current project.
Run `npx skills use "https://github.com/msbaek/msbaek-claude-plugins" --skill "msbaek/msbaek-claude-plugins/intent-revealing-names"` 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.