새 프로젝트 부트스트랩 시 사용자와 대화하며 골격을 프로젝트에 맞게 채우는 메타 스킬. 처음 시작할 때 가장 먼저 트리거.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-architecture-harness:project-scaffolderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
빈 골격을 사용자의 프로젝트 목적에 맞게 채운다.
빈 골격을 사용자의 프로젝트 목적에 맞게 채운다.
사용자에게 다음을 묻고 AGENTS.md의 {{변수}}를 채운다:
사용자에게 사용할 Codex 모델을 묻고 config/roles.yaml의 {{사용자_설정_필요}}를 채운다.
"이전에 만든 프로젝트가 있으면 거기서 가져올 자산이 있나요?" 묻기. 가져올 후보:
가져온 항목은 모두 candidate 상태로 시작 (active 즉시 진입 X).
사용자에게 "이 프로젝트와 비슷한 기존 오픈소스 검색을 시작할까요?" 묻기. 승인하면 skills/_meta/research-evaluator를 호출.
plans/active/0001-bootstrap.md를 생성하고 사용자에게 "어디부터 시작할까요?" 묻기.
./scripts/verify.sh 실행하여 빈 골격이 깨지지 않았는지 확인.
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.