polish-docs-meta

polish-docs-meta is a skill for Claude Code, Codex from cyanheads/mcp-reporter. It costs 30 tokens per session (338 once invoked), scanned A, original, Apache-2.0.

A documentation and release-metadata workflow for keeping a project’s README, package details, examples, changelog, and generated files consistent with verified behavior.

In plain words
What is it for?
Use it to update installation and usage documentation, regenerate example reports and tree listings, check release metadata, and cold-read the docs as a new user.
Why use it?
It removes misleading setup instructions, stale version information, broken links, and examples that expose private configuration or claim unsupported behavior.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it to update installation and usage documentation, regenerate example reports and tree listings, check release metadata, and cold-read the docs as a new user.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cyanheads/mcp-reporter/polish-docs-meta
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.

Any agent
npx skills add cyanheads/mcp-reporter --skill polish-docs-meta
Clone the repo
git clone --depth 1 https://github.com/cyanheads/mcp-reporter

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 polish-docs-meta

README.md
[![agentmods](https://agentmods.dev/badge/skills/cyanheads/mcp-reporter/polish-docs-meta/github.svg)](https://agentmods.dev/skills/cyanheads/mcp-reporter/polish-docs-meta)
Your own site
<a href="https://agentmods.dev/skills/cyanheads/mcp-reporter/polish-docs-meta"><img src="https://agentmods.dev/badge/skills/cyanheads/mcp-reporter/polish-docs-meta/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for polish-docs-meta

Your own site · 80×15
<a href="https://agentmods.dev/skills/cyanheads/mcp-reporter/polish-docs-meta"><img src="https://agentmods.dev/badge/skills/cyanheads/mcp-reporter/polish-docs-meta.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 338 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00030 $0.00338
Opus 5 $0.00015 $0.00169
Sonnet 5 $0.00006 $0.00068
Haiku 4.5 $0.00003 $0.00034

Measured 2d ago against content hash 44f99b65ac8b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

polish-docs-meta 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 2d 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.

skills/polish-docs-meta/SKILL.md · 21 lines

What it actually says

Polish docs and metadata

Read CLAUDE.md, README, package.json, the diff, and every affected document in full. Keep the machine/package name mcp-reporter, unscoped, on every install surface. Use a compact centered identity/badge/navigation block followed by concrete setup and usage.

Check installation commands against the package contents and runtime floor; derive help/defaults from the actual CLI. Cover stdio and HTTP config, static authorization, protocol selection, report states, flags, library usage and development gates. Distinguish advertised hints from verified behavior and incomplete counts from totals. Explain intentional limitations without marketing claims.

Regenerate docs/example-report.md from synthetic fixtures and docs/tree.md from the script. Never publish a private configuration or operational report as an example. Make relative README links usable from GitHub and keep generated files synchronized.

Verify package version, README badge, shared VERSION, changelog date/frontmatter/index, skill paths and script names. Release descriptions follow git-wrapup; avoid duplicating a changelog as a tag body.

Cold-read all substantial prose as a new user. Remove inflated claims, repeated framing, filler, gratuitous headings and unexplained jargon. Preserve exact API names and hard constraints. Run the local gates and package smoke test after docs/config changes that affect behavior or package contents. This workflow does not commit or publish.

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. 2d ago First seen · 21 lines · 30 tokens per session scan A 44f99b65ac8b

Subscribe to this mod's changes

polish-docs-meta is a skill published in the GitHub repository cyanheads/mcp-reporter (12 stars, last pushed 2d ago), licensed Apache-2.0. It adds 30 tokens to every session and 338 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-09-09.

Related

Other skills, from other repositories

document-management

Handle ServiceNow attachments from both sides — the six /api/now/attachment tools that move file bytes in and out of the agent, and GlideSysAttachment for copying between records — plus document generation from sysreporttemplate, PDFs, dmsdocument versioning, and attachment access checks.

serac-labs/serac · 61 tokens

ai-image-to-pptx

A workflow that creates a set of related images with AI and places them into a real PowerPoint file. The resulting .pptx file can be opened and edited in PowerPoint, Keynote, or WPS.

huangrichao2020/pretty-skills · 93 tokens

dynamic-resources

Example skill loaded from resourcesdiscover.

dmae97/omk · 11 tokens

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

hamr0/agentic-toolkit · 50 tokens

xlsx

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify…

hamr0/agentic-toolkit · 96 tokens

pptx

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks.

hamr0/agentic-toolkit · 62 tokens