design

Solid

Design system reasoning. Maps product domain to style, palette, typography, and platform-specific patterns. Generates .rune/design-system.md as the shared design contract for all UI-generating skills.

Web & Frontend 81 stars 23 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# design ## Purpose Design system reasoning layer. Converts a product description into a concrete design system — style, color direction, typography pairing, platform conventions, and an explicit anti-pattern list for this domain. Writes `.rune/design-system.md` as the persistent design contract that all UI-generating skills read before producing code. Prevents AI-generated UI from defaulting to generic patterns ("purple accent, card grids, centered everything") that signal "not designed by a human." ## Triggers - `/rune design` — manual invocation when starting a new UI project - Called by `cook` (L1): frontend task detected, no `.rune/design-system.md` exists - Called by `review` (L2): AI anti-pattern detected — recommended to run design skill - Called by `perf` (L2): Lighthouse Accessibility BLOCK — design foundation may be missing ## Calls (outbound) - `scout` (L2): detect existing design tokens, component library, platform targets - `asset-creator` (L3): generate base visual assets (logo, OG image) from design system - `browser-pilot` (L3): render the surface and inspect it before claiming any visual property holds (Step 5.4) - `review` (L2): accessibility violations found → flag for fix in next code review ## Called By (inbound) - `cook` (L1): before any frontend code generation - `scaffold` (L1): design system for new project - `brainstorm` (L2): when selected approach has UI/UX implications - `ba` (L2): when requirements include UI/UX components - `review` (L2...

Details

Author
Rune-kit
Repository
Rune-kit/rune
Created
5 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

design

Use when the user wants the visual/experiential design of a product done systematically — a design system, a screen, a landing page, or a visual identity — grounded in researched real-world prior art and free of AI slop. Establishes/extends the design system, invokes the matching local taste skill, dispatches the designer specialist, and reviews for taste + accessibility. Standalone — ends with a handoff gate into the chain. Trigger with /hyperflow:design, "design the UI", "make a design system", "design this screen", "give this a visual identity", "redesign this".

2,556 Updated today
jeremylongshore
Web & Frontend Listed

design-system-governance

Discover, select, document, extend, and enforce a product design system through design tokens, component contracts, responsive behavior, interaction states, content rules, accessibility, visual evidence, and deterministic UI quality gates. Use when starting a UI product, preparing a frontend feature, choosing a component system or visual direction, auditing an existing interface, preventing one-off styling, or reviewing whether implementation follows the approved design language.

0 Updated 3 days ago
Cartograf666
Web & Frontend Listed

design-ux

UI/UX design patterns and design system architecture. TRIGGER when: working on component design, layout/grid decisions, design tokens, color palettes, typography, accessibility (WCAG), responsive design, TUI aesthetics, or creating DESIGN.md documentation. Covers React, Tailwind CSS, terminal UI, and mobile patterns with a monospace-first, constraint-based design philosophy. DO NOT TRIGGER when: writing React/TypeScript code logic (use droo-stack skill), building Raxol TUI framework features (use raxol skill), working with CSS-in-JS runtime concerns (this skill covers design decisions, not runtime), or designing API/module/public-surface interfaces (use interface-designer skill).

1 Updated 1 weeks ago
DROOdotFOO