Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/intuvibe-harness:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
프로젝트에 하네스를 초기 구성하는 스킬.
프로젝트에 하네스를 초기 구성하는 스킬.
.harness/ 디렉토리 구조를 생성한다config.yaml을 생성한다node ${CLAUDE_PLUGIN_ROOT}/skills/init/scripts/scaffold-harness.mjs
.harness/ 디렉토리와 하위 구조를 생성한다. 이미 존재하면 skip.
유저에게 다음을 질문한다:
--mode로 지정 가능)수집한 정보를 기반으로:
node ${CLAUDE_PLUGIN_ROOT}/skills/init/scripts/gen-config.mjs
유저에게 "example 파일을 복사하시겠습니까?" 질문 후 동의하면:
node ${CLAUDE_PLUGIN_ROOT}/skills/init/scripts/copy-examples.mjs
.harness/config.yaml 존재.harness/state/ 디렉토리 존재.harness/specs/, .harness/plans/ 디렉토리 존재.harness/가 존재하면 유저에게 덮어쓸지 확인npx claudepluginhub rhie-coder/intuvibe --plugin intuvibe-harnessGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.