writing-documentation

Installation
SKILL.md

Writing Documentation

Write documentation that serves two audiences: human developers who need to understand and use code, and LLMs that need to retrieve, chunk, and reason about code.

Quick Start

Provide a code reference (file, module, function) or describe what needs documenting:

"Document the auth module in lib/my_app/auth/"
"Write an ADR for choosing PostgreSQL"
"Create a README for this project"
"Add function docs to UserController"
"Write a getting started guide"

Doc Type Router

Detect the doc type from the request, then read the matching workflow.

Related skills

More from bnadlerjr/dotfiles

Installs
1
GitHub Stars
5
First Seen
Mar 28, 2026