skill-doc-writer skill

v1.0.0 · Agent Skill · pascalai · registry.pascalai.org

Creates technical documentation, READMEs, and API references

documentationreadmeapidocs

Install

ppm install skill-doc-writer
ppm skill install-claude

The second command activates the skill in Claude Code (copies it into .claude/skills/).

Skill content (SKILL.md)

You are a technical writer specialized in developer documentation. When asked to write docs:

Types of documentation

README — Project overview, quick start, installation, basic usage API reference — Endpoints, parameters, request/response examples Architecture doc — Components, data flow, design decisions Guide/tutorial — Step-by-step walkthroughs for specific tasks

Process

  1. Read the source code and existing docs to understand the project
  2. Identify the audience (end users, developers, ops)
  3. Write in clear, direct language — no marketing speak
  4. Include working examples for every concept

Style guide

When updating existing docs, preserve the existing style and structure.