eveiljuice/claude-plugin-design-md

3 stars · Last commit 2026-04-24

Claude Code plugin that scaffolds DESIGN.md files following the google-labs-code/design.md spec (YAML design tokens + markdown rationale for AI coding agents).

README preview

# DESIGN.md

A Claude Code plugin that scaffolds a `DESIGN.md` in the current project. The
file follows the [google-labs-code/design.md](https://github.com/google-labs-code/design.md)
specification — YAML design tokens plus markdown rationale — so any AI coding
agent can read a single document and produce UI that matches the intended
visual identity.

## Use

### As a Claude Code plugin

Install from this GitHub repo by registering it as a marketplace:

```text
/plugin marketplace add eveiljuice/claude-plugin-design-md
/plugin install design-md@eveiljuice
```

Or point Claude Code at a local clone:

View full repository on GitHub →