atomic-visual-options

atomic-visual-options is a skill for Claude Code, Codex from damusix/atomic-claude. It costs 150 tokens per session (3,048 once invoked), scanned A, original, MIT.

A planning tool that renders two to four visual variants for each design decision in one temporary HTML page. It records the user's choices as short codes entered in the terminal.

In plain words
What is it for?
Use it when comparing layouts, wireframes, visual styles, or other genuinely visual alternatives. It can be triggered by requests such as showing options or mocking up variants.
Why use it?
It makes layout and other visual comparisons easier to judge side by side than from a written description. The output is temporary and is meant to support a planning decision.

Skill for Claude CodeCodex

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/damusix/atomic-claude/atomic-visual-options
Any agent
npx skills add damusix/atomic-claude --skill atomic-visual-options
Clone the repo
git clone --depth 1 https://github.com/damusix/atomic-claude

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 atomic-visual-options

README.md
[![agentmods](https://agentmods.dev/badge/skills/damusix/atomic-claude/atomic-visual-options.svg)](https://agentmods.dev/skills/damusix/atomic-claude/atomic-visual-options)
Your own site
<a href="https://agentmods.dev/skills/damusix/atomic-claude/atomic-visual-options"><img src="https://agentmods.dev/badge/skills/damusix/atomic-claude/atomic-visual-options.svg" alt="Measured on agentmods" height="20"></a>
Per session 150 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,048 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.00150 $0.03048
Opus 5 $0.00075 $0.01524
Sonnet 5 $0.00030 $0.00610
Haiku 4.5 $0.00015 $0.00305

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

Security

Grade A, and why

atomic-visual-options 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 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.

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.

context/skills/atomic-visual-options/SKILL.md · 289 lines

How it starts

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

Render the visual in the browser; make the decision in the terminal.

Auto-fire on:

  • "show me a few options", "show me some options"
  • "mock up some variants", "mock up some options"
  • "let me see this side by side"
  • "visual options for …", "compare these layouts"
  • "wireframe some choices", "show layout options"
  • "what would X look like", "can you visualize …"

Also fires when /atomic-plan encounters a design question that passes the see-it-over-read-it gate (see below).

The gate (just-in-time, see-it-over-read-it)

Only render visuals when the question is genuinely visual. The test: would the user understand it better seeing it than reading it?

A question that is merely about a UI topic is not automatically visual:

  • "What should the settings wizard do?" — conceptual, answer in the terminal.
  • "Which of these three settings wizard layouts works?" — visual, render in the browser.

Apply this test per question, not per session. A planning conversation might have five conceptual questions and one visual one; only the visual question gets a rendered file. When the answer is "no," stay in the terminal with a plain list or prose.

Workflow

1. Compose

Identify the decision dimensions. Each dimension becomes a panel (e.g. Layout, Color scheme, Navigation placement). For each panel:

  • Assign a letter starting at A (panel A, panel B, panel C…).
  • Generate 2–4 options. Label each with the panel letter + option number: A1, A2, A3. No more than four options per panel — beyond four the comparison stops being useful.
  • Assign each option a short, descriptive title (e.g. "A2 — Two-column with sidebar").

2. Write

Write ONE self-contained HTML file to the scratchpad bundle:

$(atomic scratchpad path <topic>)/options.html

Paths come from atomic scratchpad / atomic where --json; if what you find on disk does not match, run atomic migrate --show-log for the change history.

The file must satisfy these constraints:

Read the full file on GitHub · 289 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 · 289 lines · 150 tokens per session scan A 079004f7779e

Subscribe to this mod's changes

atomic-visual-options is a skill published in the GitHub repository damusix/atomic-claude (84 stars, last pushed yesterday), licensed MIT. It adds 150 tokens to every session and 3,048 once invoked, about $0.0007 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-30.

Related

Other skills, from other repositories

desktop-brand-builder

Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell.

QwenLM/qwen-code · 69 tokens

design-review

Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…

GCWing/BitFun · 125 tokens

om-backend-ui-design

Design and implement consistent, production-grade backend/backoffice interfaces using the @open-mercato/ui component library. Use this skill when building admin pages, CRUD interfaces, data tables, forms, detail pages, or any backoffice UI components. Ensures visual consistency and UX patterns across all application…

open-mercato/open-mercato · 66 tokens

create-bitfun-skin

Inspect the current BitFun Appearance contract and author, repair, package, or validate sparse .bitfun-appearance skins. Use when Codex needs to discover registered scenes/components/parts/states/facets, check Style IR properties or renderer tokens, initialize or inspect a package, diagnose import failures, verify a…

GCWing/BitFun · 86 tokens

ss-studio

Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…

bitjaru/styleseed · 75 tokens

ss-copy

Generate UX microcopy (button labels, error messages, empty states, toasts) following a casual-but-polite voice and tone.

bitjaru/styleseed · 29 tokens