Subagent personas with isolated context. Each is a .md prompt in agents/.
Auto-invoked workflows. Each is a directory with SKILL.md inside skills/.
/skill-name. Each has a SKILL.md with description + instructions.
Orchestration files in pipelines/. Each .md describes a multi-step workflow that chains skills and agents.
Every code-related request is classified and routed through the pipeline system.
Shell scripts in scripts/hooks/ that fire on Claude Code lifecycle events.
| Event | Fires when… |
|---|---|
| SessionStart | Session begins — inject context, load state |
| PreToolUse | Before a tool call — validate, gate, transform |
| PostToolUse | After a tool call — log, track, audit |
| Stop | Session ends — summarize, persist state |
| Notification | Background event — alerts, side-effects |
Persistent knowledge that survives across sessions.