Create Design Md banner
eveiljuice eveiljuice

Create Design Md

Testing community

Description

--- name: create-design-md description: Use when the user asks to create a DESIGN.md, scaffold a design system spec for AI coding agents, add YAML design tokens, or set up the google-labs-code/design.md format in a project. Runs the claude-plugin-design-md npx CLI so the file is written verbatim from the official templates, not rewritten from memory. --- # Scaffold a DESIGN.md via `claude-plugin-design-md` A `DESIGN.md` is a design-system specification AI coding agents can read to produce UI t

Installation

Installs to ~/.claude/skills/eveiljuice-claude-plugin-design-md-create-design-md/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eveiljuice-claude-plugin-design-md-create-design-md && curl -fsSL https://raw.githubusercontent.com/eveiljuice/claude-plugin-design-md/HEAD/skills/create-design-md.md -o ~/.claude/skills/eveiljuice-claude-plugin-design-md-create-design-md/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository