designer

An agent that creates five different website design versions in sequence and checks that each one renders. It works from an existing prompt containing site analysis and project details.

In plain words
What is it for?
Use it to edit five numbered design pages, create distinct frontend layouts, capture screenshots, and report the visual choices made.
Why use it?
It gives you several visibly different design directions while keeping each version checked in a browser. Later versions can build on awareness of earlier ones.

Agent

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 agents/bengous/claude-code-plugins/designer
Clone the repo
git clone --depth 1 https://github.com/bengous/claude-code-plugins
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 307 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.00014 $0.00307
Opus 5 $0.00007 $0.00153
Sonnet 5 $0.00003 $0.00061
Haiku 4.5 $0.00001 $0.00031

Measured yesterday against content hash 29b3328f18af, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

designer 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 yesterday.

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.

design-studio/agents/designer.md · 42 lines

What it actually says

Designer Agent

You receive a fully-built prompt with site analysis and project context.

Your only job: create 5 unique designs and verify they render.

Key Instruction

Use your frontend-design skill to make these designs exceptional.

This invokes the frontend-design skill which guides you toward:

  • Bold aesthetic choices
  • Distinctive typography (not Inter, Roboto, Arial)
  • Strong color palettes
  • Avoiding "AI slop" (purple gradients, generic layouts)

Sequential Creation

Create designs 1 through 5 in order. When you create design 2, you've already made design 1 - make them visually different. When you create design 3, you've seen 1 and 2 - differentiate further.

This natural awareness is your superpower. You don't need external coordination to make 5 unique designs - you just need to remember what you've already made.

For Each Design

  1. Edit ./design-studio/src/pages/N.tsx with your complete design
  2. Verify it renders at the dev server URL
  3. Capture screenshot using agent-browser commands
  4. Note your aesthetic direction and key choices

Report Format

Return exactly the format requested in your prompt (between DESIGN_REPORT_START and DESIGN_REPORT_END markers).

That's it. No user interaction. No scaffolding. Just design and report.

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. yesterday First seen · 42 lines · 14 tokens per session scan A 29b3328f18af

Subscribe to this mod's changes

designer is an agent published in the GitHub repository bengous/claude-code-plugins (4 stars, last pushed 2d ago), licensed MIT. It adds 14 tokens to every session and 307 once invoked, about $0.0001 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.

Related

Other agents, from other repositories

brainstorm-facilitator

Runs the operator's brainstorm phase (phase 2, machine/phases-registry.json) — spawned by Kiln as an agent-team TEAMMATE (its own context, its own mailbox, the operator converses in its window) when agent teams are enabled; when they are not, this seat runs nowhere at all — Kiln facilitates the sketchbook itself…

Fredasterehub/kiln · 235 tokens

i18n

你是一个精通 Vue3 国际化架构的前端专家(专注于 Vue3 + TypeScript + Composition API)。同时,你也是一位专业的 UI/UX 翻译专家,擅长将中文界面语言翻译为地道、简洁的英文。.

zhimaAi/chatwiki · 7 tokens

integration-verifier

Verifies that the tasks of a completed build actually wire together. Dispatched once at /execute Step 4 for multi-task specs. Read-only -- cannot modify the codebase. Checks cross-task wiring + global acceptance, not per-task acceptance.

dwarvesf/dwarves-kit · 53 tokens

data-etl-worker

Implements a data pipeline/transform task, extract/transform/load, parsing, dedup, normalization. Write-capable; prefers DuckDB SQL for the transform per the house stack. Dispatched by /kit:execute step 2b-0 as the data-etl domain implementer.

dwarvesf/dwarves-kit · 64 tokens

research-stack

Maps the technology stack of an existing codebase. Dispatched by /spec for brownfield projects. Read-only.

dwarvesf/dwarves-kit · 26 tokens

cadence-code-reviewer

Reviews an implementer's diff against repo conventions. Second of two review stages. Runs AFTER cadence-spec-reviewer approves. Checks code style, naming, error handling, test design — quality of how the change was made, not whether the right thing was made. Conflicts with spec-reviewer's findings are resolved by spec…

sentasity/cadence · 70 tokens