hook-manager
Installation
SKILL.md
Hook Manager
Help users discover, install, and diagnose automation hooks from the bopen-tools collection.
Available Hooks
| Hook | Event | Description | Recommendation |
|---|---|---|---|
protect-env-files |
PreToolUse | Blocks edits to .env files (security) | Recommended |
uncommitted-reminder |
Stop | Shows uncommitted changes when agent stops | Optional |
auto-git-add |
PostToolUse | Auto-stages files after edits | Optional |
time-dir-context |
UserPromptSubmit | Adds timestamp/dir/branch to prompts | Optional |
lint-on-save |
PostToolUse | Runs lint:fix after file edits | Optional |
lint-on-start |
SessionStart | Runs linting on session start | Optional |
auto-test-on-save |
PostToolUse | Runs tests after file edits | Optional |
protect-shadcn-components |
PreToolUse | Protects shadcn UI components | Optional |