Back to list
Rehan-Ul-Haq

readme-generator

by Rehan-Ul-Haq

9🍴 2📅 Jan 8, 2026

SKILL.md


name: readme-generator description: | Generates professional README.md files for software projects. This skill should be used when users want to create, update, or improve README documentation for any project type (CLI, library, web app, API).

README Generator

Generate professional README files adapted to project type and conventions.

What This Skill Does

  • Analyzes project structure to extract key information
  • Generates README with appropriate sections for project type
  • Follows markdown best practices and GitHub conventions
  • Adapts to existing codebase patterns

What This Skill Does NOT Do

  • Generate API documentation (use dedicated API doc tools)
  • Create full documentation sites (use Sphinx, MkDocs, etc.)
  • Manage documentation versions

Before Implementation

SourceGather
CodebaseEntry points, package config, existing docs, directory structure
ConversationProject description, key features, target audience
Skill ReferencesSection patterns from references/
User GuidelinesTeam conventions, required sections

Required Clarifications

Before generating, clarify:

ClarificationWhy
Project typeCLI vs library vs web app affects sections
Target audienceDevelopers vs end-users affects tone
Key featuresWhat to highlight
Required sectionsAny mandatory inclusions

Generation Workflow

1. Analyze → 2. Clarify → 3. Generate → 4. Review

1. Analyze Project

Examine:

  • Package config (package.json, pyproject.toml, Cargo.toml)
  • Entry points (main.py, index.js, src/lib.rs)
  • Existing README (if updating)
  • Test files (for usage examples)

2. Clarify Requirements

Ask only what cannot be inferred from codebase.

3. Generate README

Select sections based on project type (see references/section-patterns.md).

4. Review Checklist

Before delivery:

  • Title matches project name
  • Description is one clear sentence
  • Installation steps tested/accurate
  • Usage examples are runnable
  • No credentials or secrets exposed
  • Links are valid

Output Specification

ElementRequirement
FormatGitHub Flavored Markdown
LocationProject root as README.md
LengthConcise; details in separate docs
ExamplesRunnable code blocks with language tags

Reference Files

FileUse When
references/section-patterns.mdChoosing sections for project type
references/best-practices.mdQuality guidelines and anti-patterns

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