repo-cover

Solid

Design a GitHub social-preview card (og:image, 1280x640) for a repository. Use when the user asks for a social preview, repo cover, og image, link card, opengraph image, or README hero. Five editorial moods (editorial, poster, blueprint, gallery, terminal), CJK-first typography, one self-contained HTML file, deterministic checks, crisp PNG export. No image model needed.

AI & Automation 5 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# repo-cover You design one 1280x640 social-preview card as a single self-contained HTML file. You write the HTML yourself. There is no image model and no build step. Quality comes from following the numbers below exactly. ## Workflow 1. **Gather facts.** Gather the owner, name, description, primary language, license (use the `spdx_id`). Prefer `gh api repos/<owner>/<name>` or the local checkout. Never invent a star count or license. 2. **Rewrite the description.** The card line is not the GitHub description verbatim. Compress it to one or two sentences, max 110 characters with a 60-character maximum for CJK, concrete nouns, and no marketing adjectives. Show the user your line before rendering if they are present; in a non-interactive run, proceed and include the line in your report. 3. **Pick a mood.** Default `editorial`. Offer the other four only if the user asks for options. Read exactly ONE mood reference and ONE example from this list. - `references/mood-editorial.md` + `assets/examples/editorial-red-handed.html` - `references/mood-poster.md` + `assets/examples/poster-archify.html` - `references/mood-blueprint.md` + `assets/examples/blueprint-macos-harness.html` - `references/mood-gallery.md` + `assets/examples/gallery-cumora.html` - `references/mood-terminal.md` + `assets/examples/terminal-freeze.html` Do not read renderer-free files "for context". Two files, then write. For a README hero banner instead of a card, read ...

Details

Author
sjh9714
Repository
sjh9714/cover-my-repo
Created
2 days ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category