Skip to content
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-code

Ships 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.
Read hooks/hooks.json
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
Stats
780
Stars
1
Views
58
Forks
Active
Maintenance
Python
Language
MIT
License
7d ago
Last commit
1mo ago
Created

Repo: tigerless-labs/autoharness