create-style

create-style is a command for coding agents from MadAppGang/claude-code. It costs 45 tokens per session (6,014 once invoked), scanned A, original, MIT.

An interactive command for creating and updating a project design-style guide, including visual references, colors, typography, spacing, and interface patterns.

In plain words
What is it for?
Use it to create or update a design guide, capture reference images, manage references, and document reusable interface conventions.
Why use it?
It records visual decisions in one place so future interface work can follow consistent rules instead of relying on memory or guesswork.

Command

Part of the dev plugin — 47 skills, 12 commands, 14 agents 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/madappgang/claude-code/create-style
Clone the repo
git clone --depth 1 https://github.com/MadAppGang/claude-code

Or install dev, the plugin that ships this one along with the rest of its 47 skills, 12 commands, 14 agents.

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-style

README.md
[![agentmods](https://agentmods.dev/badge/commands/madappgang/claude-code/create-style.svg)](https://agentmods.dev/commands/madappgang/claude-code/create-style)
Your own site
<a href="https://agentmods.dev/commands/madappgang/claude-code/create-style"><img src="https://agentmods.dev/badge/commands/madappgang/claude-code/create-style.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 6,014 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00045 $0.06014
Opus 5 $0.00023 $0.03007
Sonnet 5 $0.00009 $0.01203
Haiku 4.5 $0.00005 $0.00601

Measured 2d ago against content hash 6b05424fc8ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-style scanned grade A with 0 findings 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 2d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/dev/commands/create-style.md · 770 lines

How it starts

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

<user_request> $ARGUMENTS </user_request>

  **You MUST:**
  - Use AskUserQuestion for all user input gates
  - Use Write to create .claude/design-style.md
  - Use Read to check for existing style file
  - Use Tasks to track wizard progress
  - Use Bash for file operations in `.claude/` directory

  **You MUST NOT:**
  - Use Task tool (this is not an orchestrator)
  - Modify any source code files outside `.claude/` directory
  - Make assumptions about user preferences

  **You MAY:**
  - Create and modify files in `.claude/` directory (design-style.md, design-references/)
  - Copy user-provided images to `.claude/design-references/`
  - Delete reference images when user confirms removal
</implementer_role>

<todowrite_requirement>
  Track wizard progress through phases. For main wizard (create/update):
  1. Check existing style
  2. Select base reference
  3. Define brand colors
  4. Configure typography
  5. Set spacing scale
  6. Document component patterns
  7. Add dos and donts
  8. Save style file

  For action-specific workflows:

  **capture action:**
  1. Parse capture arguments
  2. Determine capture method
  3. Execute capture or copy
  4. Update style file references
  5. Confirm completion

  **add-reference action:**
  1. Validate source file
  2. Get description and mode
  3. Copy to design-references
  4. Update style file
  5. Confirm completion

  **remove-reference action:**
  1. Find reference in style file
  2. Confirm deletion with user
  3. Delete file and update style
  4. Confirm completion

  **list-references action:**
  1. Read style file
  2. List directory contents
  3. Cross-reference and report
</todowrite_requirement>

</critical_constraints>

  <steps>
    <step>Initialize Tasks with wizard phases</step>
    <step>Use Read tool to check if .claude/design-style.md exists</step>
    <step>If exists, ask: Update existing or create new?</step>
    <step>If updating, read existing file as base</step>
  </steps>

  <quality_gate>User confirmed action (new/update)</quality_gate>
</phase>

<phase number="2" name="Base Reference">
  <objective>Select predefined design system as starting point</objective>

  <steps>
    <step>Present available design references using AskUserQuestion with options:
      1. Material Design 3 - Google's design system
      2. Apple Human Interface Guidelines - iOS/macOS patterns
      3. Tailwind UI - Utility-first CSS patterns
      4. Ant Design - Enterprise-level design system
      5. Shadcn/ui - Modern React component patterns
      6. Start from scratch (no base reference)
    </step>
    <step>Store selected base reference</step>
  </steps>

  <quality_gate>Base reference selected</quality_gate>
</phase>

<phase number="3" name="Brand Colors">
  <objective>Define project color palette</objective>

  <steps>
    <step>Ask for primary brand color (hex value or description)</step>
    <step>Ask for secondary/accent colors</step>
    <step>Ask for semantic colors (success, warning, error)</step>
    <step>Ask if dark mode colors differ</step>
    <step>Generate color section for style file</step>
  </steps>

Read the full file on GitHub · 770 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. 2d ago First seen · 770 lines · 45 tokens per session scan A 6b05424fc8ea

Subscribe to this mod's changes

create-style is a command published in the GitHub repository MadAppGang/claude-code (279 stars, last pushed 5mo ago), licensed MIT. It adds 45 tokens to every session and 6,014 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.