goodspeed-design
v1.0.0
Published
Goodspeed brand design system — installable Claude Code skill. Run with npx to drop SKILL.md into ~/.claude/skills/goodspeed-design/.
Maintainers
Readme
Goodspeed Design System — Claude Code Skill
A reusable Claude Code skill that teaches Claude the Goodspeed brand system: colors, Acid Grotesk + Geist typography, spacing, components, and voice.
Built so every team member gets the exact same design output from Claude — no copy-pasting tokens, no drift.
Install (one command)
npx github:Mohamed-Bakri/goodspeed-designThat's it. The skill is now at ~/.claude/skills/goodspeed-design/SKILL.md and available in every Claude Code session.
Project-scoped install (commit the skill into a repo)
npx github:Mohamed-Bakri/goodspeed-design --projectThis writes to .claude/skills/goodspeed-design/SKILL.md in the current directory, so anyone who clones the repo gets the skill automatically.
Use it
After installing, restart Claude Code and invoke the skill:
/goodspeed-designOr just ask:
Apply the goodspeed-design skill and build me a hero section.
Update
Re-run the install command — it overwrites the skill file with the latest version from GitHub.
npx github:Mohamed-Bakri/goodspeed-designWhat's inside
brand-design.md — the full skill content:
- Color palette — all hex values + semantic aliases + usage rules
- Typography — Acid Grotesk + Geist, full type scale
- Spacing, radii, shadows — the complete token set
- Component patterns — navbar, buttons, cards, testimonials, CTA, footer
- Layout grid — responsive breakpoints
- Brand voice — say-this/not-that table + section naming
- Copy-paste CSS block — drop-in
:roottokens
Publish to npm (optional)
If you want npx goodspeed-design instead of npx github:...:
npm login
npm publish --access publicTeammates then run:
npx goodspeed-designUninstall
rm -rf ~/.claude/skills/goodspeed-design