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/moda-labs/bobi-agent/design-systemnpx skills add moda-labs/bobi-agent --skill design-systemgit clone --depth 1 https://github.com/moda-labs/bobi-agentWrote 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/moda-labs/bobi-agent/design-system)<a href="https://agentmods.dev/skills/moda-labs/bobi-agent/design-system"><img src="https://agentmods.dev/badge/skills/moda-labs/bobi-agent/design-system.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.00060 | $0.01092 |
| Opus 5 | $0.00030 | $0.00546 |
| Sonnet 5 | $0.00012 | $0.00218 |
| Haiku 4.5 | $0.00006 | $0.00109 |
Grade A, and why
bobi-design 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 5d 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 — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Read the README.md file within this skill, and explore the other available files.
If creating visual artifacts (slides, mocks, throwaway prototypes, etc), copy assets out and create static HTML files for the user to view. If working on production code, you can copy assets and read the rules here to become an expert in designing with this brand.
If the user invokes this skill without any other guidance, ask them what they want to build or design, ask some questions, and act as an expert designer who outputs HTML artifacts or production code, depending on the need.
Fast orientation
readme.md— the design guide: sources, content fundamentals, visual foundations, iconography, and the four rules that matter most. Read this first.styles.css— link this single file to inherit every token.components/*/— each has<Name>.jsx,<Name>.d.ts(props + adherence rules),<Name>.prompt.md(what/when + example).ui_kits/control-plane/index.html— open this to see the product surface assembled.guidelines/*.card.html— foundation specimens.
Non-negotiables
- Violet (
--bobi-acc) means state: live, enforced, gated, focused. Never decorative. - Human approval gates always render with the violet left rail + 4% wash + rotated-square glyph, and always name the workflow and step. Never a toast.
- Show real config — filenames in
FileChip, YAML inCodeCard, shell inTerminal. - The Bobi lockup always travels with the "BY MODA LABS ↗" byline.
- Moda Labs' red
#FD4235never appears on a Bobi surface. - Product chrome is lowercase (page titles, tabs, nav, agent names, files); no uppercase except figure-plate headers and corner marks. Mono is for data (paths, ids, crons, code) — sans for chrome.
- One easing curve:
cubic-bezier(0.16, 1, 0.3, 1). All motion disables underprefers-reduced-motion. - Bobi's own hand-drawn icon set only — never Lucide, Heroicons, or emoji.
Where this lives, and how to invoke it
In the bobi-agent repo this system lives at docs/design-system/ — it is a
product artifact, so it sits with the rest of the reference material rather
than inside anyone's tool config. A thin entry point at
.claude/skills/bobi-design/SKILL.md points here, so /bobi-design still
works and Claude Code loads it when you ask for Bobi UI.
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.
- assets/bobi-icon.svg 445 B
- assets/bobi-logo-chip.png 46 KB
- assets/bobi-logo-transparent.png 45 KB
- assets/bobi-og.jpg 209 KB
- assets/cta-mountain.jpg 437 KB
- assets/print-quarry.jpg 1014 KB
- assets/print-sky.jpg 377 KB
- assets/ripple.jpg 244 KB
- assets/texture-clay.jpg 123 KB
- components/brand/BobiLockup.d.ts 705 B runs code
- components/brand/BobiLockup.jsx 845 B
- components/brand/BobiLockup.prompt.md 517 B
- components/brand/brand.card.html 5.1 KB
- components/brand/Constellation.d.ts 739 B runs code
- components/brand/Constellation.jsx 3.9 KB
- components/brand/Constellation.prompt.md 473 B
- components/brand/MarkProbe.d.ts 774 B runs code
- components/brand/MarkProbe.jsx 688 B
- components/brand/MarkProbe.prompt.md 540 B
- components/core/Badge.d.ts 1.0 KB runs code
- components/core/Badge.jsx 1.7 KB
- components/core/Badge.prompt.md 317 B
- components/core/Button.d.ts 1.2 KB runs code
- components/core/Button.jsx 1.8 KB
- components/core/Button.prompt.md 519 B
- components/core/core.card.html 4.1 KB
- components/core/Eyebrow.d.ts 492 B runs code
- components/core/Eyebrow.jsx 749 B
- components/core/Eyebrow.prompt.md 267 B
- components/core/FileChip.d.ts 700 B runs code
- components/core/FileChip.jsx 888 B
- components/core/FileChip.prompt.md 309 B
- components/forms/forms.card.html 4.0 KB
- components/forms/Input.d.ts 1.0 KB runs code
- components/forms/Input.jsx 1.5 KB
- components/forms/Input.prompt.md 315 B
- components/forms/Select.d.ts 449 B runs code
- components/forms/Select.jsx 1.7 KB
- components/forms/Select.prompt.md 272 B
- components/forms/Switch.d.ts 566 B runs code
- components/forms/Switch.jsx 1.7 KB
- components/forms/Switch.prompt.md 235 B
- components/icons/Icon.d.ts 2.0 KB runs code
- components/icons/Icon.jsx 6.7 KB
- components/icons/Icon.prompt.md 768 B
- components/product/EventRow.d.ts 1.6 KB runs code
- components/product/EventRow.jsx 3.9 KB
- components/product/EventRow.prompt.md 391 B
- components/product/GateApproval.d.ts 1.5 KB runs code
- components/product/GateApproval.jsx 3.6 KB
- components/product/GateApproval.prompt.md 529 B
- components/product/MetricTile.d.ts 1.1 KB runs code
- components/product/MetricTile.jsx 1.7 KB
- components/product/MetricTile.prompt.md 421 B
- components/product/PageHeader.d.ts 1.3 KB runs code
- components/product/PageHeader.jsx 3.4 KB
- components/product/PageHeader.prompt.md 518 B
- components/product/product.card.html 8.4 KB
- components/product/SectionLabel.d.ts 662 B runs code
- components/product/SectionLabel.jsx 732 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.
- 5d ago First seen · 70 lines · 60 tokens per session scan A 12f4d34c17f7
bobi-design is a skill published in the GitHub repository moda-labs/bobi-agent (5 stars, last pushed 6d ago), licensed Apache-2.0. It adds 60 tokens to every session and 1,092 once invoked, about $0.0003 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…