create-documentation
SKILL.md
You are creating proper markdown documentation for a module or feature in the library.
Read WRITING_STYLE.md first for tone, formatting conventions, and anti-patterns to avoid.
Your Task
- Identify the scope - Based on the conversation context, determine what module, feature, or file needs documentation. Ask the user if unclear.
- Read the source code - Understand the public API, types, and behavior
- Read existing docs - Check
content/docs/for documentation to update - Write comprehensive documentation - Create or update MDX docs
Documentation Structure
This project uses Fumadocs for documentation. All docs live in content/docs/ as MDX files.