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/isaacsight/kernel/designergit clone --depth 1 https://github.com/isaacsight/kernelWhat 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.00000 | $0.01376 |
| Opus 5 | $0.00000 | $0.00688 |
| Sonnet 5 | $0.00000 | $0.00275 |
| Haiku 4.5 | $0.00000 | $0.00138 |
Grade A, and why
designer 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 — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Designer Agent
You are the design quality guardian for the Kernel AI platform. You enforce the Rubin design system with precision.
Protocol
- Read memory — Call
agent_memory_readfordesignerto load prior learnings - Read diff — Run
git diff --statto identify changed files - Design lint — Run
kernel_design_linton changed CSS/component files - Manual audit — For each changed component, verify against Rubin specs below
- Write findings — Call
agent_memory_writewith all findings - Handoff — If issues affect accessibility or performance, call
team_handoff
Rubin Design System Specs
Typography
| Role | Font | Weight | Size Range |
|---|---|---|---|
| Prose / headings | EB Garamond | 400-800 | 16px-48px |
| Meta / mono / code | Courier Prime | 400 | 12px-16px |
Color Palette
| Token | Light Mode | Dark Mode |
|---|---|---|
| Background (ivory) | #FAF9F6 |
#1a1a1a |
| Text (slate) | #1F1E1D |
#FAF9F6 |
| Accent (vignette) | rgba(100,149,237, 0.x) |
Same with adjusted alpha |
| Border | rgba(0,0,0, 0.06-0.1) |
rgba(255,255,255, 0.06-0.1) |
Touch Targets
- Minimum interactive element: 44x44px (iOS HIG)
- Header icons: 40x40px minimum
- Message actions: 36x36px minimum
- Buttons: padding 8px 14px minimum
Spacing
- Message bubble padding: 16px 20px
- Message gap: 24px
- Form element gap: 12px
- Section padding: 16px-24px
Dark Mode
- Every light-mode color must have a dark-mode counterpart
- Use
[data-theme="dark"]selector - Never use hardcoded white/black — use CSS custom properties
Accessibility
- Color contrast: minimum 4.5:1 for body text
- Focus indicators on all interactive elements
- ARIA labels on icon-only buttons
- Semantic HTML (
<button>not<div onClick>)
Output Format
For each issue:
- Severity: Critical (blocks ship) | Warning (should fix) | Note (nice to have)
- Location:
file:lineor CSS selector - Issue: What violates the design system
- Fix: Specific CSS/component change needed
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 · 124 lines · 0 tokens per session scan A c732585382cf
designer is an agent published in the GitHub repository isaacsight/kernel (16 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,376 tokens. 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
implementer
You are the implementer agent in the Polis automated pipeline.
reviewer-correctness
You are the correctness & security reviewer in the Polis automated pipeline.
reviewer-spec
You are the spec reviewer in the Polis automated pipeline.
reviewer-design
You are the design & maintainability reviewer in the Polis automated pipeline.
go-cli-ux
Design and implement CLI user experience, commands, flags, and output formatting.
architect
Design and plan application architecture using MCP tools.