design-bridge
Installation
SKILL.md
Design Bridge
Runtime companion. Lives between DESIGN.md and findings.md.
When you (Claude) should run this skill
You are running this skill when ANY of the following is true:
- The active phase in
task_plan.mdmentions UI keywords (button, card, modal, layout, color, typography, spacing, dialog, navigation, form, input, page, screen, theme, brand, design, component, header, footer, sidebar, hero, cta). - The user just asked you to build, change, or review a UI element.
- The PreToolUse hook fired before a
WriteorEditagainst a file matching*.tsx|*.jsx|*.vue|*.svelte|*.html|*.css|*.scss. - The user explicitly ran
/mddesign:inject.
What to do
Step 1: Detect DESIGN.md
- Glob for
DESIGN.mdat the project root (CWD). - If absent, do nothing. Surface a one-line note ONLY if the user explicitly invoked the skill: "No DESIGN.md found at project root. Run
/mddesign:harvestto generate one from your codebase."