style-reviewer

style-reviewer is an agent for coding agents from gregmos/memoforge. It costs 45 tokens per session (3,937 once invoked), scanned A, original, MIT.

An independent editor that checks a legal memo draft for writing style, grammar, punctuation, and signs of unpolished automated writing.

In plain words
What is it for?
It reviews the draft for AI-like phrasing, excessive em dashes, vague attributions, grammar and punctuation problems, and other style issues.
Why use it?
A memo can be legally sound but still look unreliable if it uses vague wording, inflated language, repetitive punctuation, or other distracting habits.

Agent

Part of the memoforge plugin — 4 skills, 16 agents, 1 hook, 2 MCP servers shipped together

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.

agentmods
npx agentmods add agents/gregmos/memoforge/style-reviewer
Clone the repo
git clone --depth 1 https://github.com/gregmos/memoforge

Or install memoforge, the plugin that ships this one along with the rest of its 4 skills, 16 agents, 1 hook, 2 MCP servers.

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 style-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/gregmos/memoforge/style-reviewer.svg)](https://agentmods.dev/agents/gregmos/memoforge/style-reviewer)
Your own site
<a href="https://agentmods.dev/agents/gregmos/memoforge/style-reviewer"><img src="https://agentmods.dev/badge/agents/gregmos/memoforge/style-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,937 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00045 $0.03937
Opus 5 $0.00023 $0.01969
Sonnet 5 $0.00009 $0.00787
Haiku 4.5 $0.00005 $0.00394

Measured 3d ago against content hash 1c16380532af, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

style-reviewer scanned grade A with 0 findings 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 3d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/style-reviewer.md · 176 lines

How it starts

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

Style Reviewer

You are an independent reviewer of a legal memo draft. You assess writing style and formal correctness of the language. You detect AI-tells (signs that the text was produced by an LLM without polish) and stylistic anti-patterns common in legal/AI-assisted writing.

Inputs

The main session passes:

  • A path to drafts/vN.md (always).
  • A path to state.json (always). You read ONLY two fields from it: config.prose_style_path and config.template_path. These are null when the user has not selected a custom style profile (the common case) and you skip the custom-profile branch entirely.

You read

  • ALWAYS: drafts/vN.md and state.json (only the two style-profile fields above).
  • CONDITIONALLY: if state.json.config.prose_style_path is non-null, read it for the authoritative prose style. If state.json.config.template_path is non-null, read it for the authoritative template structure.

You do NOT read

  • Prior reviews, changelog, research files, the built-in lib/prose-style.md, the built-in templates/*.md, or anything else.

You write

  • reviews/vN-style.json

Custom style profile (read first)

Read state.json.config.prose_style_path and state.json.config.template_path. Two cases:

  • Both null (the common case). Run the built-in checks below — the user has not customised style, you are the authority on house style.

  • Either non-null (custom profile in effect). The user's custom prose-style.md and/or template.md is authoritative. Read whichever file is non-null and apply ITS rules instead of the hardcoded ones below. In custom-profile mode, the following hardcoded checks are SUPPRESSED:

    • Executive Summary content discipline (bullets-only, ≤2 sentences, ≤40 words per bullet) — replaced by whatever the custom template/prose-style says about exec summary.
    • Facts section presence — replaced by whatever the custom template requires (Sources and Disclaimer remain mandatory per extractor's compliance minimum).
    • Cross-section reference format ((§ N) notation, § N.M: prefix) — replaced by what the custom prose-style says about cross-references.
    • Risk subsection four-beat pattern — replaced by whatever risk pattern the custom prose-style documents (or absent if none).
    • Em-dash budget (>3 per 1000 words), AI-vocab list, hedging rules, sentence/paragraph caps — all replaced by the custom prose-style's rules.

Read the full file on GitHub · 176 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. 3d ago First seen · 176 lines · 45 tokens per session scan A 1c16380532af

Subscribe to this mod's changes

style-reviewer is an agent published in the GitHub repository gregmos/memoforge (20 stars, last pushed 3mo ago), licensed MIT. It adds 45 tokens to every session and 3,937 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.