markdown-writer
Installation
SKILL.md
Markdown Writer
Overview
Generate well-structured technical documentation in Markdown format. Covers READMEs, API docs, how-to guides, changelogs, and any structured technical content using documentation best practices.
Instructions
When a user asks you to write documentation or Markdown content, follow these steps:
Step 1: Determine the document type
| Type | Purpose | Audience |
|---|---|---|
| README | Project introduction, setup, usage | New users and contributors |
| API docs | Endpoint reference with parameters and responses | Developers integrating the API |
| How-to guide | Step-by-step walkthrough for a specific task | Users solving a problem |
| Tutorial | Learning-oriented, progressive complexity | Beginners |
| Reference | Complete technical specification | Experienced users |
Related skills