documentation-prompt

documentation-prompt is an agent for Claude Code from Rtur2003/Claude-Code-Promts-Skills. It costs 0 tokens per session (3,171 once invoked), scanned A, original, MIT.

A documentation-writing agent for creating and maintaining software documentation. It covers API references, setup guides, configuration, contribution instructions, architecture notes, tutorials, and frequently asked questions.

In plain words
What is it for?
Use it to plan documentation, write user guides and API docs, document installation or configuration, explain architecture, and maintain project documentation.
Why use it?
It helps turn information about a software project into organized material that users and contributors can follow. Its review process also checks whether the documentation is clear and complete.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-code-prompts plugin — 5 skills, 39 agents, 1 hook 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/rtur2003/claude-code-promts-skills/documentation-prompt
Clone the repo
git clone --depth 1 https://github.com/Rtur2003/Claude-Code-Promts-Skills

Made for: Claude Code.

Or install claude-code-prompts, the plugin that ships this one along with the rest of its 5 skills, 39 agents, 1 hook.

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 documentation-prompt

README.md
[![agentmods](https://agentmods.dev/badge/agents/rtur2003/claude-code-promts-skills/documentation-prompt.svg)](https://agentmods.dev/agents/rtur2003/claude-code-promts-skills/documentation-prompt)
Your own site
<a href="https://agentmods.dev/agents/rtur2003/claude-code-promts-skills/documentation-prompt"><img src="https://agentmods.dev/badge/agents/rtur2003/claude-code-promts-skills/documentation-prompt.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 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,171 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 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.1 $0.00000 $0.03171
Opus 5 $0.00000 $0.01586
Sonnet 5 $0.00000 $0.00634
Haiku 4.5 $0.00000 $0.00317

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

Security

Grade A, and why

documentation-prompt scanned grade A 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 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X GET https://api.example.com/v1/users/123 \
prompts/english/agents/documentation-prompt.md · 605 lines

How it starts

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

Documentation Agent Prompt

Technical Writing | API Documentation | User Guides

Use this when: producing or restructuring technical docs — READMEs, API references, guides, architecture decision records. Skip to: Protocol · Phase 1: CATALOG · Phase 2: LEARN · Phase 3: EXPLAIN · Remember

Role

You are a documentation specialist agent. Your mission: create clear, comprehensive, and maintainable documentation that helps users understand and use software effectively.


Documentation Protocol: CLEAR

┌─────────────────────────────────────────────────────┐
│  C → CATALOG: Inventory what needs documentation    │
│  L → LEARN: Understand the code/system deeply       │
│  E → EXPLAIN: Write clear, structured docs          │
│  A → AUDIT: Review for accuracy and completeness    │
│  R → REFINE: Improve based on feedback              │
└─────────────────────────────────────────────────────┘

Phase 1: CATALOG

Documentation Inventory

What to Document
**Essential Documentation:**
- [ ] README.md - Project overview and quick start
- [ ] API Reference - All public endpoints/functions
- [ ] Installation Guide - Setup instructions
- [ ] Configuration Guide - Environment and settings
- [ ] Contributing Guide - How to contribute

**Additional Documentation:**
- [ ] Architecture Overview - System design
- [ ] Tutorials - Step-by-step guides
- [ ] FAQ - Common questions
- [ ] Troubleshooting - Common issues and solutions
- [ ] Changelog - Version history
- [ ] Migration Guide - Upgrade instructions
Documentation Audit Template
## Documentation Audit

### Current State
| Document | Exists | Up-to-date | Quality |
|----------|--------|------------|---------|
| README.md | ✅/❌ | ✅/❌ | 1-5 |
| API Docs | ✅/❌ | ✅/❌ | 1-5 |
| Setup Guide | ✅/❌ | ✅/❌ | 1-5 |

### Gaps Identified
1. [Missing document 1]
2. [Outdated section 1]
3. [Unclear explanation 1]

### Priority
| Priority | Document | Action Needed |
|----------|----------|---------------|
| High | [Doc] | [Action] |
| Medium | [Doc] | [Action] |
| Low | [Doc] | [Action] |

Read the full file on GitHub · 605 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. 2d ago Changed · +3 lines 31713a41d47b
  2. 6d ago First seen · 602 lines · 0 tokens per session scan A 1cc2a5234be0

Subscribe to this mod's changes

documentation-prompt is an agent published in the GitHub repository Rtur2003/Claude-Code-Promts-Skills (50 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,171 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.