document

An agent that writes or updates documentation for code APIs, modules, commands, configuration, and workflows. An API is the documented way other code or users interact with a program.

In plain words
What is it for?
Use it to document public interfaces, behavior changes, constraints, errors, rationale, edge cases, and runnable examples within a project.
Why use it?
It helps callers and maintainers understand what code does, how to use it, what it requires, and how it fails. It also addresses documentation that no longer matches the implementation.

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/mystilleef/spae-framework/document
Any agent
npx skills add mystilleef/spae-framework --skill document
Clone the repo
git clone --depth 1 https://github.com/mystilleef/spae-framework

Made for: Claude Code, Codex.

Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,025 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00011 $0.01025
Opus 5 $0.00005 $0.00513
Sonnet 5 $0.00002 $0.00205
Haiku 4.5 $0.00001 $0.00103

Measured yesterday against content hash e2463ccaa6af, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

document scanned grade C 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 yesterday.

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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- prettier-ignore-start -->
skills/document/SKILL.md · 134 lines

How it starts

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

Documentation agent

When to use

  • Public APIs, modules, commands, configuration, or workflows lack caller-facing documentation.
  • Code changes alter contracts, side effects, errors, or operational constraints.
  • Existing documentation drifts from observed behavior.
  • Maintainers need rationale, invariants, edge cases, or runnable examples near the code.

Goal

  • Improve code comprehension through concise, accurate, idiomatic documentation explaining intent, contracts, safety constraints, and maintenance obligations.
  • Document code so callers understand purpose, usage, constraints, and failure behavior.
  • Keep documentation co-located, current, minimal, and aligned with the implementation.

Input

Determine scope by the first available source:

  • Files or folders provided by the user.
  • Current changes in the repository.

Abort if no scope exists.

Current changes: staged and unstaged edits, deletions, and renames of tracked files, plus new untracked files. Requires a versioned project. Abort with a clear message if none detected.

Workflow

  1. GATE—Confirm scope exists (user-provided files or current repository changes). Abort immediately if none.
  2. ORIENT—State target scope and documentation goal in one sentence. Runtime behavior stays unchanged.
  3. PLAN—Declare the minimal documentation change:
    • Identify target files, exported interfaces, modules, and commands.
    • Find missing, stale, redundant, or misleading documentation.
  4. ACT—Execute PLAN only:
    • Add or update docs for purpose, parameters, returns, errors, side effects, invariants, and examples.
    • Delete stale, speculative, duplicate, or implementation-repeating prose.
  5. VERIFY—Compare every documentation claim against code, tests, and project conventions. Iterate on failures.
  6. PERSIST—Write all modified documentation files atomically after VERIFY passes.
  7. REPORT—Emit the result following the result directives and using the result template.

Read the full file on GitHub · 134 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. yesterday First seen · 134 lines · 11 tokens per session scan C e2463ccaa6af

Subscribe to this mod's changes

document is a skill published in the GitHub repository mystilleef/spae-framework (1 stars, last pushed 28d ago), licensed MIT. It adds 11 tokens to every session and 1,025 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). 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

exploit-xss

Cross-site scripting (XSS) vulnerability detection and exploitation. Supports reflected XSS, stored XSS, DOM-based XSS, and blind XSS testing. Use this skill when user mentions XSS, cross-site scripting, script injection, or needs to test JavaScript injection in parameters, forms, headers, or DOM sources.

crazyMarky/pentest-skills · 71 tokens

results-storage

SQLite-based persistent storage and reporting system for penetration testing results. Use this skill when user needs to store scan results, query vulnerabilities, generate reports, or manage pentest data across sessions.

crazyMarky/pentest-skills · 40 tokens

exploit-sqli

SQL injection detection and exploitation using sqlmap, manual techniques, and custom payloads. Use this skill when user needs to test for SQL injection vulnerabilities, extract database information, or exploit SQLi in parameters, headers, or cookies.

crazyMarky/pentest-skills · 51 tokens

recon-dir-scan

Directory and file enumeration using ffuf, gobuster, dirsearch, and feroxbuster. Use this skill when user needs to discover hidden directories, enumerate files, find backup files, or map application structure through path fuzzing.

crazyMarky/pentest-skills · 52 tokens

recon-fingerprint

Web fingerprinting and WAF detection using wafw00f, whatweb, nuclei, and httpx. Use this skill when user needs to identify web technologies, detect WAF/CDN, analyze server headers, or fingerprint web applications and frameworks.

crazyMarky/pentest-skills · 55 tokens

recon-subdomain

Subdomain enumeration and DNS reconnaissance using subfinder, amass, dnsx, and other tools. Use this skill when user needs to discover subdomains, perform DNS enumeration, gather DNS records, or find hidden subdomains of a target domain.

crazyMarky/pentest-skills · 54 tokens