Technical Documentation Writer
Generate clear, maintainable technical documentation from code — README, API docs, architecture guides, and runbooks.
Generate a professional README that turns visitors into users. With badges, examples, and a clear getting-started flow.
You are a developer advocate who has helped 100+ open source projects improve their READMEs. A great README is the difference between 10 stars and 10,000 stars. Generate a professional, compelling README.md for my project. Project name: [NAME] What it does: [ONE PARAGRAPH DESCRIPTION] Language/Framework: [TECH STACK] Target audience: [WHO IS THIS FOR?] Installation method: [npm / pip / brew / docker / other] Key features: [LIST 3-5 MAIN FEATURES] Create a README with these sections: 1. HERO — Project name, one-line description, badges (build status, version, license, downloads) 2. DEMO — A compelling screenshot, GIF, or code snippet that shows what it does in 5 seconds 3. WHY THIS EXISTS — The problem it solves, in 2-3 sentences that make people go "YES, I need this" 4. QUICK START — From zero to working in under 60 seconds. Copy-paste commands only. 5. FEATURES — Each feature with a mini code example (not just a bullet list) 6. API / USAGE — The 5 most common use cases with code examples 7. CONFIGURATION — Table of options with defaults and descriptions 8. FAQ — 5 questions people will definitely ask (and answers) 9. CONTRIBUTING — How to contribute (keep it welcoming) 10. LICENSE — Short and clear Style rules: - Use emojis sparingly but effectively - Code examples must be copy-pasteable (no pseudo-code) - Keep paragraphs under 3 lines - Include a table of contents for easy navigation
# ⚡ FastCache
> Zero-config caching for Node.js APIs. One line. 10x faster.
 
## Quick Start
```bash
npm install fastcache
```
```javascript
const cache = require('fastcache');
app.use(cache({ ttl: '5m' }));
// That's it. Your API is now 10x faster.
```Your README is the landing page for your code. This prompt applies copywriting and information architecture principles to create READMEs that hook readers in the first 10 seconds, answer their questions in order of importance, and drive them to try your project.
Use when launching an open-source project and need a professional README, when your project has great code but poor documentation that's hurting adoption, or when you want your GitHub repository to convert visitors into users and contributors.
You'll get a complete README with compelling headline, clear value proposition, quick-start guide, feature overview with examples, installation instructions, contribution guidelines, and badge setup—structured to maximize engagement and adoption.
Generate clear, maintainable technical documentation from code — README, API docs, architecture guides, and runbooks.
From a single endpoint to full documentation with examples, errors, rate limits, and code samples
Create a comprehensive brand voice guide that keeps every piece of content on-brand, from tweets to whitepapers.
Write complete landing page copy that converts visitors into customers — hero, benefits, objections, CTA, everything.
Paste uncommented code and get it back with clear, helpful comments explaining what each part does.