ccc-design

ccc-design is a skill for Claude Code, Codex from KevinZai/commander. It costs 47 tokens per session (3,658 once invoked), scanned A, original, MIT.

A click-based chooser for 41 design-related coding tasks. It checks the project’s framework, styling setup, components, and current Git branch before sending you to the right task.

In plain words
What is it for?
Use it to start frontend and other design work in projects using frameworks such as React, Vue, Svelte, Astro, or Next.js. It can also help begin a design project when no codebase exists yet.
Why use it?
It avoids searching through text commands or guessing which design tool to use. It also shows the project context needed to choose an appropriate workflow.

Skill for Claude CodeCodex

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

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 skills/kevinzai/commander/ccc-design
Any agent
npx skills add KevinZai/commander --skill ccc-design
Clone the repo
git clone --depth 1 https://github.com/KevinZai/commander

Made for: Claude Code, Codex.

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 ccc-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevinzai/commander/ccc-design.svg)](https://agentmods.dev/skills/kevinzai/commander/ccc-design)
Your own site
<a href="https://agentmods.dev/skills/kevinzai/commander/ccc-design"><img src="https://agentmods.dev/badge/skills/kevinzai/commander/ccc-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,658 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.00047 $0.03658
Opus 5 $0.00023 $0.01829
Sonnet 5 $0.00009 $0.00732
Haiku 4.5 $0.00005 $0.00366

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

Security

Grade A, and why

ccc-design 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 3d 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.

commander/cowork-plugin-codex/skills/ccc-design/SKILL.md · 238 lines

How it starts

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

$ccc-design — Design domain hub

Click-first picker over the design domain (41 sub-skills). User picks an intent in one click — we route to the right sub-skill or agent. No text menus, no numbered lists.

Response shape (EVERY time)

1. Brand header (one line)

**CC Commander · Design** · 41 skills · [frontend-design](https://commanderplugin.com/design)

2. Context strip (one line)

Run these in ONE parallel Bash call, cheap + silent on failure:

  • test -f package.json && jq -r '.dependencies | keys[]' package.json 2>/dev/null | grep -E '^(next|react|vue|svelte|astro|@tailwindcss|tailwindcss)$' — detect framework
  • ls src/components 2>/dev/null | wc -l — component count
  • test -f tailwind.config.* && echo tw — tailwind presence
  • git rev-parse --abbrev-ref HEAD 2>/dev/null — branch

Render a one-liner:

🎨 Stack: <Next.js | React | HTML | Vue | unknown> · components · <Tailwind | plain CSS> · branch <name>

If no project detected: "🎨 No project yet — I'll scaffold one after you pick a direction."

3. The picker — AskUserQuestion with 4 options

Read ${CLAUDE_PLUGIN_ROOT}/menus/ccc-design.json once. Use its choices array to drive the question. Max 4 options — take the 4 non-back choices (landing / components / polish / figma). Back-to-main is not an AUQ option; users invoke /ccc directly.

question: "What design work?"
header: "CC Commander · Design"
multiSelect: false
options:
  - label: "🚀 Landing page"
    description: "High-converting marketing page — hero, social proof, CTA stack."
    preview: "Spawns frontend-design agent in background. Returns production React + Tailwind."
  - label: "🧩 Component system"
    description: "shadcn-style component library with tokens + variants."
    preview: "Routes to frontend-design + design-consultation + colorize + typeset."
  - label: "✨ Polish pass"
    description: "Audit spacing, contrast, motion, a11y — the Impeccable suite."
    preview: "Runs critique → clarify → (bolder | distill) → polish pipeline."
  - label: "🎨 Figma → code"
    description: "Paste a Figma URL, get production React + Tailwind."
    preview: "Needs figma MCP connected. Otherwise prompts $ccc-connect figma first."

Read the full file on GitHub · 238 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. 3d ago First seen · 238 lines · 47 tokens per session scan A c38043cb173a

Subscribe to this mod's changes

ccc-design is a skill published in the GitHub repository KevinZai/commander (6 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 3,658 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-08-31.