create

create is a command for coding agents from eveiljuice/claude-plugin-design-md. It costs 19 tokens per session (718 once invoked), scanned A, original, MIT.

A command that creates a DESIGN.md file describing a project's visual design and design tokens. The file follows the Google Labs design.md format so an AI coding agent can use it as a UI-building brief.

In plain words
What is it for?
Use it to scaffold a design brief from the local template or from the supported examples: atmospheric-glass, paws-and-paths, or totality-festival.
Why use it?
It turns a named design example or local template into a reusable specification for the project's visual identity.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the design-md plugin — 1 command shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/eveiljuice/claude-plugin-design-md/create
Clone the repo
git clone --depth 1 https://github.com/eveiljuice/claude-plugin-design-md

Or install design-md, the plugin that ships this one along with the rest of its 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create

README.md
[![agentmods](https://agentmods.dev/badge/commands/eveiljuice/claude-plugin-design-md/create.svg)](https://agentmods.dev/commands/eveiljuice/claude-plugin-design-md/create)
Your own site
<a href="https://agentmods.dev/commands/eveiljuice/claude-plugin-design-md/create"><img src="https://agentmods.dev/badge/commands/eveiljuice/claude-plugin-design-md/create.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 718 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00718
Opus 5 $0.00010 $0.00359
Sonnet 5 $0.00004 $0.00144
Haiku 4.5 $0.00002 $0.00072

Measured 5d ago against content hash f7eb0eca0741, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

create scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

allowed-tools: Read, Write, Bash(curl:*), WebFetch
commands/create.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create a DESIGN.md

You are scaffolding a DESIGN.md file for the user's project. The file follows the google-labs-code/design.md specification: YAML front matter with design tokens plus markdown prose that explains the rationale. An AI coding agent that reads the finished file should be able to build a UI that matches the intended visual identity without further briefing.

Resolving the source

Read $ARGUMENTS. Trim whitespace and lower-case it.

Argument Source
empty string or blank local template at ${CLAUDE_PLUGIN_ROOT}/templates/DESIGN.md
atmospheric-glass https://raw.githubusercontent.com/google-labs-code/design.md/main/examples/atmospheric-glass/DESIGN.md
paws-and-paths https://raw.githubusercontent.com/google-labs-code/design.md/main/examples/paws-and-paths/DESIGN.md
totality-festival https://raw.githubusercontent.com/google-labs-code/design.md/main/examples/totality-festival/DESIGN.md

Any other value: stop, tell the user which arguments are valid, and do nothing else.

Steps

  1. Check for an existing file. Try reading DESIGN.md in the current working directory. If it exists, stop and ask the user whether to overwrite. Do not proceed until they confirm.

  2. Load the source content.

    • Local template: use the Read tool on ${CLAUDE_PLUGIN_ROOT}/templates/DESIGN.md.
    • Remote example: use WebFetch on the URL from the table. Prompt: Return the full raw file content verbatim, including the YAML front matter between --- fences and every markdown section. Do not summarize, paraphrase, reformat, or add commentary.
    • If WebFetch returns a summarised or truncated response, retry once. If it still will not return the raw bytes, fall back to Bash: curl -fsSL <url> and capture stdout. Treat stdout as the verbatim content.
  3. Write DESIGN.md in the current working directory via the Write tool. Content must be byte-identical to what you loaded in step 2 — do not edit tokens, renumber sections, or add comments.

Read the full file on GitHub · 45 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 45 lines · 19 tokens per session scan A f7eb0eca0741

Subscribe to this mod's changes

create is a command published in the GitHub repository eveiljuice/claude-plugin-design-md (8 stars, last pushed 4mo ago), licensed MIT. It adds 19 tokens to every session and 718 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.