Skip to content

Ublaze/github-readme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

github-readme-generator

A Claude Code skill that generates polished, shareable GitHub READMEs for any project — structured with banners, badges, comparison tables, quick start guides, and architecture diagrams.

What It Does

Point it at any project directory or GitHub repo and it generates a complete README with:

  • Banner + tagline at the top
  • Badges (platform, language, license, download)
  • "Why this exists?" comparison table
  • Feature list with clean bullet points
  • Quick Start in 3 steps or fewer
  • Architecture diagram (ASCII or description)
  • Comparison table against alternatives
  • Contributing and License sections

The output adapts to project size — a small script gets a concise README, a full app gets the works.

Installation

Prerequisites

Install the Skill

User-level (available in all projects):

git clone https://github.com/Ublaze/github-readme-generator.git ~/.claude/skills/github-readme-generator

Project-level (available only in one project):

git clone https://github.com/Ublaze/github-readme-generator.git .claude/skills/github-readme-generator

Usage

In any Claude Code session:

/readme-template D:\Projects\MyNewTool
/readme-template my-github-repo-name
/readme-template https://github.com/user/repo

Claude will:

  1. Analyze your project (code, dependencies, existing README)
  2. Generate a complete README in the proven structure
  3. Present it in a code block for you to copy
  4. Suggest missing assets (banner, screenshots, social preview)

README Structure

The generated README follows a battle-tested structure:

Banner / Hero Image
One-line tagline
Badges (platform, language, license, download)
---
Introduction paragraph
Screenshot
"Why this exists?" comparison table
Features (bullet points)
Quick Start (3 steps)
How It Works (architecture)
Configuration
Comparison table (vs alternatives)
System Requirements
Building from Source
Contributing
License

Sections are included or excluded based on project complexity.

Example

Before:

# MyTool

A tool that does stuff. Run `python main.py`.

After: A full README with banner placeholder, badges, feature list, comparison table, quick start, architecture diagram, and more — ready to make your repo look professional.

License

MIT

About

Claude Code skill — Generate polished GitHub READMEs with banners, badges, comparison tables, and architecture diagrams

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors