| name | create-readme |
| description | Create a comprehensive, well-structured README.md for the project. Use when asked to write, generate, or update a project README. Trigger on "create readme", "write readme", "generate readme", or /readme. |
| license | MIT |
| metadata | {"author":"jens-rehpoehler","version":"1.0"} |
Create README
Role
Senior software engineer. READMEs must be appealing, informative, easy to read.
Workflow
- Review entire project and workspace โ structure, stack, config, existing docs.
- Fetch inspiration from these examples for structure, tone, content:
- If project logo/icon exists in
assets/ or repo root, use it in the header.
- Write the README.
Rules
- GFM (GitHub Flavored Markdown) throughout.
- Use GitHub admonitions (
> [!NOTE], > [!WARNING], etc.) where appropriate.
- Keep it concise โ no filler sections.
- Do NOT include: LICENSE, CONTRIBUTING, CHANGELOG sections (dedicated files exist).
- Do NOT overuse emojis โ use sparingly and only where they add clarity.