Problem
plugins/workflow/skills/intent-engineering/ 스킬의 이름이 세 곳에서 일치하지 않습니다:
| 위치 |
값 |
| 디렉토리 이름 |
intent-engineering |
SKILL.md frontmatter name |
intent (commit 4eb1da6에서 리네임) |
marketplace.json 및 root README, plugins/workflow/README.md |
intent-engineering |
Claude Code는 skill 선택 시 frontmatter name을 기준으로 참조하므로 사용자가 /intent (o) vs /intent-engineering (x) 형태로 호출할 때 혼란이 발생합니다.
Scope
하나의 일관된 이름으로 통일:
옵션 A — intent로 통일 (frontmatter 유지)
- 디렉토리:
plugins/workflow/skills/intent-engineering/ → plugins/workflow/skills/intent/
marketplace.json skills 배열 경로 업데이트
- root README,
plugins/workflow/README.md 라벨 intent-engineering → intent
- 다른 스킬에서의 교차 참조 업데이트
옵션 B — intent-engineering으로 롤백 (디렉토리·marketplace 유지)
SKILL.md frontmatter name: intent → name: intent-engineering
- commit
4eb1da6 리네임 결정을 실질적으로 되돌림
Recommendation
옵션 A. 4eb1da6 커밋 의도를 존중하여 이름을 짧게 유지. 디렉토리 이름은 파일 시스템 내부 식별자라 크게 중요하지 않지만 통일성은 필요.
Impact
- 기존
/plugin install workflow@roboco-plugins 사용자는 영향 없음 (marketplace.json 경로만 바뀌면 설치 시 자동 재참조).
- 외부 문서나 블로그에서
intent-engineering을 언급한 경우 링크 깨짐 가능.
Related
Problem
plugins/workflow/skills/intent-engineering/스킬의 이름이 세 곳에서 일치하지 않습니다:intent-engineeringSKILL.mdfrontmatternameintent(commit4eb1da6에서 리네임)marketplace.json및 root README,plugins/workflow/README.mdintent-engineeringClaude Code는 skill 선택 시 frontmatter
name을 기준으로 참조하므로 사용자가/intent(o) vs/intent-engineering(x) 형태로 호출할 때 혼란이 발생합니다.Scope
하나의 일관된 이름으로 통일:
옵션 A —
intent로 통일 (frontmatter 유지)plugins/workflow/skills/intent-engineering/→plugins/workflow/skills/intent/marketplace.jsonskills배열 경로 업데이트plugins/workflow/README.md라벨intent-engineering→intent옵션 B —
intent-engineering으로 롤백 (디렉토리·marketplace 유지)SKILL.mdfrontmattername: intent→name: intent-engineering4eb1da6리네임 결정을 실질적으로 되돌림Recommendation
옵션 A.
4eb1da6커밋 의도를 존중하여 이름을 짧게 유지. 디렉토리 이름은 파일 시스템 내부 식별자라 크게 중요하지 않지만 통일성은 필요.Impact
/plugin install workflow@roboco-plugins사용자는 영향 없음 (marketplace.json 경로만 바뀌면 설치 시 자동 재참조).intent-engineering을 언급한 경우 링크 깨짐 가능.Related
4eb1da6 refactor(workflow): rename intent-engineering skill to intent