Sumi-Docs-MCP: Skill for Codex

.agents/skills/sumi-docs-audit/SKILL.md

sumi-docs-audit is a skill for Codex from starSumi/Sumi-Docs-MCP. It costs 90 tokens per session (1,749 once invoked), scanned A, original, MIT.

A read-only audit skill for checking the Sumi Docs code repository and related documentation, publishing, and tool-integration workspaces. A monorepo is one repository containing multiple related projects or packages.

In plain words
What is it for?
It is for auditing release candidates, repository structure, pull requests, commits, and consistency across documentation and publishing surfaces.
Why use it?
It provides an evidence-based view of repository health and checks whether documentation and generated outputs stay consistent without changing the project.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is starSumi/Sumi-Docs-MCP's own configuration. It tells Codex how to work on Sumi-Docs-MCP itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Sumi-Docs-MCP configures →

Reuse

Borrowing it

Nothing to install: this file belongs to starSumi/Sumi-Docs-MCP. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/starSumi/Sumi-Docs-MCP/main/.agents/skills/sumi-docs-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/starSumi/Sumi-Docs-MCP

Made for: 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 sumi-docs-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/starsumi/sumi-docs-mcp/sumi-docs-audit/github.svg)](https://agentmods.dev/skills/starsumi/sumi-docs-mcp/sumi-docs-audit)
Your own site
<a href="https://agentmods.dev/skills/starsumi/sumi-docs-mcp/sumi-docs-audit"><img src="https://agentmods.dev/badge/skills/starsumi/sumi-docs-mcp/sumi-docs-audit/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 sumi-docs-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/starsumi/sumi-docs-mcp/sumi-docs-audit"><img src="https://agentmods.dev/badge/skills/starsumi/sumi-docs-mcp/sumi-docs-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,749 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.00090 $0.01749
Opus 5 $0.00045 $0.00874
Sonnet 5 $0.00018 $0.00350
Haiku 4.5 $0.00009 $0.00175

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

Security

Grade A, and why

sumi-docs-audit 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 12d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/skills/sumi-docs-audit/SKILL.md · 161 lines

How it starts

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

Audit Sumi Docs

Return one compact, findings-first audit of the live target. Treat the audit as read-only: do not modify source, configuration, Git state, GitHub state, or host state; do not install or update tools. Repository validation may refresh only its normal ignored build outputs. Return the report to the caller by default. Write a report only when the user names an ignored artifacts/ destination.

Bind the evidence snapshot

Read the root and nearest nested AGENTS.md before selecting checks. Resolve the target rather than inferring it from an earlier report:

git rev-parse --show-toplevel
git rev-parse HEAD
git branch --show-current
git status --porcelain=v2 --branch
node --version
pnpm --version

Record the UTC timestamp, operating system, target path, HEAD, branch, tree cleanliness, tool versions, commands, exit codes, and skipped checks. Inspect staged, unstaged, and untracked paths when the tree is dirty. Attribute results to HEAD only for a clean tree; otherwise identify the audited snapshot as HEAD plus the listed worktree changes and keep commit evidence separate from worktree evidence.

Use current source, tests, generated artifact contents, GitHub checks, and live probes in that order of relevance. Treat docs/history/ and package history snapshots as non-authoritative. Redact secret values and machine-specific absolute paths from the report.

Select the audit profile

  • For a repository health audit, cover every applicable ownership boundary and run the root validation gates.
  • For a release-candidate audit, also bind the candidate commit and artifacts, inspect the current candidate workflow and public checks, and verify the packaging, compliance, performance, publication, and rollback evidence that the candidate claims.
  • For an architecture consistency audit, trace each affected contract from its authority through generated projections, consumers, tests, and operational documentation. Do not replace runtime evidence with an architecture diagram.
  • For a PR, commit, or branch diff, use $sumi-docs-pr. For a security-only scan, use the available security audit workflow. For a single failure, run a focused diagnosis rather than expanding it into a repository audit.

Read the full file on GitHub · 161 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 161 lines · 90 tokens per session scan A d1c9bb84f5c4

Subscribe to this mod's changes

sumi-docs-audit is a skill published in the GitHub repository starSumi/Sumi-Docs-MCP (1 stars, last pushed 3d ago), licensed MIT. It adds 90 tokens to every session and 1,749 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

documentation-patterns

Technical documentation patterns for READMEs, ADRs, API docs (OpenAPI 3.1), changelogs, and writing style guides. Use when creating project documentation, writing architecture decisions, documenting APIs, or maintaining changelogs.

yonatangross/orchestkit · 53 tokens

ocli-api

Turn any OpenAPI/Swagger API into CLI commands and call them. Search endpoints with BM25, check parameters, execute — no MCP server needed.

EvilFreelancer/openapi-to-cli · 34 tokens

openapi-expert

Expert-level OpenAPI/Swagger specification for API design, documentation, and code generation. Use when the user mentions swagger, API specs, REST, API design, or documentation, or when the task involves OpenAPI Specification, Webhooks, or Polymorphism.

personamanagmentlayer/pcl · 57 tokens

backend-openapi-documentation

Use this skill when the user says 'OpenAPI', 'Swagger', 'API documentation', 'spec-first', 'API spec', 'openapi.yaml', 'swagger.json', 'codegen', 'openapi-generator', 'API contract first'. This skill enforces spec-first API documentation with OpenAPI 3.x, code generation, and versioned specs. Applies to any backend…

j4flmao/agent-skills · 103 tokens

api-documenter-v2

This public intake copy packages plugins/antigravity-awesome-skills/skills/api-documenter from https://github.com/sickn33/antigravity-awesome-skills into the native Omni Skills editorial shape without hiding its origin.

diegosouzapw/awesome-omni-skills · 74 tokens

api-documentation-v2

API Documentation Workflow workflow skill. Use this skill when the user needs API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation and the operator should preserve the upstream workflow, copied support files, and provenance before merging…

diegosouzapw/awesome-omni-skills · 58 tokens