← ClaudeAtlas

harnesslisted

Control surface for a harness-engineering Claude Code setup at user or project scope. Handles install, uninstall, update, doctor, adopt, snapshot, status, audit, and memoize. Installs CLAUDE.md, guardrail hooks, /verify, /plan, /critique, memory seeds, and settings patches; can also retrofit an existing project with scripts/harness-check.sh, report install state, snapshot ~/.claude/, and run deterministic memory hygiene. All sub-actions are idempotent. Use when asked to "set up my Claude Code", "install harness", "uninstall harness", "update harness", "diagnose my setup", "adopt harness", "retrofit", "snapshot my setup", "audit my setup", "harden my Claude", "memoize", "consolidate memory", or "prune memory".
datashaman/code-skills · ★ 1 · Code & Development · score 68
Install: claude install-skill datashaman/code-skills
# Harness Control surface for the user-scope Claude Code "harness" — feedforward guides (CLAUDE.md, memory), feedback sensors (hooks), and an optional drift-detection loop (snapshot + monthly audit). The vocabulary follows OpenAI's *Harness engineering* (https://openai.com/index/harness-engineering/) and Martin Fowler's writeup (https://martinfowler.com/articles/harness-engineering.html). Day-to-day patterns are convergent picks from Boris Cherny, Simon Willison, Jesse Vincent (Superpowers), Geoffrey Huntley (Ralph loop), Hamel Husain (eval skills), and Steve Yegge (Gas Town). See README.md for citations. ## Sub-action dispatch The user invokes this skill, optionally with an action word. Detect intent and run the matching sub-action. If the user says `/harness` without context, run **status** first (it's read-only and informative), then ask which action they want. | Said by user | Sub-action | Script | | --------------------------------------------- | ----------- | ------------------------------- | | "install", "set up", "bootstrap" | `install` | `scripts/install.sh` | | "uninstall", "remove", "undo" | `uninstall` | `scripts/uninstall.sh` | | "update", "pull latest templates", "refresh" | `update` | `scripts/update.sh` | | "doctor", "diagnose", "is it working" | `doctor` | `scripts/doctor.sh` | | "adopt", "add to existing pr