Skip to content
Development
Hook

Hooks

What hydraia 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 jdanigo/hydraia --agent claude-code

Ships with hydraia. 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 preflight.sh".

PreToolUse

  • Runs gate.sh".

SubagentStop

  • Runs agents.sh".

Stop

  • Runs summary.sh".
Read hooks/hooks.json

Where it lives

Showing the source of 6 of 7 scripts. Every one is linked above.

Read the script before you install anything that runs on your machine. This is the one part of a plugin that acts without being asked.

Ships withhydraia

A personal agentic development harness for Claude Code. One command runs the entire feature pipeline: it collaborates with you on the design (brainstorm, approaches, spec), then builds autonomously — plan, execute, double-review, and verify with no per-step

Get the whole plugin, auto-invoked
Stats
8
Stars
0
Views
0
Forks
Active
Maintenance
Python
Language
MIT
License
14d ago
Last commit
1mo ago
Created

Repo: jdanigo/hydraia