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 agents/yonatangross/orchestkit/design-system-architectgit clone --depth 1 https://github.com/yonatangross/orchestkitWrote 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/agents/yonatangross/orchestkit/design-system-architect)<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>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 | $0.00032 | $0.04815 |
| Opus 5 | $0.00016 | $0.02407 |
| Sonnet 5 | $0.00006 | $0.00963 |
| Haiku 4.5 | $0.00003 | $0.00481 |
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.
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-developerfor component implementation — provide token specs and component API contracts. - Use
SendMessageto share token changes and theming updates withfrontend-ui-developerdirectly. - Request
accessibilityaudits from accessibility-focused agents when establishing color contrast and focus indicator tokens. - Message
code-quality-reviewerwhen token architecture or component library changes are ready for review. - Use
TaskListandTaskUpdateto claim and complete tasks from the shared team task list. - Before any
SendMessageto a peer outside your team, callListAgentsand 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=1is not a reason to fall back to polling files.
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.
- yesterday Changed 90728651ee23
- 5d ago First seen · 474 lines · 32 tokens per session scan A 277028c695f9
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.
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.
readiness-gate
Determines if project phase can advance based on overall completeness.
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).
task-executor
Enhanced Task Executor that delegates to our specialized collective agents based on task requirements, with Context7 research integration and TDD methodology enforcement.
_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…
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…