How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-architecture-harness:skill-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 사용자 직접 추가: skills/active/<name>/
skills/_templates/SKILL.template.md를 복제.
필수 필드:
기존 skill의 description·trigger와 의미 겹치는지 확인. 겹치면 사용자에게 보고하고 합치기 / 따로 두기 결정.
skills//goldens/case-001.yaml 생성. 1~3개 권장, 0개도 허용 (단 회귀 검증 못 함).
manifest.yaml에 skill 등록 (수동 변환 시).
scripts/verify.sh 실행. 통과해야 commit 가능.
자세한 skill bundle 작성 규칙은 references/progressive-disclosure.md를 따른다.
---
name: <kebab-case>
description: <한 문장, 다른 skill과 충돌하지 않는 고유 트리거 설명>
trigger:
- <키워드 또는 의도>
created_at: <ISO date>
status: candidate | active | deprecated
use_count: 0
success_count: 0
last_used_at: null
goldens_count: 0
---
npx claudepluginhub shwoo03/news_crawlingCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.