ui

ui is a skill for Claude Code from GlamgarOnDiscord/claude-saas-blueprint. It costs 28 tokens per session (1,733 once invoked), scanned A, original, MIT.

A set of instructions for creating SaaS interfaces, dashboards, internal pages, and marketing landing pages. It offers separate approaches for basic components, premium dark-mode designs, and complete conversion-focused pages.

In plain words
What is it for?
Use it to generate UI components, dashboards, forms, settings pages, landing pages, pricing sections, and other web interfaces.
Why use it?
It gives coding agents a defined interface direction instead of leaving layout, styling, and component choices open-ended.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: names the AskUserQuestion tool.

Good fit Use it to generate UI components, dashboards, forms, settings pages, landing pages, pricing sections, and other web interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/glamgarondiscord/claude-saas-blueprint/ui
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 GlamgarOnDiscord/claude-saas-blueprint --skill ui
Clone the repo
git clone --depth 1 https://github.com/GlamgarOnDiscord/claude-saas-blueprint

Made for: Claude Code.

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 ui

README.md
[![agentmods](https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/ui/github.svg)](https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/ui)
Your own site
<a href="https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/ui"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/ui/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.

agentmods 80×15 button for ui

Your own site · 80×15
<a href="https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/ui"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,733 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.00028 $0.01733
Opus 5 $0.00014 $0.00866
Sonnet 5 $0.00006 $0.00347
Haiku 4.5 $0.00003 $0.00173

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

Security

Grade A, and why

ui 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 11d 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.

.claude/skills/ui/SKILL.md · 163 lines

How it starts

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

Modes

Mode Quand l'utiliser Output
gen Composant ou page interne, design system existant Composants composables, mobile-first, shadcn/ui
premium Marketing site, dashboard premium, dark-mode-first Vercel/Linear/Stripe aesthetic, motion, bento grids
landing Landing page complete avec conversion (waitlist, signup) Hero → Social proof → Features → Pricing → FAQ → CTA

UI 3D / WebGL : stack recommandee R3F + drei + GSAP ScrollTrigger + Lenis. Voir platforms/web-app.md et docs/integrations/assets-pipeline.md (section scroll 3D). Reserve aux pages qui en ont reellement besoin.


/ui gen [target] — Generation classique

1. Comprendre le besoin

  • Identifier le type : dashboard, formulaire, settings, profil, feature page
  • Verifier les composants UI deja installes (components/ui/)
  • Lire rules/ui-components.md AVANT toute modification

2. Design system check

  • Composants shadcn/ui presents → privilegier
  • Si manquant → utiliser l'outil 21st_magic_component_builder (si MCP configure) ou installer le composant officiel
  • Si inspiration necessaire → 21st_magic_component_inspiration

3. Generation

Principes :

  • Mobile-first — commencer par 375px, etendre vers desktop
  • Server Components par defaut. "use client" uniquement si interactivite (hooks, animations, listeners)
  • Composition — assembler des composants petits, pas un monolithe
  • Accessibilite — labels, aria, focus management, contraste WCAG AA minimum
  • Loading states — Skeleton screens, jamais de spinner
  • Max 150 lignes par composant — split sinon

Structure type d'une page :

page.tsx              → Server Component, data fetching
├── page-header       → Titre, breadcrumb, actions
├── page-content      → Contenu principal (sections)
└── page-footer       → Actions secondaires (optionnel)

4. Validation

  • Screenshot ou preview si possible
  • Responsivite : sm (375px) · md (768px) · lg (1280px+)
  • Tous les etats couverts : loading, empty, error, success
  • tsc --noEmit

Read the full file on GitHub · 163 lines

Files

What ships with it

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

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. 11d ago First seen · 163 lines · 28 tokens per session scan A 4ca5489c2b27

Subscribe to this mod's changes

ui is a skill published in the GitHub repository GlamgarOnDiscord/claude-saas-blueprint (2 stars, last pushed 3mo ago), licensed MIT. It adds 28 tokens to every session and 1,733 once invoked, about $0.0001 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.