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 isaacsight/kernel --skill design-systemgit clone --depth 1 https://github.com/isaacsight/kernelWrote 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/isaacsight/kernel/design-system)<a href="https://agentmods.dev/skills/isaacsight/kernel/design-system"><img src="https://agentmods.dev/badge/skills/isaacsight/kernel/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/isaacsight/kernel/design-system"><img src="https://agentmods.dev/badge/skills/isaacsight/kernel/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.00072 | $0.00595 |
| Opus 5 | $0.00036 | $0.00298 |
| Sonnet 5 | $0.00014 | $0.00119 |
| Haiku 4.5 | $0.00007 | $0.00060 |
Grade A, and why
kernel-chat-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.
What it actually says
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.
Quick start
- Entry point:
styles.css— link it (or its@importedtokens/+primitives/editorial.css) to get every token, the two webfonts, and thepop-*editorial utility classes. - The register — warm paper stocks, tomato (
#E24E1B) as the only spot colour, EB Garamond display + Courier Prime meta, bilingual JP/EN, bracketed kickers, numbered catalogs, issue monuments. Type-first, square, hairline rules. The terminal "quiet utility core" carries a hard tomato block shadow. - Components (React):
components/editorial/—Kicker,Banner,Monument,CatalogRow,Terminal. Each has a.prompt.mdwith usage; mount from the compiled bundle namespace. - Whole surface: copy
ui_kits/magazine/(cover → contents → essay spread → colophon) and adapt. - Icons: the one system glyph is the asterisk ★ (inline 3-line SVG);
<PopIcon>editorial pictograms (1.75px stroke) for sparing accents. No emoji.
Hard rules
- Never name the design inspiration on any user-visible surface.
- Tomato is the only spot colour. (Purple
#6B5B95is the logo mark only.) - EB Garamond + Courier Prime for Latin; Noto Serif JP for Japanese.
- Never pure
#ffffff— use warm ivory/cream/butter/kraft/ledger stocks. - Bilingual everywhere it fits. One system glyph (★). No emoji.
- Every release is an "ISSUE N · MONTH YEAR".
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.
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.
- _adherence.oxlintrc.json 16 KB
- _ds_bundle.js 101 KB runs code
- _ds_manifest.json 19 KB
- .gitignore 514 B
- assets/favicon.svg 367 B
- assets/logo-dark.svg 400 B
- assets/logo-full.svg 574 B
- assets/logo-mark-192.png 7.1 KB
- assets/logo-mark-512.png 24 KB
- assets/logo-mark.png 24 KB
- assets/logo-mark.svg 400 B
- assets/logo-maskable.svg 447 B
- assets/logo-minimal.svg 233 B
- assets/logo-wordmark.svg 333 B
- assets/og-image.png 25 KB
- assets/portfolio_bridge.png 1282 KB
- assets/portfolio_kbot.png 872 KB
- assets/portfolio_synth.png 1107 KB
- build-gallery.mjs 8.8 KB runs code
- components/editorial/Banner.d.ts 422 B runs code
- components/editorial/Banner.jsx 598 B
- components/editorial/Banner.prompt.md 368 B
- components/editorial/CatalogRow.d.ts 528 B runs code
- components/editorial/CatalogRow.jsx 742 B
- components/editorial/CatalogRow.prompt.md 482 B
- components/editorial/editorial.card.html 3.4 KB
- components/editorial/Kicker.d.ts 503 B runs code
- components/editorial/Kicker.jsx 563 B
- components/editorial/Kicker.prompt.md 332 B
- components/editorial/Monument.d.ts 610 B runs code
- components/editorial/Monument.jsx 672 B
- components/editorial/Monument.prompt.md 327 B
- components/editorial/Terminal.d.ts 928 B runs code
- components/editorial/Terminal.jsx 1.4 KB
- components/editorial/Terminal.prompt.md 574 B
- components/motion/KernelLoading.d.ts 530 B runs code
- components/motion/KernelLoading.jsx 1.7 KB
- components/motion/KernelLoading.prompt.md 386 B
- components/motion/motion.card.html 1.5 KB
- components/ornaments/ornaments.card.html 3.1 KB
- components/ornaments/PopIcon.d.ts 676 B runs code
- components/ornaments/PopIcon.jsx 3.5 KB
- components/ornaments/PopIcon.prompt.md 539 B
- components/ornaments/PopPathText.d.ts 811 B runs code
- components/ornaments/PopPathText.jsx 1.4 KB
- components/ornaments/PopPathText.prompt.md 470 B
- components/ornaments/PopShape.d.ts 757 B runs code
- components/ornaments/PopShape.jsx 1.8 KB
- components/ornaments/PopShape.prompt.md 443 B
- components/spreads/DispatchSpread.d.ts 1.4 KB runs code
- components/spreads/DispatchSpread.jsx 4.6 KB
- components/spreads/DispatchSpread.prompt.md 909 B
- components/spreads/EssaySpread.d.ts 1.3 KB runs code
- components/spreads/EssaySpread.jsx 3.7 KB
- components/spreads/EssaySpread.prompt.md 1.0 KB
- components/spreads/ForecastSpread.d.ts 1.1 KB runs code
- components/spreads/ForecastSpread.jsx 2.7 KB
- components/spreads/ForecastSpread.prompt.md 762 B
- components/spreads/InterviewSpread.d.ts 1.3 KB runs code
- components/spreads/InterviewSpread.jsx 3.5 KB
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 · 41 lines · 72 tokens per session scan A f2c32cbae525
kernel-chat-design is a skill published in the GitHub repository isaacsight/kernel (16 stars, last pushed 10d ago), licensed MIT. It adds 72 tokens to every session and 595 once invoked, about $0.0004 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-09-03.
Other skills, from other repositories
ppt-design
A guide for designing presentation slides as editable HTML-based decks, with optional conversion to PowerPoint. It covers slide structure, visual layout, data displays, and design choices.
Carousel Designer
Design educational carousel posts for Instagram and LinkedIn that inform and engage.
presentation-template-designer
Plan reusable presentation templates from a creative brief, optional brand assets, or an existing deck. Use when Codex needs to define a slide inventory, choose an editable presentation toolchain, author or validate a template manifest, adapt a visual system for PowerPoint or Google Slides, or prepare a reviewed…
brandkit
Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, gaming, developer-tool, and consumer-app brand systems. Optimized for intentional…
imagegen-frontend-web
Elite frontend image-direction skill for generating premium, conversion-aware website design references. CRITICAL OUTPUT RULE — generate ONE separate horizontal image FOR EVERY section. A landing page with 8 sections produces 8 images. Never compress multiple sections into one image. Enforces composition variety (not…
Space Widgets
Create, patch, inspect, and remove widgets in the current space.