From harness-builder
Auto-configure a production-grade Claude Code harness for any project. ALWAYS trigger when user mentions: harness setup, configure claude code, project setup, claude configuration, onboarding, or asks how to set up their development environment with Claude Code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/harness-builder:harness-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically configures a fully customized Claude Code harness by analyzing your codebase, interviewing you about preferences, and generating optimized configuration files.
Automatically configures a fully customized Claude Code harness by analyzing your codebase, interviewing you about preferences, and generating optimized configuration files.
The harness builder creates a complete .claude/ directory with:
Phase 1: Codebase Analysis → analysis.json
Phase 2: User Interview → interview.json
Phase 3: Config Generation → .claude/* files
Phase 4: Verification + Guide → validation report
Run /harness-setup to start the full pipeline.
/harness-setup — Full setup from scratch/harness-setup --cost-tier minimal — Skip cost question, use minimal tier/harness-setup --cost-tier balanced — Skip cost question, use balanced tier/harness-setup --cost-tier full — Skip cost question, use full tier/harness-update — Re-analyze and update managed sections only/harness-status — View current harness configuration summary/harness-guide — Regenerate Korean usage guide| Tier | Model Config | Agents | Hooks | ~Cost/hr |
|---|---|---|---|---|
| minimal | sonnet only | 2 profiles | basic security | ~$0.5 |
| balanced | opus main + sonnet agents | 4 profiles + reviewers | full lifecycle | ~$2 |
| full | opus + sonnet + multi-model | 6+ profiles + architect | full + auto-resolve | ~$5 |
TypeScript/JavaScript, Python, Go, Rust, Java/Kotlin, Ruby, C#, Swift
Next.js, Nuxt, Angular, Vite, Remix, Astro, Django, Flask, FastAPI, Spring Boot, Vapor
Prisma, Drizzle, Knex, Sequelize, TypeORM, SQLAlchemy, Django ORM, Diesel, Ent
Docker, Kubernetes, Vercel, Netlify, Fly.io, Railway, AWS SAM, CDK, Terraform
When a harness already exists:
.claude/ before any changesnpx claudepluginhub woohyunkim-aicx/harness-builder --plugin harness-builderGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.