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 xg-gh-25/SwarmAI --skill s_frontend-designgit clone --depth 1 https://github.com/xg-gh-25/SwarmAIWrote 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/xg-gh-25/swarmai/s_frontend-design)<a href="https://agentmods.dev/skills/xg-gh-25/swarmai/s_frontend-design"><img src="https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_frontend-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/xg-gh-25/swarmai/s_frontend-design"><img src="https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_frontend-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00274 |
| Opus 5 | $0.00032 | $0.00137 |
| Sonnet 5 | $0.00013 | $0.00055 |
| Haiku 4.5 | $0.00006 | $0.00027 |
Grade A, and why
frontend-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 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.
What it actually says
Frontend Design
This skill loads full instructions on activation. Read INSTRUCTIONS.md before proceeding.
TRIGGER: "build a landing page", "create a website", "design a UI", "frontend prototype", "interactive page", "HTML page", "web app mockup" DO NOT USE: for backend APIs (just code directly) or for reviewing existing UI (use web-design-review)
MANDATORY: Generate Design System Before Coding
Before writing ANY frontend code, run the design system generator to get industry-specific style, color, typography, and anti-pattern recommendations:
python3 scripts/search.py "<product description>" --design-system -p "ProjectName" -f markdown
This is NOT optional. The database has 161 industry-specific reasoning rules that prevent generic AI aesthetics. Skip this step only if the user explicitly provides a complete design system (colors, fonts, style).
What ships with it
55 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/animation_feelings.csv 1.1 KB
- data/anti_slop.md 3.1 KB
- data/ATTRIBUTION.md 1.5 KB
- data/charts.csv 19 KB
- data/colors.csv 32 KB
- data/design-judgment.md 27 KB
- data/landing.csv 14 KB
- data/products.csv 57 KB
- data/slide_bold_previews/8-bit-orbit.md 4.6 KB
- data/slide_bold_previews/biennale-yellow.md 4.4 KB
- data/slide_bold_previews/block-frame.md 4.4 KB
- data/slide_bold_previews/blue-professional.md 4.6 KB
- data/slide_bold_previews/bold-poster.md 4.7 KB
- data/slide_bold_previews/broadside.md 4.2 KB
- data/slide_bold_previews/capsule.md 4.3 KB
- data/slide_bold_previews/cartesian.md 4.3 KB
- data/slide_bold_previews/cobalt-grid.md 4.2 KB
- data/slide_bold_previews/coral.md 4.4 KB
- data/slide_bold_previews/creative-mode.md 4.4 KB
- data/slide_bold_previews/daisy-days.md 4.5 KB
- data/slide_bold_previews/editorial-forest.md 4.5 KB
- data/slide_bold_previews/editorial-tri-tone.md 4.6 KB
- data/slide_bold_previews/emerald-editorial.md 4.5 KB
- data/slide_bold_previews/grove.md 4.8 KB
- data/slide_bold_previews/long-table.md 5.1 KB
- data/slide_bold_previews/mat.md 4.6 KB
- data/slide_bold_previews/monochrome.md 4.4 KB
- data/slide_bold_previews/neo-grid-bold.md 4.3 KB
- data/slide_bold_previews/peoples-platform.md 4.5 KB
- data/slide_bold_previews/pin-and-paper.md 4.6 KB
- data/slide_bold_previews/pink-script.md 4.7 KB
- data/slide_bold_previews/playful.md 4.2 KB
- data/slide_bold_previews/raw-grid.md 4.4 KB
- data/slide_bold_previews/retro-windows.md 4.6 KB
- data/slide_bold_previews/retro-zine.md 4.5 KB
- data/slide_bold_previews/sakura-chroma.md 4.8 KB
- data/slide_bold_previews/scatterbrain.md 4.8 KB
- data/slide_bold_previews/signal.md 4.7 KB
- data/slide_bold_previews/soft-editorial.md 4.8 KB
- data/slide_bold_previews/stencil-tablet.md 4.7 KB
- data/slide_bold_previews/studio.md 4.6 KB
- data/slide_bold_previews/vellum.md 4.6 KB
- data/slide_bold_templates.csv 4.3 KB
- data/slide_presets.csv 2.6 KB
- data/styles.csv 139 KB
- data/typography.csv 49 KB
- data/ui-reasoning.csv 52 KB
- data/ux-guidelines.csv 18 KB
- INSTRUCTIONS.md 14 KB
- manifest.yaml 595 B
- scripts/core.py 11 KB runs code
- scripts/design_system.py 46 KB runs code
- scripts/search.py 5.3 KB runs code
- tests/test_slide_bold_previews.py 2.5 KB runs code
- tests/test_slide_taste_assets.py 5.1 KB runs code
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 · 24 lines · 63 tokens per session scan A cd6ab0ef251c
frontend-design is a skill published in the GitHub repository xg-gh-25/SwarmAI (44 stars, last pushed 4d ago), licensed MIT. It adds 63 tokens to every session and 274 once invoked, about $0.0003 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.
Other skills, from other repositories
web-design
Penguin visual language for generated web pages and app UIs — GitHub-style simplicity with a single blue accent, light and pure-black dark themes, design tokens, component and chat-interface recipes, plus an opt-in warm paper editorial theme.
gsd-ui-phase
Generate UI design contract (UI-SPEC.md) for frontend phases.
moai-design-tools
Design tool integration specialist covering Figma MCP, Pencil renderer, and Pencil-to-code export. Use when fetching design context from Figma, rendering Pencil designs, or exporting to React/Tailwind code.
frontend-design-workflow
Workflow for frontend features, visual changes, and product design changes. Present mockup options before writing code, build against the project's design system, capture the right evidence type (screenshots vs video), and run a new-user usability review before finalizing. Use when building or changing UI, styling…
drag-pane
Drag-and-drop pane resizing implementation for two-pane plugin layouts. Covers mouse event handling via the internal/mouse package, hit region registration, drag delta calculation, width clamping, state persistence, and pane layout management. Use when working on pane resizing, drag interactions, layout management, or…
vercel-composition-patterns
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.