모든 스킬은 {스킬명} 형식입니다. 대상은 디렉토리명이 아니라 SKILL.md의 tags로 지정합니다.
git-workflow 디렉토리명에 카테고리를 넣는 대신, SKILL.md frontmatter의 tags로 누구에게 필요한 스킬인지 표시합니다.
--- name: git-workflow tags: [all, dev, git] ---
태그는 자유롭게 지정할 수 있습니다. 아래는 권장 태그 목록입니다.
| 태그 | 의미 | 예시 |
|---|---|---|
all | 전원 (개발+QA+기획) | communication |
dev | 개발자 전체 | coding-convention |
frontend backend | 특정 태그 | react-convention |
qa | QA | test-strategy |
pm | 기획 | prd-writing |
react git ... | 기술 스택 | react-convention |
coding-convention O,
check-code X
react-convention O,
react-component-state-management-rules X