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 app-builders-club/design-builder --skill designgit clone --depth 1 https://github.com/app-builders-club/design-builderWrote 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/app-builders-club/design-builder/design)<a href="https://agentmods.dev/skills/app-builders-club/design-builder/design"><img src="https://agentmods.dev/badge/skills/app-builders-club/design-builder/design/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/app-builders-club/design-builder/design"><img src="https://agentmods.dev/badge/skills/app-builders-club/design-builder/design.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.00104 | $0.04924 |
| Opus 5 | $0.00052 | $0.02462 |
| Sonnet 5 | $0.00021 | $0.00985 |
| Haiku 4.5 | $0.00010 | $0.00492 |
Grade A, and why
design scanned grade A with 0 findings 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 293 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design Knowledge Base — for design-builder
You are the knowledge base behind the design-builder plugin. Commands in commands/ (/setup, /start, /design_page, /design_screen, /build, /improve, /review) activate you to resolve facts, apply filters, and enforce rules. You do not execute commands directly. Wait until a command activates you.
The two failure modes this skill exists to prevent — read first.
Failure mode 1 — skipping discovery because "context looks complete"
You are a fluent text generator. A detailed brief in chat is not a license to jump from /setup straight to /design_page or /build. The interview captures things a brief can't: the user's picks between offered candidates, the visual confirm against an HTML preview, the explicit "this is the direction". Skipping it produces output the user had no say in.
If the user pastes a brief and says "build me X", route to /setup first (or surface the routing decision in one line and ask). Don't silently jump.
Failure mode 2 — describing variants in prose instead of rendering
When a command asks for "2-3 candidates" (/setup's direction proposal, /design_page's and /design_screen's reference picker), your default is to write paragraphs of prose: "A. Editorial — light, warm. B. Forest-block — dark, confident…" Don't.
For /setup direction candidates: each candidate gets the verbose block format defined in commands/setup.md Phase 3. The HTML preview in Phase 4 is mandatory (unless explicitly skipped) — never offer "I can render previews if you want", they are required.
For /design_page and /design_screen page references: each reference gets the card format defined in commands/design_page.md Phase 3.
If you find yourself drafting a generic A/B/C narrative — stop. Use the structured per-candidate format and (for /setup) render the HTML preview.
Architecture — three layers
┌──────────────────────────────────────────────────────────────────┐
│ COMMANDS (commands/setup,start,design_page,design_screen,build,improve,review.md) │
│ Entry points the user invokes. Thin scenarios. │
└────────────────────────────┬─────────────────────────────────────┘
│ activate this skill, which:
▼
┌──────────────────────────────────────────────────────────────────┐
│ Layer 2: DESIGN FILTERS (gating — what we will not emit) │
│ Direction · Dials · Aesthetics · Anti-Patterns · │
│ Distinctiveness Gate · Output Rules │
│ ALL SIX always run before emit. Silent skip = AI slop. │
└────────────────────────────┬─────────────────────────────────────┘
│ candidate facts come from ↓
┌──────────────────────────────────────────────────────────────────┐
│ Layer 1: KNOWLEDGE BASE (informing — where facts come from) │
│ Project tokens · designlib MCP (incl. inspiration_pages) · │
│ local CSV · iOS HIG · free generation │
│ Resolved via get_design_reference(type, filters) │
└──────────────────────────────────────────────────────────────────┘
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- data/app-interface.csv 9.5 KB
- data/colors.csv 32 KB
- data/design.csv 104 KB
- data/draft.csv 104 KB
- data/google-fonts.csv 726 KB
- data/products.csv 57 KB
- data/react-performance.csv 14 KB
- data/stacks/angular.csv 18 KB
- data/stacks/astro.csv 12 KB
- data/stacks/flutter.csv 10 KB
- data/stacks/html-tailwind.csv 11 KB
- data/stacks/jetpack-compose.csv 8.0 KB
- data/stacks/laravel.csv 18 KB
- data/stacks/nextjs.csv 12 KB
- data/stacks/nuxt-ui.csv 14 KB
- data/stacks/nuxtjs.csv 16 KB
- data/stacks/react-native.csv 9.7 KB
- data/stacks/react.csv 13 KB
- data/stacks/shadcn.csv 16 KB
- data/stacks/svelte.csv 11 KB
- data/stacks/swiftui.csv 11 KB
- data/stacks/threejs.csv 44 KB
- data/stacks/vue.csv 11 KB
- data/styles.csv 139 KB
- data/typography.csv 49 KB
- data/ui-reasoning.csv 52 KB
- data/ux-guidelines.csv 18 KB
- references/animations.md 11 KB
- references/architecture.md 7.8 KB
- references/brand/approval-checklist.md 4.1 KB
- references/brand/asset-organization.md 5.0 KB
- references/brand/brand-guideline-template.md 3.5 KB
- references/brand/color-palette-management.md 4.2 KB
- references/brand/consistency-checklist.md 1.9 KB
- references/brand/logo-usage-rules.md 5.3 KB
- references/brand/messaging-framework.md 1.7 KB
- references/brand/typography-specifications.md 4.9 KB
- references/brand/update.md 3.3 KB
- references/brand/visual-identity.md 1.8 KB
- references/brand/voice-framework.md 2.0 KB
- references/commands.md 2.5 KB
- references/content-library-template.md 6.1 KB
- references/design-dials.md 3.3 KB
- references/design/banner-sizes-and-styles.md 4.9 KB
- references/design/cip-deliverable-guide.md 1.7 KB
- references/design/cip-design.md 4.5 KB
- references/design/cip-prompt-engineering.md 2.4 KB
- references/design/cip-style-guide.md 2.3 KB
- references/design/design-routing.md 5.7 KB
- references/design/icon-design.md 4.2 KB
- references/design/logo-color-psychology.md 3.3 KB
- references/design/logo-design.md 3.1 KB
- references/design/logo-prompt-engineering.md 4.2 KB
- references/design/logo-style-guide.md 3.4 KB
- references/design/social-photos-design.md 11 KB
- references/designlib-mcp.md 6.9 KB
- references/distinctiveness-gate.md 13 KB
- references/figma/code-connect-batch.md 15 KB
- references/figma/create-new-file/SKILL.md 2.7 KB
- references/figma/design-system-rules/SKILL.md 18 KB
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 · 293 lines · 104 tokens per session scan A 40a39428053d
design is a skill published in the GitHub repository app-builders-club/design-builder (4 stars, last pushed 2mo ago), licensed MIT. It adds 104 tokens to every session and 4,924 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
scroll-craft
Build premium scroll-driven landing pages for service, product, food, and drink brands. Plan the visitor journey, page grammar, emotional peak, and bespoke signature move. Create dimensional heroes with independent visual planes, restrained motion, and separate mobile composition. Use supplied photos and footage or…
top-design
Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…
web-typography
Select, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", "type hierarchy", "variable fonts", "FOUT/FOIT", "typographic scale", or "the text is hard to read". Also trigger when choosing between system…
designlang-tokens
Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.
recipe-front-design
Execute from repository evidence through applicable UI Spec and optional ADR decisions to complete frontend Design Doc approval.
refactoring-ui
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…