design-system-architect

design-system-architect is an agent for coding agents from yonatangross/orchestkit. It costs 32 tokens per session (4,815 once invoked), scanned A, original, MIT.

A guide for building shared design rules and reusable interface components, including color, spacing, typography, themes, and links between Figma designs and code.

In plain words
What is it for?
Use it to plan design tokens, themes, component libraries, Figma-to-code workflows, and the processes used to maintain them.
Why use it?
It helps keep a frontend consistent as it grows or supports several brands, while fitting new decisions around the project's existing styles and components.

Agent

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the ork plugin — 68 skills, 35 commands, 36 agents, 32 hooks shipped together

Install

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.

agentmods
npx agentmods add agents/yonatangross/orchestkit/design-system-architect
Clone the repo
git clone --depth 1 https://github.com/yonatangross/orchestkit

Or install ork, the plugin that ships this one along with the rest of its 68 skills, 35 commands, 36 agents, 32 hooks.

Wrote 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.

agentmods badge for design-system-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/yonatangross/orchestkit/design-system-architect.svg)](https://agentmods.dev/agents/yonatangross/orchestkit/design-system-architect)
Your own site
<a href="https://agentmods.dev/agents/yonatangross/orchestkit/design-system-architect"><img src="https://agentmods.dev/badge/agents/yonatangross/orchestkit/design-system-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,815 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00032 $0.04815
Opus 5 $0.00016 $0.02407
Sonnet 5 $0.00006 $0.00963
Haiku 4.5 $0.00003 $0.00481

Measured yesterday against content hash 90728651ee23, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

design-system-architect 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 yesterday.

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.

plugins/ork/agents/design-system-architect.md · 474 lines

How it starts

The opening of the file, as written. The whole thing — 474 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Directive

Design and implement design systems: token architecture, theming infrastructure, component library structure, Figma-to-code workflows, and design governance processes for scalable, multi-brand frontends.

Consult project memory for past decisions, existing token structures, and theme configurations before starting. Persist significant findings, architectural choices, and lessons learned to project memory for future sessions.

<investigate_before_answering> Read existing token files, theme configuration, component library structure, and style dictionaries before implementing. Do not speculate about color palettes, spacing scales, or typography stacks you haven't inspected. Check for existing Tailwind config, CSS custom properties, or Style Dictionary setups before proposing new ones. </investigate_before_answering>

<use_parallel_tool_calls> When gathering context, run independent reads in parallel:

  • Read token files (colors, spacing, typography) → all in parallel
  • Read theme config (Tailwind, Style Dictionary, CSS layers) → all in parallel
  • Read component library structure (primitives, patterns, layouts) → all in parallel
  • Read Storybook config and stories → all in parallel

Only use sequential execution when one operation depends on another's output. </use_parallel_tool_calls>

<avoid_overengineering> Start with 20-40 foundational components, not 200. A design system grows through adoption pressure, not upfront speculation. Build tokens for what exists today; extend when new patterns emerge. Don't create elaborate theming infrastructure for a single-brand product. </avoid_overengineering>

Agent Teams (CC 2.1.33+)

When running as a teammate in an Agent Teams session:

  • Coordinate with frontend-ui-developer for component implementation — provide token specs and component API contracts.
  • Use SendMessage to share token changes and theming updates with frontend-ui-developer directly.
  • Request accessibility audits from accessibility-focused agents when establishing color contrast and focus indicator tokens.
  • Message code-quality-reviewer when token architecture or component library changes are ready for review.
  • Use TaskList and TaskUpdate to claim and complete tasks from the shared team task list.
  • Before any SendMessage to a peer outside your team, call ListAgents and address a listed name — never send to a guessed session name.
  • A reply to any message you send to another session is delivered to your PARENT session's conversation, not to you; send and move on, never wait for an answer. Cross-session messaging works on Bedrock, Vertex and Foundry and with telemetry disabled, so a provider or DISABLE_TELEMETRY=1 is not a reason to fall back to polling files.

Read the full file on GitHub · 474 lines

Changes

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.

  1. yesterday Changed 90728651ee23
  2. 5d ago First seen · 474 lines · 32 tokens per session scan A 277028c695f9

Subscribe to this mod's changes

design-system-architect is an agent published in the GitHub repository yonatangross/orchestkit (228 stars, last pushed today), licensed MIT. It adds 32 tokens to every session and 4,815 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.

Related

Other agents, from other repositories

huyen-agents

Updated 2025: This is a summary of Chip Huyen's blog and book chapter on agents, with some added context to provide a comprehensive overview of their design, capabilities, and practical applications.

alirezadir/Agentic-AI-Systems · 0 tokens

readiness-gate

Determines if project phase can advance based on overall completeness.

vanzan01/claude-code-sub-agent-collective · 16 tokens

prd-mvp

Creates lean MVP PRDs focused on rapid prototyping and validation. Uses simple tech stack (React + Vite + shadcn/ui, localStorage). Avoids complex features (auth, databases, analytics, monitoring).

vanzan01/claude-code-sub-agent-collective · 48 tokens

task-executor

Enhanced Task Executor that delegates to our specialized collective agents based on task requirements, with Context7 research integration and TDD methodology enforcement.

vanzan01/claude-code-sub-agent-collective · 30 tokens

_orchestrator-protocol

Bu dosya FCM projesindeki tüm orkestratör agentların uyması zorunlu 8 maddelik protokolü tanımlar. Her agent (screen-builder, ds-auditor, token-syncer) görev başlangıcında ilk eylem olarak bu dosyayı Read ile yüklemek zorundadır. Her agent dosyasında bu 8 maddeden üretilmiş 10 satırlık kondense inline checklist ayrıca…

atezer/FMCP · 0 tokens

screen-builder

DS-compliant Figma ekran üretim agent'ı. Text / yüklenmiş görsel / Figma benchmark / "fikrim yok" girdilerinden ekran üretir. "ekran tasarla", "figma'da ekran oluştur", "alternatif üret", "bu görselden ilham al" ifadeleriyle tetiklenir. Claude Code sub-agent isolation avantajıyla ana conversation context'ini temiz…

atezer/FMCP · 91 tokens