hook-management
Session-scoped hook lifecycle management with enable/disable/status controls, execution profiling, and color-coded performance alerts.
npx skills add a5c-ai/babysitter --skill hook-management --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
- **file-guard**: Blocks sensitive file access (195+ patterns) ### PostToolUse Hooks - **typecheck-changed**: Type checking on modified files - **lint-changed**: Linting on modified files - **test-changed**: Testing related to modified files - **check-comment-replacement**: Detects code replaced with comments - **check-unused-parameters**: Detects unused function parameters ### UserPromptSubmit Hooks - **codebase-map**: Invisible project context injection - **thinking-level**: Reasoning enhancement (4 levels) ### Stop/SubagentStop Hooks - **create-checkpoint**: Git-backed state snapshot - **typecheck-project**: Full project type checking - **lint-project**: Full project linting - **test-project**: Full test suite execution - **self-review**: Comprehensive change review ## Session Isolation All hook changes are session-scoped. Disabling a hook only affects the current session and does not persist. ## Profiling - Red alert: execution time > 5s - Yellow warning: execution time > 3s - Green: execution time < 3s - Output size monitoring: flag > 10KB ## Commands - `/hook:enable [hookName]` -- Enable a disabled hook - `/hook:disable [hookName]` -- Disable a hook for this session - `/hook:
- PostToolUse Hooks
- UserPromptSubmit Hooks
- Stop/SubagentStop Hooks
- Session Isolation
- Profiling
- Commands
- When to Use
- Processes Used By
What does the hook-management skill do?
Session-scoped hook lifecycle management with enable/disable/status controls, execution profiling, and color-coded performance alerts.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill hook-management --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
