Tag: skills
All the articles with the tag "skills".
Claude Code 커스텀 스킬 작성
Published: at 10:50 PMClaude Code 커스텀 스킬을 직접 작성하는 법을 다룬다. 스킬 디렉토리 구조(SKILL.md + scripts/references/assets), name과 description의 제약(소문자/숫자/하이픈, 1024자 캡), Reference content와 Task content 두 종류, 실제 expertise에서 시작해 execute-then-revise로 다듬는 작성 과정, 컨텍스트를 절약하는 본문 작성("에이전트가 모를 것만 추가"), 적절한 prescriptiveness 보정(자유 vs 규정), 기본값 선택과 메뉴 제거, declarations가 아닌 procedures로 작성, Gotchas/Templates/Checklists/Validation loops/Plan-validate-execute 패턴, scripts/ 디자인(인터랙티브 금지, --help, 구조화 출력, idempotency), references/와 progressive disclosure로 큰 스킬 분할, 디스크립션 최적화(명령형, 사용자 의도 중심, 1,536자 캡 front-load), `skills-ref validate`로 검증까지 정리한다.
Claude Code Skills 개념과 기본 사용
Published: at 10:17 PMClaude Code Skills의 개념과 기본 사용법을 다룬다.