← shulgin.is-a.dev open source · MIT
Claude Code harness

Curated,
not dumped

Most "everything for Claude Code" collections optimize for count: hundreds of skills, agents and hooks that auto-run on your tool calls. It looks impressive and fails quietly. This one optimizes for the opposite.

What's inside

10 skills

Only what earned its place

vet, proof, workflow-upgrade, goal, konsilium, ship-secure, pre-push, system-health, teach, longread. Each one is a procedure that survived real use, not a prompt someone thought sounded good.

2 agents

Two by design, not sixty

An adversarial verifier that tries to refute a finding instead of confirming it, and a read-only scout that reads an incoming tool's repo and reports before anything is installed.

6 rules

Always-on behavior

Safety guards, code principles, root-cause discipline, detective mindset, a think-before-code checklist for new projects, and dependency intake.

The evidence ladder

The newest piece, and the reason for release v0.2.0. An agent's most expensive habit is not being wrong. It's reporting done on work nothing actually checked, in the same tone it uses for work that was.

  1. 1 · Declared — someone said so. A comment, a commit message, an agent's own summary. Not evidence.
  2. 2 · Implemented — the code exists and parses.
  3. 3 · Exercised — it ran at least once. A test, a dry run.
  4. 4 · Integrated — it ran in the real assembly: the deployed process serves it.
  5. 5 · Observed — it produced the intended effect, visible afterwards and attributable to it.
passpartialfailskip

Climb only to the lowest rung that decides the claim: expense is not evidence. And keep skip distinct from fail — "we didn't look" and "we looked and it's broken" call for opposite actions.

Why curated

Install

No installer, and no curl | bash: this harness practices what it preaches. Copy what you want.

git clone https://github.com/Sanexxxx777/curated-claude-code
cd curated-claude-code

cp -r skills/proof ~/.claude/skills/
cp -r skills/vet   ~/.claude/skills/
cp agents/*.md      ~/.claude/agents/