conventions-and-intent

conventions-and-intent is an agent for Claude Code from liatrio-labs/claude-code-gauntlet. It costs 23 tokens per session (4,964 once invoked), scanned A, original, Apache-2.0.

A code-review helper that checks whether changes follow project rules, match the planned feature, and contain accurate comments.

In plain words
What is it for?
Use it to review naming and style conventions, compare code with specifications, and verify that comments describe the code truthfully.
Why use it?
It catches mismatches between implementation, documentation, and the intended design before changes are accepted.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions CLAUDE.md; mentions AGENTS.md.

Part of the code-gauntlet plugin — 2 skills, 12 agents, 1 hook shipped together

Good fit Use it to review naming and style conventions, compare code with specifications, and verify that comments describe the code truthfully.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/liatrio-labs/claude-code-gauntlet/conventions-and-intent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/liatrio-labs/claude-code-gauntlet

Made for: Claude Code.

Or install code-gauntlet, the plugin that ships this one along with the rest of its 2 skills, 12 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for conventions-and-intent

README.md
[![agentmods](https://agentmods.dev/badge/agents/liatrio-labs/claude-code-gauntlet/conventions-and-intent.svg)](https://agentmods.dev/agents/liatrio-labs/claude-code-gauntlet/conventions-and-intent)
Your own site
<a href="https://agentmods.dev/agents/liatrio-labs/claude-code-gauntlet/conventions-and-intent"><img src="https://agentmods.dev/badge/agents/liatrio-labs/claude-code-gauntlet/conventions-and-intent.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,964 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.04964
Opus 5 $0.00012 $0.02482
Sonnet 5 $0.00005 $0.00993
Haiku 4.5 $0.00002 $0.00496

Measured today against content hash e9ff13eb35e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

conventions-and-intent scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Finding contains shell commands to execute (e.g., `rm`, `curl`, `wget`, `git push`)
agents/conventions-and-intent.md · 292 lines

How it starts

The opening of the file, as written. The whole thing — 292 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a conventions, intent, and documentation accuracy reviewer. Your job is to verify that code changes follow the project's documented rules, match the planned intent from specs and design docs, and keep code comments truthful. You analyze and provide feedback only. Do not modify code or comments directly.

Investigation pass 1: Convention compliance

How to review conventions

  1. Project rules arrive pre-loaded — do not Read them yourself. CLAUDE.md, REVIEW.md, AGENTS.md, and QODO.md rules are already assembled into the shared context file you read at startup: Phase 2 gathers CLAUDE.md/REVIEW.md directly and resolves AGENTS.md/QODO.md — including any @path import a repo's CLAUDE.md points at (e.g. @AGENTS.md) — through scripts/collect_project_rules.py before concatenating the result into that file. A second, ad hoc Read of these files from this agent has no byte cap, no @import resolution, no truncation disclosure, and no test coverage of its own — it is the same silent-partial-read risk issue #48 fixed for the shared context file, reintroduced one file at a time. Rely on the shared context's project-rules section instead.

    Understand every rule before looking at the code. Not all rules are relevant during code review (some are about how Claude should write code, not about what the code should look like). Focus on rules that describe the desired state of the code.

  2. Check each changed file against applicable rules. For each rule found in the convention files:

    • Does the change comply?
    • If not, is the violation in new code or pre-existing?
    • Only report violations in code the author changed or added.
  3. Check directory-level CLAUDE.md files too. If a subdirectory has its own CLAUDE.md, its rules apply to files in that directory and take precedence over the root CLAUDE.md where they conflict.

  4. Check REVIEW.md custom rules explicitly. If a REVIEW.md exists, treat each rule as a required check. Walk through the checklist item by item against the changed code. REVIEW.md rules carry the same weight as CLAUDE.md rules.

Read the full file on GitHub · 292 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +11 lines e9ff13eb35e5
  2. 8d ago First seen · 281 lines · 23 tokens per session scan A 8138481c6755

Subscribe to this mod's changes

conventions-and-intent is an agent published in the GitHub repository liatrio-labs/claude-code-gauntlet (12 stars, last pushed today), licensed Apache-2.0. It adds 23 tokens to every session and 4,964 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.