Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add sso-ss/vibe-ship-it --skill design-systemgit clone --depth 1 https://github.com/sso-ss/vibe-ship-itWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sso-ss/vibe-ship-it/design-system)<a href="https://agentmods.dev/skills/sso-ss/vibe-ship-it/design-system"><img src="https://agentmods.dev/badge/skills/sso-ss/vibe-ship-it/design-system/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sso-ss/vibe-ship-it/design-system"><img src="https://agentmods.dev/badge/skills/sso-ss/vibe-ship-it/design-system.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00063 | $0.01220 |
| Opus 5 | $0.00032 | $0.00610 |
| Sonnet 5 | $0.00013 | $0.00244 |
| Haiku 4.5 | $0.00006 | $0.00122 |
Grade B, and why
design-system scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
Do not lecture about rules. Just follow them silently when building new pages. How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design System
Makes your app look consistent everywhere. Pulls the visual style from what you already built and turns it into reusable pieces.
How It Works
One pass. Not a multi-step project.
- Scan existing pages for repeated visual patterns
- Extract them into named tokens (colors, sizes, spacing, shapes, shadows)
- Generate primitive components wired to those tokens
- Apply them in place so nothing looks different yet, but everything is now reusable
- Show the result
If no pages exist yet, start from smart defaults that look like a real product.
When To Use
- "Set up a design system"
- "Make styles consistent"
- "Make it all match"
- "Set up tokens"
- "Create components from my styles"
- "Standardize this"
Starting Point
If DESIGN.md exists
Use it as the source of truth. Extract tokens directly from the DESIGN.md file -- colors, type scale, spacing, radii, shadows, motion. Map them to the token names below and generate primitives wired to those values. Do not re-extract from the existing UI. DESIGN.md wins.
Token mapping from DESIGN.md: DESIGN.md uses richer names than the token table below. Map them: text-primary → text, text-secondary/text-tertiary → muted, surface → use as card/panel background, accent-hover → generate hover variant of accent, border-subtle → lighter shade of border. Drop accent-gradient into button/CTA styles directly. Ignore any DESIGN.md tokens not listed below -- they are implementation hints, not system tokens.
If pages already exist (no DESIGN.md)
Extract tokens from the current UI. Preserve the existing look. The system should formalize what's already there, not redesign it.
If no pages exist yet (no DESIGN.md)
Generate a neutral, modern token set with good defaults:
- Clean type scale, comfortable spacing, subtle shadows, accessible contrast
- Feels like a real product out of the box
Use Material Design 3 as the internal reference for token categories, component patterns, and accessibility defaults. Never mention "Material" to the user. They just get a clean, modern system.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 119 lines · 63 tokens per session scan B 2e61c5712d0e
design-system is a skill published in the GitHub repository sso-ss/vibe-ship-it (12 stars, last pushed 5mo ago), licensed MIT. It adds 63 tokens to every session and 1,220 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
make-resume
A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.