← Back to list

readme-generator
by Rehan-Ul-Haq
⭐ 9🍴 2📅 Jan 8, 2026
SKILL.md
name: readme-generator description: Guide for generating README.md files for projects. This skill should be used when users want to create a README file for their project, document their codebase, or update existing documentation.
README Generator
This skill generates README.md files for software projects.
When to Use
Use this skill when a user asks to:
- Create a README for a project
- Generate project documentation
- Document a codebase
How to Generate a README
Step 1: Analyze the Project
To understand the project, examine:
- Main entry point files (e.g.,
main.py,index.js,app.py) - Package configuration (
package.json,pyproject.toml,Cargo.toml) - Existing documentation
- Directory structure
Step 2: Gather Information
Identify:
- Project name and description
- Installation requirements
- Usage examples
- Key features
Step 3: Generate README
Use the template in assets/readme-template.md as a starting point. Customize based on:
- Project type (CLI, library, web app)
- Language/framework
- User's specific requirements
Standard Sections
A good README includes:
- Title and Description - What the project does
- Installation - How to install dependencies and set up
- Usage - How to use the project with examples
- Examples - Code snippets showing common use cases
- License - Project license
Output
Generate the README.md file in the project root directory.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon