Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add leee880619-commits/ClaudeCode-Harness-Setup-Assistant/plugin install harness-architectWrote 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/update)<a href="https://agentmods.dev/commands/leee880619-commits/claudecode-harness-setup-assistant/update"><img src="https://agentmods.dev/badge/commands/leee880619-commits/claudecode-harness-setup-assistant/update.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.00024 | $0.00492 |
| Opus 5 | $0.00012 | $0.00246 |
| Sonnet 5 | $0.00005 | $0.00098 |
| Haiku 4.5 | $0.00002 | $0.00049 |
Grade A, and why
update scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sf --max-time 5 \ What it actually says
아래 절차를 순서대로 실행하세요. AskUserQuestion 없이 정보를 수집하고 결과를 출력합니다.
실행 절차
Step 1 — 현재 설치 버전 확인
${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json 을 읽어 version 필드를 추출합니다.
CLAUDE_PLUGIN_ROOT 환경변수가 없거나 파일이 없으면:
"harness-architect 플러그인 경로를 찾을 수 없습니다.
claude --plugin-dir옵션으로 실행 중인지 확인하세요." 를 출력하고 종료합니다.
Step 2 — GitHub 최신 릴리즈 조회
아래 명령을 실행합니다:
curl -sf --max-time 5 \
-H "Accept: application/vnd.github+json" \
"https://api.github.com/repos/leee880619-commits/ClaudeCode-Harness-Setup-Assistant/releases/latest"
실패(네트워크 오류, 타임아웃)하면:
"GitHub에 연결할 수 없습니다. 네트워크 상태를 확인하세요." 를 출력하고 종료합니다.
응답에서 tag_name(최신 버전)과 body(릴리즈 노트)를 추출합니다.
tag_name 앞의 v 접두어는 제거해 순수 semver(예: 0.9.1)로 정규화합니다.
Step 3 — 버전 비교 및 결과 출력
최신 버전 ≤ 현재 버전인 경우:
harness-architect v{현재버전} — 최신 버전입니다.
최신 버전 > 현재 버전인 경우:
아래 형식으로 출력합니다:
harness-architect 업데이트 available
설치됨: v{현재버전}
최신: v{최신버전}
변경사항:
{릴리즈 노트 body — 마크다운 그대로 출력, 최대 30줄}
업데이트하려면:
/plugin update harness-architect
릴리즈 노트가 30줄을 초과하면 30줄만 출력 후 "... (전체 내용: GitHub Releases 참조)" 를 추가합니다.
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 · 61 lines · 24 tokens per session scan A ef46e7815920
update 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 24 tokens to every session and 492 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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.