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 Tyler-R-Kendrick/agent-skills --skill design-systemgit clone --depth 1 https://github.com/Tyler-R-Kendrick/agent-skillsWrote 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/tyler-r-kendrick/agent-skills/design-system)<a href="https://agentmods.dev/skills/tyler-r-kendrick/agent-skills/design-system"><img src="https://agentmods.dev/badge/skills/tyler-r-kendrick/agent-skills/design-system/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/tyler-r-kendrick/agent-skills/design-system"><img src="https://agentmods.dev/badge/skills/tyler-r-kendrick/agent-skills/design-system.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.00111 | $0.01140 |
| Opus 5 | $0.00056 | $0.00570 |
| Sonnet 5 | $0.00022 | $0.00228 |
| Haiku 4.5 | $0.00011 | $0.00114 |
Grade A, and why
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 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 — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design System
Overview
A design system is the single source of truth for an organization's UI — combining design tokens, component libraries, documentation, and tooling into a cohesive ecosystem. It ensures consistency, accelerates development, and bridges the gap between design and engineering.
Architecture Layers
┌─────────────────────────────────────────────────┐
│ Design (Figma) │
│ Variables, components, styles, auto-layout │
├─────────────────────────────────────────────────┤
│ Tokens (W3C DTCG / Style Dictionary) │
│ Color, typography, spacing, elevation, motion │
├─────────────────────────────────────────────────┤
│ Components (React, Vue, Angular, Web Comp.) │
│ Buttons, inputs, modals, cards, layouts │
├─────────────────────────────────────────────────┤
│ Documentation (Storybook) │
│ Stories, usage guidelines, interaction tests │
└─────────────────────────────────────────────────┘
Design-to-Code Pipeline
Figma Variables ──► W3C DTCG JSON ──► Style Dictionary ──► CSS / SCSS / iOS / Android
│
Figma Components ──► Code Connect / Mitosis ──────────────► React / Vue / Angular / Svelte
│
▼
Storybook
(catalog + interaction tests)
Token Architecture
Design tokens are the atomic values of a design system — colors, spacing, typography, elevation, motion. They flow through three tiers:
| Tier | Example | Purpose |
|---|---|---|
| Global | blue-500: #3b82f6 |
Raw palette values |
| Alias / Semantic | color-primary: {blue-500} |
Intent-based references |
| Component | button-bg: {color-primary} |
Scoped to a specific component |
Component Strategy
What ships with it
60 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.
- AGENTS.md 4.9 KB
- design-tokens/AGENTS.md 5.8 KB
- design-tokens/metadata.json 821 B
- design-tokens/README.md 669 B
- design-tokens/rules/_sections.md 1.5 KB
- design-tokens/rules/_template.md 372 B
- design-tokens/rules/design-tokens-add-description-to-non-obvious-tokens-so-designers-and.md 388 B
- design-tokens/rules/design-tokens-organize-tokens-into-global-semantic-component-tiers-so.md 406 B
- design-tokens/rules/design-tokens-set-type-on-groups-rather-than-individual-tokens-to.md 357 B
- design-tokens/rules/design-tokens-use-aliases-extensively.md 293 B
- design-tokens/rules/design-tokens-use-deprecated-with-a-migration-message-before-removing.md 391 B
- design-tokens/rules/design-tokens-use-the-w3c-dtcg-format.md 322 B
- design-tokens/rules/design-tokens-validate-token-files-against-the-dtcg-spec-before.md 405 B
- design-tokens/SKILL.md 6.8 KB
- figma/AGENTS.md 6.0 KB
- figma/metadata.json 621 B
- figma/README.md 621 B
- figma/rules/_sections.md 1.3 KB
- figma/rules/_template.md 364 B
- figma/rules/figma-export-variables-via-the-rest-api-in-ci-to-detect-token.md 367 B
- figma/rules/figma-mark-components-as-ready-for-dev-in-dev-mode-to-create-a.md 363 B
- figma/rules/figma-set-up-code-connect-for-your-most-used-components-so-dev.md 376 B
- figma/rules/figma-use-figma-variables-not-just-styles.md 348 B
- figma/rules/figma-use-the-figma-mcp-server-in-your-editor-to-get-design.md 357 B
- figma/rules/figma-use-tokens-studio-for-bi-directional-sync-between-figma.md 377 B
- figma/SKILL.md 6.7 KB
- metadata.json 684 B
- mitosis/AGENTS.md 6.5 KB
- mitosis/metadata.json 639 B
- mitosis/README.md 629 B
- mitosis/rules/_sections.md 1.2 KB
- mitosis/rules/_template.md 366 B
- mitosis/rules/mitosis-configure-per-target-options-in-mitosis.md 436 B
- mitosis/rules/mitosis-keep-state-mutations-simple.md 394 B
- mitosis/rules/mitosis-pair-with-style-dictionary-to-inject-design-tokens.md 437 B
- mitosis/rules/mitosis-test-the-compiled-output-in-each-target-framework-s.md 421 B
- mitosis/rules/mitosis-use-show-and-for-instead-of-ternaries-and.md 465 B
- mitosis/rules/mitosis-use-the-lite.md 353 B
- mitosis/rules/mitosis-use-the-mitosis-playground-mitosis.md 398 B
- mitosis/SKILL.md 7.3 KB
- README.md 1.5 KB
- rules/_sections.md 1.8 KB
- rules/_template.md 372 B
- rules/design-system-automate-visual-regression-testing-with-chromatic-or-percy.md 392 B
- rules/design-system-catalog-every-component-in-storybook-with-args-docs-and.md 415 B
- rules/design-system-define-tokens-in-w3c-dtcg-format-for-vendor-neutrality.md 449 B
- rules/design-system-for-multi-framework-orgs-evaluate-mitosis-or-web.md 418 B
- rules/design-system-use-figma-variables-synced-to-your-token-files.md 394 B
- rules/design-system-use-style-dictionary-to-transform-tokens-into-every.md 430 B
- rules/design-system-use-three-tier-token-architecture-global-semantic.md 440 B
- rules/design-system-version-your-design-system-as-a-package.md 367 B
- storybook/AGENTS.md 7.0 KB
- storybook/metadata.json 644 B
- storybook/README.md 628 B
- storybook/rules/_sections.md 1.7 KB
- storybook/rules/_template.md 368 B
- storybook/rules/storybook-add-argtypes-with-controls-so-designers-and-pms-can.md 399 B
- storybook/rules/storybook-add-the-storybook-addon-a11y-addon-and-leave-it-enabled.md 419 B
- storybook/rules/storybook-run-test-storybook-in-ci-to-catch-interaction-regressions.md 387 B
- storybook/rules/storybook-use-args-inheritance.md 328 B
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 · 115 lines · 111 tokens per session scan A fa20bfdfae2a
design-system is a skill published in the GitHub repository Tyler-R-Kendrick/agent-skills (11 stars, last pushed 3mo ago), licensed MIT. It adds 111 tokens to every session and 1,140 once invoked, about $0.0006 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
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
make-resume
A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.