mauhpr/agentlint-plugin
3 stars · Last commit 2026-04-26
Claude Code plugin for AgentLint — real-time quality guardrails for AI coding agents
README preview
# agentlint — Claude Code Plugin Real-time guardrails for AI coding agents — code quality, security, infrastructure safety, file-scope governance, and CLI tool integration. 68 rules across 8 packs covering all 17 Claude Code hook events. ## Prerequisites Install the `agentlint` Python package: ```bash pip install agentlint ``` ## Binary resolution The plugin automatically resolves the `agentlint` binary at runtime — no PATH configuration needed. It probes, in order: PATH lookup, `~/.local/bin` (pipx), `uv tool` install location, and `python -m agentlint`. This works regardless of how you installed the package. If auto-resolution still fails, run `agentlint setup` to register hooks with an absolute path instead. ## Install from GitHub