mauhpr/agentlint-plugin

3 stars · Last commit 2026-05-26

Claude Code plugin for AgentLint — real-time quality guardrails for AI coding agents

README preview

# agentlint — Claude Code Plugin

Claude Code marketplace wrapper for AgentLint's AI-agent guardrail engine. It gives Claude Code native hooks for code quality, security, infrastructure safety, file-scope governance, and CLI tool integration. AgentLint core supports 77 rules across 8 packs; this plugin registers the high-value Claude Code runtime hooks by default.

> **Note:** This repo is intentionally Claude Code-specific because it packages the marketplace plugin. The `agentlint` Python package is multi-agent and supports Claude Code, Cursor, Kimi, Grok, Gemini, Codex, Continue, OpenAI Agents, MCP, and generic HTTP. See the [main repo](https://github.com/mauhpr/agentlint) for those setup paths.

## Prerequisites

Install the `agentlint` Python package:

```bash
pip install agentlint
```

For this 2.5.x plugin release, use AgentLint 2.5.3 or newer.

## 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.

View full repository on GitHub →