Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/leee880619-commits/ClaudeCode-Harness-Setup-AssistantWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/leee880619-commits/claudecode-harness-setup-assistant/help)<a href="https://agentmods.dev/commands/leee880619-commits/claudecode-harness-setup-assistant/help"><img src="https://agentmods.dev/badge/commands/leee880619-commits/claudecode-harness-setup-assistant/help.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.02386 |
| Opus 5 | $0.00015 | $0.01193 |
| Sonnet 5 | $0.00006 | $0.00477 |
| Haiku 4.5 | $0.00003 | $0.00239 |
Grade A, and why
help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.
harness-architect — 사용법
이 플러그인은 대상 프로젝트를 분석해 Claude Code 하네스(CLAUDE.md, settings, rules, agents, playbooks, hooks, MCP)를 9-Phase 오케스트레이션으로 구축합니다.
아래 내용을 사용자에게 있는 그대로 출력하세요. AskUserQuestion/Agent 소환 없이 정적 안내만 수행합니다.
중요 — 정적 출력 규약: 본 문서 전체(특히 아래 "두 가지 사용 시나리오" 의 코드 블록)는 사용자가 직접 타이핑·실행할 명령어를 보여주는 안내 텍스트입니다.
help커맨드는 어떠한 경우에도 그 안의/harness-architect:harness-setup,/harness-architect:audit등을 자동 실행하거나, AskUserQuestion 으로 경로를 묻거나, 에이전트를 소환하지 않습니다. 사용자가 실행을 원하면/harness-architect:harness-setup또는/harness-architect:audit를 별도의 슬래시커맨드로 다시 호출 하도록 유도만 합니다.
🚀 빠른 시작
/harness-architect:harness-setup
/harness-architect:harness-setup /absolute/path/to/project
- 인자 없이 호출하면 Phase 0에서 대상 프로젝트 경로를 물어봅니다.
- 인자로 절대 경로를 주면 경로 질문을 생략하고 바로 인터뷰로 진입합니다.
- "빠르게" 또는
--fast를 초기 발화에 포함하면 도메인 리서치(Phase 2.5)를 스킵합니다.
📋 주요 커맨드 (모두 이 3개로 끝남)
| 커맨드 | 역할 | 언제 쓰는가 | 출력 |
|---|---|---|---|
/harness-architect:harness-setup [경로] |
9-Phase 하네스 구축·재구축·재개 (메인 진입점) | 신규 설치 또는 감사 결과 적용 | BLOCK / ASK / NOTE |
/harness-architect:audit [경로] |
기존 하네스 통합 감사 — 구성 정합성 + 런타임 부채 + 프로젝트 적합성을 3개 auditor 로 병렬 실행 후 단일 통합 보고서 (read-only) | 기존 하네스 점검 | 통합 Critical/High/Medium/Low/Aligned |
/harness-architect:help |
이 사용법 안내 | — | — |
autocomplete 단순화를 위해 노출 슬래시 커맨드는 위 3개로 제한되어 있습니다. 세부 auditor (harness-auditor / ops-auditor / fit-auditor) 는
audit커맨드 내부에서 자동 병렬 호출되며, 단독 실행이 필요하면/harness-architect:audit의 "개별 auditor 단독 실행" 섹션 안내를 따르세요.
🧭 두 가지 사용 시나리오
시나리오 A — 신규 설치
/harness-architect:harness-setup /absolute/path/to/project
Phase 9 final-validation 이 빌드 직후 보안·실패 복구·라우팅·개방형 루프 금지 문구를 모두 검증하므로 추가 감사 없이 완결됩니다.
시나리오 B — 기존 하네스 점검 → 개선 적용
# 1) 감사 (read-only, 파일 수정 없음)
/harness-architect:audit /absolute/path/to/project
# 2) 통합 보고서 확인 후, Critical/High 가 있으면 적용:
/harness-architect:harness-setup /absolute/path/to/project
# → Phase 0 가 기존 docs/{요청명}/ 를 감지하고 "계속 / 새로 시작?" 질문
# → "계속" 선택 시 마지막 완료 Phase 부터 재개 (보고서 항목을 해당 Phase 산출물에 반영 후 재실행)
# → "새로 시작" 선택 시 처음부터 9-Phase 재구축 (MAJOR-DRIFT-CRITICAL 다수일 때 권장)
# 3) 수정 완료 후 재감사로 버킷 감소 확인:
/harness-architect:audit /absolute/path/to/project
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 147 lines · 29 tokens per session scan A e9f6ee95ef8f
help is a command published in the GitHub repository leee880619-commits/ClaudeCode-Harness-Setup-Assistant (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 29 tokens to every session and 2,386 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
send
Send a message to a running agent session. Use this to correct or direct a live agent mid-stream without killing and respawning it.
discover
Search the Everruns(Dev) API catalog for available operations.
me-figure-discussion
Write or review thermal-fluid figure discussion with observation, physical mechanism, comparison, uncertainty, and claim limits.
pick-agent
A command that helps users choose and import only the agent role they need, such as a frontend developer, researcher, or editor.
agent-wizard
Build a Claude Agent SDK agent by answering 9 illustrated questions, then run it.
cleanup
Run a systematic cleanup on the provided code to resolve smells, simplify complexity, and enforce best practices.