A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Pre-commit hooks for validating Claude Code config files with auto-fix
Experimental: This repository is an experiment to lint
.claudeconfiguration files.
Pre-commit hooks for validating Claude Code configuration files - SKILL.md, hooks, subagent configs, and settings.
git clone https://github.com/freddo1503/claude-pre-commit
cd claude-pre-commit
cargo build --release
# Check all Claude Code files
claude-check check
# Check specific scope
claude-check check --scope global
claude-check check --scope local
# Auto-fix issues
claude-check fix
# Install git hook
claude-check install-hook
# See all options
claude-check --help
Add to .pre-commit-config.yaml:
repos:
- repo: https://github.com/freddo1503/claude-pre-commit
rev: v0.1.0
hooks:
- id: claude-check
Current: v0.1.0 - Foundation complete
Completed:
In Progress:
MIT License - see LICENSE for details.
Give Claude Code memory that evolves with your codebase via hooks and LLM-compiled knowledge
Security hooks with SSRF protection, MCP compression, and OpenTelemetry tracing
Context management with hooks for state via ledgers, MCP without context pollution
An LLM council that reviews your coding agent's every move for quality assurance
Community Package
@freddo1503 on GitHub