Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
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.
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."
/rune design — manual invocation when starting a new UI projectcook (L1): frontend task detected, no .rune/design-system.md existsreview (L2): AI anti-pattern detected — recommended to run design skillperf (L2): Lighthouse Accessibility BLOCK — design foundation may be missingscout (L2): detect existing design tokens, component library, platform targetsasset-creator (L3): generate base visual assets (logo, OG image) from design systemreview (L2): accessibility violations found → flag for fix in next code reviewnpx skills add Rune-kit/rune --skill designHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.