AgentConfigScore banner
LE0-Lin LE0-Lin

AgentConfigScore

AI community

Description

Tamper-resistant regression gate for AI coding-agent instructions—AGENTS.md, CLAUDE.md, Cursor, Copilot, Gemini, and more.

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

README

AgentConfigScore

AgentConfigScore A 100

Codecov for AI coding-agent instructions.

Stop pull requests from quietly making AGENTS.md, CLAUDE.md, Cursor, Copilot and Gemini instructions worse.

CI Python 3.10+ Linux, Windows, macOS 0 runtime dependencies MIT

AgentConfigScore is a deterministic regression gate for coding-agent configuration. It compares a change with its baseline and answers one CI-friendly question:

**Did this change make our agent instructions worse?**

It is regression-first rather than perfection-first: an existing repository can start at 72/100 and adopt the gate immediately. A pull request that stays at 72 can pass; one that drops to 65 can fail.

What usually goes wrong What the gate does
A pull request weakens its own quality threshold Uses the baseline branch's policy to judge the change
A new instruction contradicts or duplicates existing guidance Reports deterministic, line-addressable findings
An exception becomes a permanent silent ignore Requires a reason and expiry, then preserves an audit trail
A scanner update becomes noisy on real projects Replays a pinned, manually reviewed real-repository benchmark

Get running

python -m pip install "git+https://github