harness-doctor

Solid

Check whether this project's Agentsmith harness is installed correctly and healthy — fires on "is my harness set up right?", "harness doctor", "check my harness". Part of the Agentsmith harness; runs self-contained health checks (CLAUDE.md managed block, settings, verify.conf, scripts, leanness) with a one-line fix for each finding.

AI & Automation 255 stars 11 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
80
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
75
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Harness doctor — is the harness healthy? Confirm the harness is wired correctly, in plain language, with a concrete fix per finding. ## When this fires "is my harness set up right / healthy?" / "harness doctor" / after an install or a `--self-update`. ## Fast path — if a harness checkout is reachable If you can find a harness checkout that has `setup.sh` (the cwd, or a path the operator names), offer to run `bash setup.sh --doctor` for the full machine-level report (global CLAUDE.md, settings keys, plugins, skills dir). `setup.sh` is NOT copied into projects — don't assume it's here. ## Fallback — self-contained project checks Check each; report pass, or a one-line fix: - **CLAUDE.md** present and contains an `AGENTSMITH:BEGIN … END` managed block (not just a stray file). Fix: re-install, or `./setup.sh --self-update` from a checkout. - **`.claude/settings.json`** (and/or `settings.local.json`) present. Fix: `cp` the shipped `.claude/settings.local.json.example`. - **`.harness/verify.conf`** exists AND has a real phase — not just the `sanity ::` placeholder. Fix: edit it to list this project's real checks. - **`scripts/*.sh`** present and executable. Fix: `chmod +x scripts/*.sh`. - **Leanness:** if `./scripts/lint-leanness.sh` exists, run it on `CLAUDE.md` and report the line/token budget. Over budget → move prose into a skill or doc, not more `core/`. ## Report A short pass/fix list, most-important first. End with the single highest-value fix to do next.

Details

Author
PromptPartner
Repository
PromptPartner/agentsmith
Created
1 weeks ago
Last Updated
3 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

harness-doctor

Scans a project's harness structure (.claude/ directory, CLAUDE.md, rules, agents) to diagnose complexity, drift, missing files, and broken references, then suggests improvements. `--lint` flag adds language-pattern scan (self-marketing, cushion words, version brags). Triggered by "harness check", "structure diagnosis", "CLAUDE.md audit".

8 Updated today
chrono-meta
Code & Development Listed

harness-health-audit

Audit the health of an AI-coding harness — the CLAUDE.md / AGENTS.md files, rules, skills, agents, hooks, and commands that steer an agent in a repository — across four questions a linter cannot answer: is it TRUE (does it match the real code?), is it USED (do skills actually trigger and does the loop actually verify?), is it AFFORDABLE (is it inside the budget where instructions are still followed?), and is it SAFE (is a live, accurate instruction still a good idea — permission bypasses, unpinned remote scripts, untrusted content flowing in as instructions? — safety findings are flagged for the user's decision, never auto-removed). Then surgically correct or remove only what is proven wrong or dead. Use whenever the steering layer may have rotted or may not be working: "하네스 점검해줘", "하네스 드리프트 감사", "CLAUDE.md가 실제랑 맞는지 봐줘", "룰/스킬이 최신인지 확인해줘", "스킬이 제대로 활용되는지 봐줘", "루프 엔지니어링 잘 되고 있는지 검토해줘", "죽은 훅/커맨드 정리해줘", "하네스 안전한지 점검해줘", "audit my harness", "check the rules still match the real stack", "are my skills actually be

3 Updated today
uzysjung
AI & Automation Solid

harness-help

Orient a non-coder to this project's Agentsmith harness — fires on "what is this harness?", "what are my rules?", "which profile am I on?", "what do I type next?". Part of the Agentsmith harness; reads CLAUDE.md and reports the active profile, a short rules summary, the safety mode, and the next thing to type — in plain language.

255 Updated 3 days ago
PromptPartner