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 agentmods add skills/wigtn/wigtn-plugins/design-system-referencenpx skills add wigtn/wigtn-plugins --skill design-system-referencegit clone --depth 1 https://github.com/wigtn/wigtn-pluginsWhat 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 | $0.00043 | $0.02045 |
| Opus 5 | $0.00022 | $0.01022 |
| Sonnet 5 | $0.00009 | $0.00409 |
| Haiku 4.5 | $0.00004 | $0.00204 |
Grade A, and why
design-system-reference 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 2d 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 — 234 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design Implementation Guide
Overview
This skill provides style guides and implementation rules for frontend design.
For design discovery and style selection, use the design-discovery agent which:
- Gathers context through step-by-step questions
- Uses VS (Verbalized Sampling) technique to recommend styles with suitability percentages
- Applies AIDA methodology for landing pages
This skill is automatically loaded after the agent completes discovery.
How to Use
With Discovery Agent (Recommended)
- User requests frontend design
design-discoveryagent conducts context gathering- Agent presents VS-based style recommendations
- After style selection, agent loads this skill for implementation
Direct Usage (Quick Mode)
If user already knows their style, skip discovery:
"Build me a landing page with Bento Grid style, dark theme, minimal animations"
In this case, directly read the relevant style guide and implement.
Style Selection & Guidelines
Based on user responses, select the appropriate style and read the corresponding guide.
Read both the style guide and the relevant common modules before implementing.
Available Style Guides
Use the Read tool to read the corresponding style file:
- Editorial →
styles/editorial.md - Brutalist →
styles/brutalist.md - Neobrutalism →
styles/neobrutalism.md - Glassmorphism →
styles/glassmorphism.md - Liquid Glass →
styles/liquid-glass.md - Swiss Minimal →
styles/swiss-minimal.md - Minimalism →
styles/minimalism.md - Neomorphism →
styles/neomorphism.md - Claymorphism →
styles/claymorphism.md - Skeuomorphism →
styles/skeuomorphism.md - Bento Grid →
styles/bento-grid.md - Dark Mode First →
styles/dark-mode-first.md - Minimal Corporate →
styles/minimal-corporate.md - Retro Pixel →
styles/retro-pixel.md - Organic Shapes →
styles/organic-shapes.md - Maximalist →
styles/maximalist.md - 3D Immersive →
styles/3d-immersive.md - Aurora / Gradient Mesh →
styles/aurora-gradient.md - Terminal / Hacker →
styles/terminal-hacker.md - Kinetic Typography →
styles/kinetic-typography.md
What ships with it
24 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.
- common/animations.md 7.4 KB
- common/colors.md 7.6 KB
- common/spacing.md 7.1 KB
- README.md 3.6 KB
- styles/3d-immersive.md 17 KB
- styles/aurora-gradient.md 13 KB
- styles/bento-grid.md 8.0 KB
- styles/brutalist.md 5.7 KB
- styles/claymorphism.md 13 KB
- styles/dark-mode-first.md 8.5 KB
- styles/editorial.md 5.5 KB
- styles/glassmorphism.md 7.7 KB
- styles/kinetic-typography.md 16 KB
- styles/liquid-glass.md 19 KB
- styles/maximalist.md 19 KB
- styles/minimal-corporate.md 9.4 KB
- styles/minimalism.md 13 KB
- styles/neobrutalism.md 12 KB
- styles/neomorphism.md 6.9 KB
- styles/organic-shapes.md 15 KB
- styles/retro-pixel.md 12 KB
- styles/skeuomorphism.md 14 KB
- styles/swiss-minimal.md 8.0 KB
- styles/terminal-hacker.md 14 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.
- 2d ago First seen · 234 lines · 43 tokens per session scan A 0133d8aeb9fd
design-system-reference is a skill published in the GitHub repository wigtn/wigtn-plugins (45 stars, last pushed 17d ago), licensed Apache-2.0. It adds 43 tokens to every session and 2,045 once invoked, about $0.0002 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
shadcn-ui
Provides complete shadcn/ui component library patterns including installation, configuration, and implementation of accessible React components. Use when setting up shadcn/ui, installing components, building forms with React Hook Form and Zod, customizing themes with Tailwind CSS, or implementing UI patterns like…
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
ui-designer
Visual designer. Use when users need to design logos, icons, UI interfaces, page layouts, landing pages, component styles, color schemes, typography, or interaction animations. Also applies to "design me a...", "make something nice...", "create a visual concept..." scenarios. Even if user doesn't explicitly say…
frontend-expert
Frontend development expert proficient in React 18+, TypeScript 5+, and TailwindCSS. Automatically activates when users need frontend component development, styling, state management, or performance optimization.
ai-native-design
AI 原生 UI 设计与代码一体化工作流。3 通道(claude-design / figma / v0)从 design-brief.md 派生 prompt + 附件包,用户在外部工具完成迭代,DDT 摄取设计源后 main thread 改写为 web/ 项目契约对齐代码。由 /design-brief 与 /design-execute 自动加载;/build-web main thread 进入 IMPLEMENT phase 时加载。.
design-guide
Paperclip UI design system guide for building consistent, reusable frontend components. Use when creating new UI components, modifying existing ones, adding pages or features to the frontend, styling UI elements, or when you need to understand the design language and conventions. Covers: component creation, design…