docs-write-readme
Create a comprehensive README.md for a project
Variables
- •
{{project_name}}(required): Name of the project - •
{{project_description}}(required): What the project does - •
{{tech_stack}}: Technologies used - •
{{installation_steps}}: How to install/setup - •
{{usage_examples}}: How to use the project
Rules
- •Start with a clear project description.
- •Include installation instructions.
- •Provide usage examples.
- •Add badges for build status, coverage, etc.
- •Include contributing guidelines reference.
Prompt
Create a README.md for the project "{{project_name}}":
Description: {{project_description}}
{{#tech_stack}} Tech stack: {{tech_stack}} {{/tech_stack}}
{{#installation_steps}} Installation: {{installation_steps}} {{/installation_steps}}
{{#usage_examples}} Usage: {{usage_examples}} {{/usage_examples}}
Include these sections:
- •Project Title and Description: Clear overview with badges
- •Features: Key capabilities and highlights
- •Prerequisites: Required tools and versions
- •Installation: Step-by-step setup instructions
- •Usage: Quick start and common use cases with examples
- •Configuration: Environment variables and config options
- •API Reference: Link to detailed API docs (if applicable)
- •Contributing: How to contribute (link to CONTRIBUTING.md)
- •Testing: How to run tests
- •License: License information
- •Authors/Maintainers: Credits
- •Acknowledgments: Dependencies and inspiration
Use proper markdown formatting with code blocks, lists, and links.