From 16af4eb153f454f62ed2b723704626b0b3904c92 Mon Sep 17 00:00:00 2001 From: ci Date: Sun, 7 Jun 2026 09:34:47 +0900 Subject: [PATCH] Add cc-safe-setup to Tools & Utilities A free MIT tool that installs Claude Code safety hooks blocking destructive and cost-runaway operations before they run, with a safety-score audit. Fits alongside the existing guard/hook tools (ccguard, rins_hooks, tdd-guard). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46701b6..d735bbc 100644 --- a/README.md +++ b/README.md @@ -369,6 +369,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**run-claude-docker**](https://github.com/icanhasjonas/run-claude-docker) (58 ⭐) - Run claude code in somewhat safe and isolated yolo mode. - [**flashbacker**](https://github.com/agentsea/flashbacker) (54 ⭐) - Claude Code state management with session continuity and AI personas, subagents and agent discussion. - [**ccguard**](https://github.com/pomterre/ccguard) (45 ⭐) - Automated enforcement of net-negative LOC, complexity constraints, and quality standards for Claude code. +- [**cc-safe-setup**](https://github.com/yurukusa/cc-safe-setup) (45 ⭐) - One command (`npx cc-safe-setup`) installs safety hooks that block destructive and cost-runaway operations before they run — rm -rf, force-push, multi-branch CI fan-out, runaway fetch/output loops — plus a 0–100 safety-score audit. - [**Severance**](https://github.com/blas0/Severance) (41 ⭐) - A semantic memory system designed for Claude Code. - [**claude-code-specs-generator**](https://github.com/kellemar/claude-code-specs-generator) (38 ⭐) - A documentation and context management system for AI-assisted development, inspired by Amazon's Kiro IDE. - [**claude-code-voice**](https://github.com/mckaywrigley/claude-code-voice) (38 ⭐) - Hands-free voice control for Claude Code on macOS.