
Intuvibe Harness
- Updated April 18, 2026
- RHIE-coder/Intuvibe
intuvibe-harness is a Claude Code skill in the AI & Agent Building category. Agentic engineering harness for Claude Code
Key points
- intuvibe-harness
- AI & Agent Building
- AI-coding skill
Intuvibe Harness by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add RHIE-coder/Intuvibe/plugin install intuvibe-harness@intuvibeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 18, 2026 |
|---|---|
| Repository | RHIE-coder/Intuvibe ↗ |
What it does
Agentic engineering harness for Claude Code
README.md
intuvibe
Claude Code용 플러그인 마켓플레이스.
설치
# 1. marketplace 등록
claude plugin marketplace add rhie-coder/intuvibe
# 2. 플러그인 설치
claude plugin install intuvibe-harness
업데이트
# marketplace 최신화 (새 플러그인 목록, 버전 정보 반영)
claude plugin marketplace update intuvibe
# 특정 플러그인 업데이트
claude plugin install intuvibe-harness
삭제
# 플러그인 삭제
claude plugin uninstall intuvibe-harness
# marketplace 자체를 제거하려면
claude plugin marketplace remove intuvibe
플러그인 목록
| 플러그인 | 버전 | 설명 |
|---|---|---|
intuvibe-harness |
0.3.0 | Agentic engineering harness — 워크플로우, 가드레일, 품질 파이프라인, trace observability |
처음 쓰시나요? packages/harness/guide/ 에서 mermaid 다이어그램과 함께 설치·워크플로우·모드·옵저버빌리티를 한 번에 볼 수 있습니다.
Inspector (옵션)
훅이 기록한 trace 를 브라우저에서 관찰하는 로컬 웹 UI. marketplace 에 포함되지 않으며, 레포를 클론해서 별도로 실행한다.
git clone https://github.com/rhie-coder/intuvibe
cd intuvibe && pnpm install
pnpm inspector # http://localhost:3030
# 다른 프로젝트의 trace 를 보고 싶으면
HARNESS_PROJECT_DIR=/path/to/project pnpm inspector
버전 관리
git tag는 마켓플레이스 버전 단위로 관리한다 (예: v0.1.0).
태그별 플러그인 버전 이력은 RELEASES.md 참고.
구조
.
├── .claude-plugin/ # marketplace metadata
├── apps/
│ └── inspector/ # 로컬 trace observability Web UI (marketplace 미포함)
├── docs/ # 공용 리서치/리뷰 문서
└── packages/
└── harness/ # intuvibe-harness 플러그인 패키지
├── book/ # 단일 진실 (설계 의도 + 현재 형상)
├── bench/ # 검증 (specs, tests, scenarios)
├── plugin/ # 배포 대상 플러그인
├── PLAN.md # 현재 구현 계획
└── CONVENTIONS.md # 관리 규칙
- marketplace manifest:
.claude-plugin/marketplace.json - plugin source:
packages/harness/plugin - inspector source:
apps/inspector
패키지 상세는 packages/harness/README.md 참고.
리서치 / 리뷰
- Review index: docs/review/README.md
- Codex CLI quick notes: docs/review/codex-cli/README.md
- OpenAI Codex official docs review: docs/review/openai-codex/README.md
Related skills
AI & Agent Buildingagents