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/hyexe/codex-plugins/build-design-systemnpx skills add HYEXE/codex-plugins --skill build-design-systemgit clone --depth 1 https://github.com/HYEXE/codex-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.00178 | $0.01067 |
| Opus 5 | $0.00089 | $0.00534 |
| Sonnet 5 | $0.00036 | $0.00213 |
| Haiku 4.5 | $0.00018 | $0.00107 |
Grade A, and why
build-design-system 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 — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design System Builder
기존 제품의 언어와 API를 보존하면서 토큰, 컴포넌트, 문서와 검증이 같은 진실 원본을 공유하게 만든다. 새 라이브러리 도입보다 현재 시스템의 중복과 계약 공백을 먼저 해결한다.
시작 절차
-
저장소 지침, 현재 diff, package와 lockfile, 스타일 도구, framework, build·test 명령을 확인한다.
-
기존 CSS 변수, theme, token, primitive, component, Storybook·문서와 소비 경로를 검색해 실제 사용량을 기록한다.
-
구현 전에 다음 시스템 계약을 작성한다.
소비자와 지원 platform: 진실 원본과 생성 산출물: primitive·semantic·component token 계층: component API와 state 계약: theme·brand·dark mode 전략: 호환성·버전·마이그레이션: 문서·테스트·완료 기준: -
도구 후보가 필요하면 이 스킬 디렉터리를 기준으로
../uiux-advisor/scripts/search_toolkits.py에서 role과 ecosystem을 검색하고, 실제 도입 전 공식 문서를 다시 확인한다. -
시스템 경계와 점진적 이행은
references/design-system-workflow.md를 읽는다. -
token·component API 설계는
references/token-and-component-contracts.md를 읽는다. -
React·Vue·Svelte·vanilla 적용 차이는
references/framework-adapters.md를 읽는다.
구현 원칙
- primitive token을 제품 의미에 직접 노출하지 말고 semantic token을 안정적인 소비 계약으로 둔다.
- component token은 실제 반복과 독립적 변화 요구가 있을 때만 추가한다.
- color, spacing, typography만이 아니라 focus, motion, elevation, radius와 상태 표현도 계약에 포함한다.
- component API는 appearance와 behavior, content와 layout, controlled와 uncontrolled state를 구분한다.
- hover·focus·active·disabled·loading·error·empty·selected와 reduced-motion 상태를 문서와 테스트에 포함한다.
- 기존 공개 API와 token 이름을 한 번에 교체하지 않는다. alias, deprecation, codemod 또는 단계별 소비자 이전을 설계한다.
- 생성 산출물을 직접 편집하지 않는다. source token과 build pipeline의 소유권을 분명히 한다.
- Storybook, Style Dictionary나 새 package는 현재 프로젝트의 필요와 기존 도구로 해결할 수 없는 경우에만 추가한다.
- 웹 전용 시스템에서 불필요한 multi-platform pipeline을 만들지 않는다.
검증
- token schema, alias cycle, 누락 reference, 생성물 재현성과 source/build drift를 검사한다.
- component별 정상·경계·오류 상태와 keyboard, focus, screen reader, touch, zoom을 검증한다.
- light·dark·고대비·브랜드 theme와 긴 콘텐츠, RTL, 작은 화면을 확인한다.
- 관련 unit·interaction·visual regression, 타입 검사, 린트와 build를 실행한다.
- 변경된 token과 component의 소비자를 찾아 호환성 영향과 migration 상태를 확인한다.
- 추가 의존성, 번들·CSS 변화, 라이선스와 현재 지원 framework를 보고한다.
경계
- 디자인 시스템 원칙이나 token 계층을 설명만 하면
uiux-advisor를 사용한다. - 기존 시스템의 문제를 식별하고 우선순위만 정하면
uiux-auditor를 사용한다. - 한 화면의 hero, 배경, 카드와 텍스트 효과를 조합하면
compose-creative-ui를 사용한다. - 단일 component의 시각 전환이 핵심이면
implement-ui-motion을 사용한다. - 단일 widget의 keyboard, focus, touch, gesture와 비동기 상태 동작이 핵심이면
implement-ui-interaction을 사용한다. - chart component의 데이터 의미와 시각 인코딩이 핵심이면
build-data-visualization을 사용한다.
What ships with it
5 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.
- 2d ago First seen · 60 lines · 178 tokens per session scan A 44df8d347585
build-design-system is a skill published in the GitHub repository HYEXE/codex-plugins (1 stars, last pushed 2d ago), licensed Apache-2.0. It adds 178 tokens to every session and 1,067 once invoked, about $0.0009 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
superloopy-clone
Use when the user asks for Superloopy clone or asks to clone, rebuild, reverse-engineer, replicate, or copy a website or page into a Superloopy-governed implementation. Triggers on "loopy clone", target URLs plus requests such as "clone this site", "rebuild this page", "make a copy of this website", "pixel-perfect…
styling-best-practices
This skill should be used when developing UI components, writing CSS/SCSS styles, or when the user asks about design tokens, theming, CSS custom properties, or styling conventions. Guides token-first development and Otter extensions usage.
applying-ui-design-system
Frontend UI design system selector and implementation guide covering Glassmorphism, Liquid Glass (Apple-style), Neubrutalism, and Claymorphism. Use when building UI components, choosing a visual aesthetic, implementing design tokens, or auditing accessibility/contrast on themed surfaces. Provides per-style tokens…
frontend
Visual design taste for web UI, distilled from a stronger model's aesthetic - invoke when about to BUILD or STYLE any web page, component, artifact, or UI; picking a visual direction; writing CSS; reviewing how a design looks; or when a design works but feels generic or boring. Named style directions with exact…
rembric-dashboard-ui
Brutalist Rembric dashboard UI work — building / editing / extending pages, styles, components, modals, tables, filters, pagination, mobile responsive, destructive confirmations. Use when the user asks for changes under src/dashboard/, mentions Rembric design tokens (lime, brutalist, sidebar, view-head, hl-lime), or…
favicon-exporter
Prepare and export favicon assets from Figma in common web sizes and formats.