Repo Glowup
Description
Claude Skill that audits your repo's first impression and rewrites your README.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
repo-glowup
A [Claude Skill](https://www.anthropic.com/news/skills) that audits your repo's first impression, rewrites your README, and drafts your launch posts — grounded in what's actually in your code, nothing invented.
[](https://github.com/erdalacundakonuk/repo-glowup/actions/workflows/ci.yml) [](LICENSE) [](https://www.anthropic.com/news/skills)
Most repos don't get ignored because the code is bad. They get ignored because a visitor can't tell what it does, whether it works, or whether it's alive, in the 10 seconds before they hit the back button. `repo-glowup` turns that into something fixable.
$ (inside Claude, with the skill installed)
> audit my repo and rewrite the readme if it needs it
Score: 14/25
Clarity 2/5 — the pitch is buried after a 40-line badge wall
Visual proof 1/5 — no screenshot, no GIF, no example output
Instant trial 3/5 — install command works, but it's 60 lines down
Trust signals 4/5 — LICENSE present, CI green, no CONTRIBUTING.md
Launch readiness 4/5 — topics set, social preview missing
Top fixes (highest impact first):
1. Move the one-liner above the badges — right now it's page 2
2. Add a 15-second terminal GIF showing the actual payoff
3. Set a social preview image (Settings → Social preview)
→ README.md rewritten. Diff below.
*(Real output shape from an actual run — see [`references/`](references/) for the full rubric behind these numbers.)*
What it actually does
- Scans your repo for the objective, checkable stuff — README structure, images and whether they have alt text, badges, LICENSE, CONTRIBUTING, CI config, recent commit activity — using a bundled script, not vibes.
- Scores it against five categories that map to what a first-time visitor
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation