Development
Hook
Hooks
What autoharness runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.
Install
$ npx -y skills add tigerless-labs/autoharness --agent claude-codeShips with autoharness. Installing the plugin gets these hooks.
What fires, and when
SessionStart
Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.
- Runs autoharness.hook.dispatch.
Stop
- Runs autoharness.hook.dispatch.
PreToolUse
- Runs autoharness.hook.dispatch.
SessionEnd
- Runs autoharness.hook.dispatch.
Ships withautoharness
Autoharness — a self-learning skill layer for Claude Code — distills skills from your real sessions, updates them as you work, and prunes the ones that stop getting used. No daemon, no benchmark.
Get the whole plugin, auto-invoked

