Create effective README files using templates, style guidelines, and best practices from successful open source projects
I create high-quality README files that communicate project value and help users get started quickly. Based on proven patterns from successful open source projects, I provide:
This skill includes references/README-GUIDE.md with:
I create a README.md with:
# Project Name
Brief description (one line, under 80 characters)
[](link)
[](link)
[](link)
## Features
- Feature 1 with brief description
- Feature 2 with brief description
## Getting Started
### Prerequisites
- Node.js 18+
- npm or yarn
### Installation
```bash
npm install project-name
See docs/ for detailed guides.
Contributions welcome! See CONTRIBUTING.md.
MIT License - see LICENSE