**claude-code-boost**
Description
Smart hooks for Claude Code that reduce friction and keep quality high.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for yifanzz/claude-code-boost, shared by 2 entries
in this directory. It describes the repository, not this entry specifically.
Claude Code Boost
Smart hooks for Claude Code that reduce friction and keep quality high.
- Auto-approve safe dev operations (less clicking, more coding)
- Nudge/run tests before ending sessions when changes warrant it
- Optional desktop notifications for long-running tasks
Quick Start
npm install -g claude-code-boost
ccb install
See what gets auto-approved and blocked in the sections below.
Installation
**Prerequisites**: Node.js 20+ and Claude Code installed
# Step 1: Install Claude Code Boost globally
npm install -g claude-code-boost
# Step 2: Run the install command to set up the hook
ccb install
The `ccb install` command guides you through:
- Choose installation location (user, project, or project-local settings)
- Choose authentication method (API proxy or direct API key)
- Configure Claude Code settings automatically
- Verify the setup works
Feature Details
Auto-Approval Hook
Reduces manual approval overhead by automatically approving common safe operations:
- File operations (reading, writing, basic file management)
- Standard build/test commands (
npm test,npm build,git commit) - Local development requests (
curl localhost:3000) - Package management (
npm install, dependency updates) - Basic Docker operations
Always blocks destructive system commands (`rm -rf /`, disk formatting, etc.)
Test Enforcement Hook
Analyzes conversation transcripts to detect when tests should be run before ending a session:
- Parses Claude Code conversation history
- Uses LLM analysis to determine if code changes warrant testing
- Can block session termination until tests are executed
Notification Hook
Simple desktop notifications for Claude Code events:
- Cross-platform support (macOS, Windows, Linux)
- Useful for long-running operations or important alerts
Transcript Parser
Utility for processing Claude Code conversation logs:
- Converts JSONL transcript format to structured XML
...
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11