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 0xrafasec/ai-workflow --skill rlabs-designgit clone --depth 1 https://github.com/0xrafasec/ai-workflowWrote 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/0xrafasec/ai-workflow/rlabs-design)<a href="https://agentmods.dev/skills/0xrafasec/ai-workflow/rlabs-design"><img src="https://agentmods.dev/badge/skills/0xrafasec/ai-workflow/rlabs-design.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.1 | $0.00051 | $0.01478 |
| Opus 5 | $0.00026 | $0.00739 |
| Sonnet 5 | $0.00010 | $0.00296 |
| Haiku 4.5 | $0.00005 | $0.00148 |
Grade A, and why
rlabs-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 7d 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 — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Read README.md first — it carries the brand voice, palette rules, motion grammar, accessibility floor, and caveats. Then load the materials that match the surface you're building. Skipping the matching kit is the most common source of off-brand output.
Foundations (load on every surface)
colors_and_type.css— light + dark CSS variables and semantic tokens.tokens.css— spacing, radii, elevation, motion tokens.assets/logo/—rlabs-logo.svg,rlabs-mark.svg. Use these directly; never recreate.assets/brand/chain-glyph.svg— the chain-of-nodes motif. Use for hero/section accents only.assets/icons.md— Lucide setup (24px, 1.75px stroke). Stroke-only.
Surface-specific materials (mandatory before designing)
Pick the bucket that matches what the user asked for and load everything in it. Reading just the CSS tokens is not enough — the kits encode component composition, spacing rhythm, and copy patterns that the tokens alone don't convey.
- Slides / presentations / decks → load
slides/index.htmlend-to-end. It is the canonical 7-slide template (title, section, content, metric, quote, comparison, closing) — copy structure and class names from it instead of inventing new ones. - Marketing website / landing pages → load
ui_kits/website/index.html, then read each component:SiteNav.jsx,Hero.jsx,FeatureGrid.jsx,CodeShowcase.jsx,Footer.jsx, plusREADME.md. - Product app / dashboard / console → load
ui_kits/app/index.html, then readSidebar.jsx,TopBar.jsx,Overview.jsx,Agents.jsx,Transactions.jsx,_shared/Primitives.jsx, plusREADME.md.
Preview specimens (consult before inventing)
Before composing a component, check preview/ for the matching specimen card and match its proportions, padding, and state treatment. These are the source of truth for token application:
- Color:
colors-core.html,colors-neutrals*.html,colors-accents.html,colors-semantic.html,colors-modes.html. - Type:
type-display.html,type-body.html,type-mono.html,type-scale.html. - Spacing & shape:
spacing-scale.html,spacing-radii.html,spacing-elevation.html,spacing-motion.html,radii.html,elevation.html. - Components:
components-buttons.html,components-inputs.html,components-nav.html,components-card.html,components-cards.html,components-badges.html. - Brand application:
brand-logo.html,brand-logo-dark.html,brand-logo-light.html,brand-glyph.html,brand-motif.html,brand-icons.html,brand-voice.html.
What ships with it
54 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/brand/chain-glyph.svg 720 B
- assets/icons.md 1007 B
- assets/logo/rlabs-logo.svg 575 B
- assets/logo/rlabs-mark.svg 384 B
- colors_and_type.css 8.8 KB
- preview/_card.css 1.0 KB
- preview/brand-glyph.html 964 B
- preview/brand-icons.html 2.5 KB
- preview/brand-logo-dark.html 1.1 KB
- preview/brand-logo-light.html 1.1 KB
- preview/brand-logo.html 1.4 KB
- preview/brand-motif.html 1.0 KB
- preview/brand-voice.html 1.2 KB
- preview/colors-accents.html 1.5 KB
- preview/colors-core.html 1.1 KB
- preview/colors-modes.html 1.2 KB
- preview/colors-neutrals-dark.html 1.6 KB
- preview/colors-neutrals-light.html 1.6 KB
- preview/colors-neutrals.html 1.9 KB
- preview/colors-semantic.html 1.6 KB
- preview/components-badges.html 1.5 KB
- preview/components-buttons.html 2.7 KB
- preview/components-card.html 1.4 KB
- preview/components-cards.html 1.3 KB
- preview/components-inputs.html 2.4 KB
- preview/components-nav.html 3.8 KB
- preview/elevation.html 1014 B
- preview/radii.html 1.3 KB
- preview/spacing-elevation.html 2.4 KB
- preview/spacing-motion.html 2.9 KB
- preview/spacing-radii.html 1.3 KB
- preview/spacing-scale.html 1.4 KB
- preview/type-body.html 838 B
- preview/type-display.html 634 B
- preview/type-mono.html 567 B
- preview/type-scale.html 543 B
- README.md 12 KB
- slides/index.html 12 KB
- tokens.css 2.9 KB
- ui_kits/_shared/Primitives.jsx 8.3 KB
- ui_kits/app/Agents.jsx 2.7 KB
- ui_kits/app/index.html 2.8 KB
- ui_kits/app/Overview.jsx 3.8 KB
- ui_kits/app/README.md 843 B
- ui_kits/app/Sidebar.jsx 2.5 KB
- ui_kits/app/TopBar.jsx 1.1 KB
- ui_kits/app/Transactions.jsx 2.6 KB
- ui_kits/website/CodeShowcase.jsx 4.0 KB
- ui_kits/website/FeatureGrid.jsx 2.1 KB
- ui_kits/website/Footer.jsx 1.8 KB
- ui_kits/website/Hero.jsx 3.0 KB
- ui_kits/website/index.html 1.9 KB
- ui_kits/website/README.md 844 B
- ui_kits/website/SiteNav.jsx 1.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.
- 7d ago First seen · 74 lines · 51 tokens per session scan A 9b447cf1f53e
rlabs-design is a skill published in the GitHub repository 0xrafasec/ai-workflow (9 stars, last pushed 5d ago), licensed MIT. It adds 51 tokens to every session and 1,478 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
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
make-resume
A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.
prototype-web
A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.