How this skill is triggered — by the user, by Claude, or both
Slash command
/common:hve-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
사용자의 개발 환경에 필요한 도구를 설치하고 설정합니다.
사용자의 개발 환경에 필요한 도구를 설치하고 설정합니다.
아래 단계를 순서대로 실행하세요. 각 단계의 결과를 사용자에게 보고합니다.
codex --version
npm install -g @openai/codex
설치 완료 후 codex --version으로 설치 확인.
claude mcp add codex -s user -- codex mcp-server
설치/설정 결과를 요약 보고:
[hve-setup 결과]
- Codex CLI: ✅ (버전)
- Codex MCP: ✅ (user 스코프)
실패한 항목이 있으면 원인과 수동 해결 방법을 안내합니다.
npx claudepluginhub p/hve4638-common-commonGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.