Agentlint: GitHub App that catches CLAUDE.md contradictions and broken pointers on every PR

If you've been running Claude Code seriously, you've probably hit the maintenance wall: the rules surface grows from a single CLAUDE.md to AGENTS.md, skills, hooks — and eventually those files start saying different things. Claude reads all of them. Contradictions produce weird, hard-to-trace behavior.
Agentlint (agentlint.net/install) is a GitHub App that automates catching these issues on every PR. It reads your entire agent-rules bundle and posts inline PR comments when it detects:
- Files that contradict each other
- Hooks or skills pointing at paths that don't exist
- Rules that reference harness features your version doesn't support
Pricing & limits
- Free for 5 audits per private repo, unlimited on public repos
- Pro: $19 per repo per month for unlimited private audits
- Installation takes ~30 seconds
See a sample report
A synthetic report for an example repo is available at agentlint.net/r/sample — it shows inline comments for a fictional "acme/dashboard" repository.
📖 Read the full source: r/ClaudeAI
👀 See Also

Qwen 3.6 27B F16 Passes Pacman Coding Test, But 8-Bit Quants Fail — Key Lessons on Templates and MTP Speculative Decoding
A user one-shots a Pacman clone with Qwen 3.6 27B F16 — two of three attempts produce nearly perfect games. 8-bit quants fail entirely. Detailed notes on chat template tuning and MTP speculative decoding speed gains.
Voker Launches Agent Analytics Platform with Intent/Correction/Resolution Primitives
YC S24 startup Voker launches an agent analytics platform with a lightweight SDK that automatically annotates user intents, corrections, and resolutions — providing self-service dashboards without relying on LLMs for data engineering.

ClawsifyAI Agent Handles Email, Research, and Brainstorming Tasks
A developer tested ClawsifyAI, an AI agent-style claw bot, for a week and found it handled emails, research, repetitive work, and brainstorming. The agent provides clear feedback, practical solutions, and sometimes better ideas than originally planned.

Claude Code protocol file reduces repetitive questioning
A developer created a single .md file for ~/.claude/rules/ that infers task type and risk from the first message, eliminating Claude Code's typical three-question sequence before starting work.