From yeoboya-workflow-v2
이미 생성된 모듈 CLAUDE.md({path}/CLAUDE.md)를 인자로 받은 모듈만 코드 기준으로 갱신하고 검증·승인까지 잇는다. /harness-module-edit {모듈경로}, 모듈 CLAUDE.md 갱신, decay 반영, 모듈 하네스 수정 요청 시 사용한다. 인자 없으면 모듈 목록을 묻는다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yeoboya-workflow-v2:harness-module-editopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `/harness-module-edit {모듈경로}` — 예: `core/core-util`, `feature/feature-home`
/harness-module-edit {모듈경로} — 예: core/core-util, feature/feature-home인자 확인: 인자 없으면 → CLAUDE.md 를 가진 leaf 모듈 목록을 보여주고 "어떤 모듈을 수정할까요?" 질문 후 종료/대기.
위임: 코드 읽기·갱신을 harness-read-write 에이전트에 위임한다 (mode=update, 대상=module:{path}, 스키마 경로, 레포 루트). 모듈 편집은 레포 실상 일치를 맞추려면 거의 항상 코드를 읽어야 하므로 위임이 기본이다. 메인 컨텍스트는 격리된다.
검증: /harness-verify module:{path} 로 검증 agent 6축 검사.
사람 게이트: 에이전트가 돌려준 diff + 검증 결과를 보여주고 승인/반려.
npx claudepluginhub yunjelee/yeoboya_harness_plugin --plugin yeoboya-workflow-v2Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.