From harness
Use when a non-obvious pattern formalizes mid-session — the agent had to learn something the hard way, or the user corrected the agent on something the docs don't cover. Append a telegraph-style note to AGENTS.md so future sessions inherit the lesson.
How this skill is triggered — by the user, by Claude, or both
Slash command
/harness:evolutionary-instructionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Instruction docs grow by accretion, not up-front specification. When a
Instruction docs grow by accretion, not up-front specification. When a pattern has earned its place — through a user correction, a bug, or a non-obvious convention — write it down where the next session will read it.
Trigger fires when:
uv add, not uv pip install").Trigger does not fire on session start, on every commit, or on every "interesting fact." Bias toward appending less, not more.
Project root AGENTS.md (canonical filename). Add a CLAUDE.md
symlink if the project doesn't already have one:
ln -s AGENTS.md CLAUDE.md
Per-subtree AGENTS.md for guidance scoped to that subtree.
# noqa is blocked because suppression hides
problems we got bit by last quarter.")AGENTS.md is the long-lived store. Short-lived state belongs in
WORKING_NOTES.md and decision rationale belongs in DECISIONS.md
(see two-tier-state). Workflow:
WORKING_NOTES.md ("we keep doing X").AGENTS.md as a rule.DECISIONS.md
instead.AGENTS.md aggregate
across the tree. That's fine; what matters is that each line still
earns its place.AGENTS.md with speculative rules. Wait for the
pattern to formalize.The lesson is captured in AGENTS.md (root or scoped) in
telegraph-style with a one-line why if the rule isn't self-evident.
npx claudepluginhub jackjconner/agent-harness --plugin harnessProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.