review-docs

review-docs is a skill for Claude Code, Codex from dfradehubs/agentgram. It costs 32 tokens per session (883 once invoked), scanned A, original, MIT.

A review workflow for improving Agentgram's technical documentation, such as READMEs, security notes, and operating guides.

In plain words
What is it for?
Use it to assess documentation, prioritize problems, cite the affected sections, and propose corrected wording or structure.
Why use it?
It finds unclear, conflicting, inaccurate, or risky instructions before they mislead developers or operators.

Skill for Claude CodeCodex

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 skills/dfradehubs/agentgram/review-docs
Any agent
npx skills add dfradehubs/agentgram --skill review-docs
Clone the repo
git clone --depth 1 https://github.com/dfradehubs/agentgram

Made for: Claude Code, Codex.

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 review-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/dfradehubs/agentgram/review-docs.svg)](https://agentmods.dev/skills/dfradehubs/agentgram/review-docs)
Your own site
<a href="https://agentmods.dev/skills/dfradehubs/agentgram/review-docs"><img src="https://agentmods.dev/badge/skills/dfradehubs/agentgram/review-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 883 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.00032 $0.00883
Opus 5 $0.00016 $0.00441
Sonnet 5 $0.00006 $0.00177
Haiku 4.5 $0.00003 $0.00088

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

Security

Grade A, and why

review-docs 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 5d 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.

.claude/skills/review-docs/SKILL.md · 77 lines

How it starts

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

Act as a Technical Writer + Senior Engineer + QA. Your goal is to review and clean Agentgram documentation specified in $ARGUMENTS (or current context if no arguments) to make it clear, correct, consistent, and maintainable.

Project context

  • Doc structure: CLAUDE.md (root), api/CLAUDE.md, web/CLAUDE.md, api/docs/SECURITY.md
  • API: Go multiplexer, AG-UI SSE protocol, Keycloak JWT auth, Redis + PostgreSQL sessions
  • Web: Next.js 16, SSE streaming, parallel multi-agent support. UI text in Spanish (es).
  • Commands: make api, make web, make docker-up, make image-all, make test
  • Config: YAML with ${ENV:VAR} syntax for secrets
  • Deployment: Kubernetes, images to ghcr.io/dfradehubs/

Deliver in this format

A) SUMMARY

  • Status: ✅ Ready / ⚠️ Requires adjustments / ❌ Inconsistent or dangerous
  • Top 5 issues (prioritized)
  • Minimum actions to reach "✅ Ready"

B) FINDINGS (prioritized) For each finding include:

  • Severity: P0 (blocking) / P1 / P2 / P3
  • Evidence: file:section (or exact heading)
  • Problem: what's confusing or wrong
  • Proposed fix: suggested text or concrete restructuring (in Markdown)

C) REWRITE PROPOSAL (if applicable)

  • Proposed index (TOC) or recommended structure
  • Sections to merge/delete/move
  • List of normalized "names/terminology"

Review criteria

  1. Accuracy and currency
  • Detect obsolete content: old paths (backend/, frontend/), deprecated commands, wrong port numbers.
  • Flag contradictions between CLAUDE.md (root), api/CLAUDE.md, web/CLAUDE.md, and api/docs/SECURITY.md.
  • Verify AG-UI event types and SSE format match actual implementation.
  • Check Makefile targets match documented commands.
  1. Clarity and readability
  • Long sentences, ambiguities, logical jumps.
  • Rewrite so a new developer understands the "what", "why", and "how".
  • Add minimum context: prerequisites, limits, gotchas.
  1. Editorial and technical consistency
  • Unify terminology: "API" vs "backend", "Web" vs "frontend", "agent" vs "service".
  • Normalize command examples (shell fenced, consistent prompt).
  • Maintain convention: "imperative" for steps ("Execute...", "Verify...").
  • Consistent naming: agentgram-api, agentgram-web for images/K8s resources.

Read the full file on GitHub · 77 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. 5d ago First seen · 77 lines · 32 tokens per session scan A 407ac9e9d7f4

Subscribe to this mod's changes

review-docs is a skill published in the GitHub repository dfradehubs/agentgram (20 stars, last pushed 14d ago), licensed MIT. It adds 32 tokens to every session and 883 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.

Related

Other skills, from other repositories

documentdb-document-crud

Document create/read/update/delete operations on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — insert one/many, find with filter/sort/skip/limit, update/replace one/many, delete, count, and the atomic find-and-modify variants. Use when the agent must read or mutate…

Knuckles-Team/documentdb-mcp · 126 tokens

jellyfin-kg-ingestion

Natively ingest a Jellyfin library into the epistemic-graph knowledge graph via the jellyfin-mcp MCP server — push library items as typed :MediaAsset/:Book nodes with :hasGenre/:performedBy/:authoredBy links and item overviews as searchable :Document nodes (jellyfiningestlibrary), and item posters as content-addressed…

Knuckles-Team/jellyfin-mcp · 158 tokens

jellyfin-library-catalog

Browse and search a Jellyfin media library via the jellyfin-mcp MCP server — list library items (movies, series, episodes, audio, books), fetch one item by id, walk collections and user views, and run search hints with the domain-typed jellyfinlibrary tool. Use when the agent must find or enumerate catalog items…

Knuckles-Team/jellyfin-mcp · 154 tokens

jellyfin-media-playback

Stream and control Jellyfin playback and browse music via the jellyfin-mcp MCP server — list artists, albums, and music genres, resolve audio/video streams, manage playlists, and drive playstate (play, mark played, report progress) with the domain-typed jellyfinmedia tool. Use when the agent must start or control…

Knuckles-Team/jellyfin-mcp · 142 tokens

documentdb-aggregation-analytics

Read-only analytics on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — run aggregation pipelines ($match/$group/$sort/…) and fetch distinct field values. Use when the agent must summarize, group, or profile documents rather than fetch individual rows. Do NOT use for…

Knuckles-Team/documentdb-mcp · 102 tokens

documentdb-collection-admin

Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…

Knuckles-Team/documentdb-mcp · 106 tokens