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 GlamgarOnDiscord/claude-saas-blueprint --skill uigit clone --depth 1 https://github.com/GlamgarOnDiscord/claude-saas-blueprintWrote 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/glamgarondiscord/claude-saas-blueprint/ui)<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.
<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>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.00028 | $0.01733 |
| Opus 5 | $0.00014 | $0.00866 |
| Sonnet 5 | $0.00006 | $0.00347 |
| Haiku 4.5 | $0.00003 | $0.00173 |
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.
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.mdetdocs/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.mdAVANT 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
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.
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.
- 11d ago First seen · 163 lines · 28 tokens per session scan A 4ca5489c2b27
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.
Other skills, from other repositories
tailwind-design-system
Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.
apply-mantel-styles
Provides guidelines for applying Mantel's brand styles to diagrams and frontend components. Use when asked to create visuals that need to align with Mantel's branding.
Responsive Layout Reviewer
Reviews HTML/CSS or component code for responsive design issues across mobile, tablet, and desktop breakpoints.
rayden-code
Generate React code with Rayden UI components using correct props, tokens, and premium layout patterns.
magic-ui-generator
Utilizes Magic by 21st.dev to generate, compare, and integrate multiple production-ready UI component variations.
ui-tokens
List, add, and update StyleSeed design tokens while keeping JSON sources, CSS variables, and dark-mode values in sync.