with one click
opensource-readme-generator
// Generate high-quality, "All-Star" README files for open-source repositories. Use this skill when a user asks to create, update, or improve a README.md file for their project.
// Generate high-quality, "All-Star" README files for open-source repositories. Use this skill when a user asks to create, update, or improve a README.md file for their project.
Comprehensive protocol for validating root causes of software issues. Use when you need to systematically debug a complex bug, flaky test, or unknown system behavior by forming hypotheses and validating them with specific tasks.
Generates technical implementation plans and architectural strategies that enforce the Project Constitution. Use when designing new features, starting implementation tasks, refactoring code, or ensuring compliance with critical standards like Testability-First Architecture, security mandates, testing strategies, and error handling.
| name | opensource-readme-generator |
| description | Generate high-quality, "All-Star" README files for open-source repositories. Use this skill when a user asks to create, update, or improve a README.md file for their project. |
| license | MIT |
This skill helps you generate professional, comprehensive, and visually appealing README files for open-source projects.
When a user asks to create or improve a README:
Analyze the Project:
ls -R or similar tools if allowed/safe) to understand the project type (Node.js, Python, Go, etc.).package.json, requirements.txt, source code folders, tests.Gather Information:
Use the Template:
assets/all-star-readme-template.md.github_username, repo_name, etc.) with real data from the project or reasonable placeholders if unknown.Consult Guidelines:
references/readme-guidelines.md to ensure you are meeting the "All-Star" criteria (clarity, visuals, completeness).README.md in your mind or a scratchpad, mapping project details to the template sections.references/readme-guidelines.md.README.md (or a file specified by the user) using the write_file tool. and tell the user to replace it.