frontend-design-saas

frontend-design-saas is a skill for Claude Code, Codex from cloudflare/vibesdk. It costs 105 tokens per session (35,420 once invoked), scanned A, original, MIT.

A design reference for SaaS product interfaces such as dashboards, data tables, settings, billing, authentication, and admin screens. It describes visual styles, colors, spacing, fonts, borders, and layout density.

In plain words
What is it for?
Use it when creating customer-facing or internal SaaS screens, including dashboards, product shells, billing pages, settings panels, and admin tools.
Why use it?
It gives an agent a consistent starting point for building application interfaces instead of leaving each screen’s visual decisions unspecified.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating customer-facing or internal SaaS screens, including dashboards, product…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cloudflare/vibesdk/frontend-design-saas
About the project

Cloudflare VibeSDK is an open-source platform for building and deploying full-stack applications through an AI coding agent. Users describe an application, review the agent's questions and edits, inspect previews and errors, and iterate through deployment on Cloudflare. The catalogue entries provide skills and instructions for working with the platform.

cloudflare/vibesdk · 5,346 stars · on GitHub · build.cloudflare.dev

Install

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.

Any agent
npx skills add cloudflare/vibesdk --skill frontend-design-saas
Clone the repo
git clone --depth 1 https://github.com/cloudflare/vibesdk

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for frontend-design-saas

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudflare/vibesdk/frontend-design-saas.svg)](https://agentmods.dev/skills/cloudflare/vibesdk/frontend-design-saas)
Your own site
<a href="https://agentmods.dev/skills/cloudflare/vibesdk/frontend-design-saas"><img src="https://agentmods.dev/badge/skills/cloudflare/vibesdk/frontend-design-saas.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 35,420 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00105 $0.35420
Opus 5 $0.00053 $0.17710
Sonnet 5 $0.00021 $0.07084
Haiku 4.5 $0.00011 $0.03542

Measured 7d ago against content hash e0283287a2bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

frontend-design-saas 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 7d 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.

worker/agents/think/skills/frontend-design-saas/SKILL.md · 3,440 lines

How it starts

The opening of the file, as written. The whole thing — 3,440 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SaaS Design System (Stripe / Linear / Vercel lineage)

AI-Optimized Design Reference for building S-tier SaaS dashboards, admin consoles, billing pages, settings UIs, data-dense application shells, and product surfaces.

Tonal anchors: stripe.com/dashboard, linear.app, vercel.com/dashboard, notion.so/teamspace, clerk.com, planetscale.com/console.


Quick Reference (TL;DR)

Brand Accent:    #5E6AD2 (indigo) - replace with product brand
Neutrals:        #FFFFFF → #F8FAFC → #F1F5F9 → #E2E8F0 → #94A3B8 → #475569 → #0F172A
Text:            #0F172A (primary) / #475569 (muted) / #94A3B8 (subtle)
Border:          #E2E8F0 (default) / #CBD5E1 (strong)
Font Sans:       "Inter", "Geist", system-ui (NOT Arial, NOT Roboto)
Font Mono:       "JetBrains Mono", "Geist Mono", ui-monospace
Base Spacing:    4px (scale: 4, 8, 12, 16, 20, 24, 32, 40, 48, 64)
Border Radius:   Buttons/inputs = 6-8px (NOT pill), Cards = 8-12px, Modals = 12-16px
Shadow:          Tight, low-spread, single-direction (NOT diffuse marketing shadows)
Density:         Compact-to-comfortable; row heights 36-44px, button heights 32-36px

The fastest way to get this wrong: use marketing-page aesthetics (huge type, generous whitespace, pill buttons, gradient hero shadows) in a product surface. SaaS UIs are dense, neutral, fast, and quiet. The brand color appears in <5% of the pixels and earns its weight by marking only what's interactive or active.


1. Brand Foundation

Design Philosophy

Principle Description
Users First Workflows, keyboard navigation, and information density beat decoration.
Quiet by Default Neutrals dominate; the brand color is reserved for primary action, active state, and focus.
Speed & Density Snappy transitions (≤200ms), compact row heights, no entrance animations on every page load.
Opinionated Defaults Single canonical pattern per surface (one button hierarchy, one date picker, one empty state).
Meticulous Craft 1px borders aligned to pixel grid, focus rings 2px offset 2px, motion uses ease-out not linear.
Accessible (WCAG AA+) 4.5:1 text contrast, 3:1 UI element contrast, every interactive surface keyboard-reachable.
Predictable Same component looks/behaves identically on every page; no marketing-grade variants.

Read the full file on GitHub · 3,440 lines

Changes

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.

  1. 7d ago First seen · 3,440 lines · 105 tokens per session scan A e0283287a2bf

Subscribe to this mod's changes

frontend-design-saas is a skill published in the GitHub repository cloudflare/vibesdk (5,346 stars, last pushed 4d ago), licensed MIT. It adds 105 tokens to every session and 35,420 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-30.

Related

Other skills, from other repositories

frontend-design

Produce intentional, responsive, accessible UI work and perform visual QA instead of generic component assembly.

Hmbown/CodeWhale · 21 tokens

design-review

Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…

GCWing/BitFun · 125 tokens

frontend-design

A guide for building polished web interfaces such as pages, dashboards, applications, posters, and reusable React or Vue components. It covers visual direction, layout, typography, colors, animation, accessibility, and working HTML, CSS, or JavaScript code.

xstongxue/best-skills · 103 tokens

design-prototype

Frontend UI prototype workflow — clarify intent, explore directions, preview across viewports, diff against references, deliver with screenshot evidence.

huiliyi37/Tianshu-harness · 28 tokens

web-interface-guidelines-review

Review UI files against accessibility, UX, and performance rules, then output terse findings grouped by file. Use when: (1) Auditing frontend code quality, (2) Enforcing design-system rules in PRs, or (3) Generating actionable file:line compliance reports.

besoeasy/open-skills · 63 tokens

frame-build-minimal

Luxury-minimal whitespace hero — single word reveals letter by letter, warm-gold hairline, breathing indicators.

nexu-io/html-video · 27 tokens