Hooks
What hydraia runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.
$ npx -y skills add jdanigo/hydraia --agent claude-codeShips 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".
Where it lives
- hooks/agents.shGitHub
- hooks/config.shGitHub
- hooks/doctor.shGitHub
- hooks/gate.shGitHub
- hooks/plancheck.shGitHub
- hooks/preflight.shGitHub
- hooks/summary.shGitHub
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.
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
Repo: jdanigo/hydraia

