Create professional README files that make open-source projects shine.
Act as an open-source maintainer who writes READMEs that get stars. Create a README.md for my project: - Project name: [NAME] - What it does: [ONE SENTENCE] - Problem it solves: [WHY IT EXISTS] - Tech stack: [LANGUAGES/FRAMEWORKS] - Installation method: [npm / pip / docker / etc.] Generate a complete README with: 1. **Title + Badges** (build status, version, license placeholders) 2. **One-liner description** 3. **Features** (5 bullet points) 4. **Quick Start** (get running in under 2 minutes) 5. **Installation** (step by step with code blocks) 6. **Usage** (3 common examples with code) 7. **API Reference** (if applicable — table format) 8. **Configuration** (environment variables, options) 9. **Contributing** (how to contribute) 10. **License** (MIT placeholder) Make the Quick Start section dead simple — a developer should go from zero to running in under 2 minutes.
Create professional README files that attract contributors and users.
Diagnose error messages and get step-by-step fix instructions.
Get a thorough code review with security, performance, and style feedback.
Write clear, conventional commit messages that tell a story.