Add claude-code-hooks — 16 safety hooks for autonomous operation#1038
Add claude-code-hooks — 16 safety hooks for autonomous operation#1038yurukusa wants to merge 1 commit into
Conversation
16 production safety hooks from 160+ hours of autonomous Claude Code operation. One-command install: npx cc-safe-setup GitHub: https://github.com/yurukusa/claude-code-hooks
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 53d7be92a1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - [Britfix](https://github.com/Talieisin/britfix) by [Talieisin](https://github.com/Talieisin) - Claude outputs American spellings by default, which can have an impact on: professional credibility, compliance, documentation, and more. Britfix converts to British English, with a Claude Code hook for automatic conversion as files are written. Context-aware: handles code files intelligently by only converting comments and docstrings, never identifiers or string literals. | ||
| - [CC Notify](https://github.com/dazuiba/CCNotify) by [dazuiba](https://github.com/dazuiba) - CCNotify provides desktop notifications for Claude Code, alerting you to input needs or task completion, with one-click jumps back to VS Code and task duration display. | ||
| - [cchooks](https://github.com/GowayLee/cchooks) by [GowayLee](https://github.com/GowayLee) - A lightweight Python SDK with a clean API and good documentation; simplifies the process of writing hooks and integrating them into your codebase, providing a nice abstraction over the JSON configuration files. | ||
| - [claude-code-hooks](https://github.com/yurukusa/claude-code-hooks) by [yurukusa](https://github.com/yurukusa) - 16 production safety hooks from 160+ hours of autonomous operation. Blocks destructive commands, force push, secret leaks, syntax errors. Includes 8 COOKBOOK recipes from real GitHub Issues, 5 templates, and plugin support. One-command install: `npx cc-safe-setup`. |
There was a problem hiding this comment.
Persist the new hook in the CSV source of truth
README.md is generated output (README.md:1), and the repo’s documented workflow says THE_RESOURCES_TABLE.csv is the single source of truth and all README variants are regenerated from it (scripts/README.md:14, docs/README-GENERATION.md:31-42). Because this commit only inserts the line here, the next README generation will delete it again, and the new resource is already missing from README_ALTERNATIVES/* and other generated artifacts. Please add the resource to the CSV and regenerate instead of editing the root README directly.
Useful? React with 👍 / 👎.
Adds claude-code-hooks to the Hooks section.
16 production safety hooks extracted from 160+ hours of autonomous Claude Code operation. Every hook exists because something went wrong without it.
What it includes:
Stats:
npx cc-safe-setup)