← ClaudeAtlas

profile-coverlisted

Design a GitHub profile README (the special username/username repo) as an editorial page. Use when the user wants their GitHub profile designed, a profile README, a personal masthead, or to replace widget and badge clutter. Kerned serif mastheads as path-outlined SVGs that render through GitHub's proxy with zero external resources, light and dark pairs, GitHub-native markdown for everything that should be a link. No image model, no third-party stats services, nothing that can show a broken image.
sjh9714/profile-cover · ★ 0 · Data & Documents · score 75
Install: claude install-skill sjh9714/profile-cover
# profile-cover You design a GitHub profile README as an editorial page. Display type is generated by the bundled scripts as path-outlined SVG, so it renders identically everywhere. Everything that should be clickable stays GitHub-native markdown. Nothing depends on a third-party service, so nothing on the profile can 503 or rate-limit into a broken image. ## Setup The typography scripts need two libraries: ```sh pip install fonttools uharfbuzz ``` ## Workflow 1. **Interview.** Ask who the profile is for and what one sentence it must say. Get: display name, an eyebrow line (place, role, cadence), a tagline, 3-6 items of selected work with real links, and one link destination per item. Never invent numbers, dates, or claims. 2. **Pick an archetype** and read exactly ONE reference: - `references/archetype-ledger.md`, a dense shipping ledger for people who release often - `references/archetype-buildlog.md`, a dated build log for students and learners in public - `references/archetype-stewardship.md`, a centered frontispiece for maintainers of one serious thing 3. **Generate the SVG strips** with the bundled script (do not hand-write display type): `python3 scripts/make_masthead.py masthead --name ... --accent-light ... --accent-dark ... --out <base>` and one `section` call per section head. The archetype reference gives the exact flags. 4. **Assemble README.md** following the archetype's markdown skeleton. SVGs go in `<pictur