super-claudio:design

super-claudio:design is a skill for Claude Code from toolbox-playground/super-claudio. It costs 173 tokens per session (304 once invoked), scanned A, original, MIT.

A user-interface and visual-design guide for websites and apps. It helps choose design references, inspiration, prototyping tools, wireframing tools, and diagram tools based on the request.

In plain words
What is it for?
Use it to find website or app inspiration, plan a visual direction, choose prototyping or wireframing tools, and identify references for a design task.
Why use it?
It gives design work a clear starting point when the visual direction or suitable tool is not yet known. It also separates finding a design from implementing an already chosen design in code.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the super-claudio plugin — 12 skills, 2 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 skills/toolbox-playground/super-claudio/design
Any agent
npx skills add toolbox-playground/super-claudio --skill design
Clone the repo
git clone --depth 1 https://github.com/toolbox-playground/super-claudio

Made for: Claude Code.

Or install super-claudio, the plugin that ships this one along with the rest of its 12 skills, 2 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 super-claudio:design

README.md
[![agentmods](https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/design.svg)](https://agentmods.dev/skills/toolbox-playground/super-claudio/design)
Your own site
<a href="https://agentmods.dev/skills/toolbox-playground/super-claudio/design"><img src="https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/design.svg" alt="Measured on agentmods" height="20"></a>
Per session 173 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 304 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.1 $0.00173 $0.00304
Opus 5 $0.00086 $0.00152
Sonnet 5 $0.00035 $0.00061
Haiku 4.5 $0.00017 $0.00030

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

Security

Grade A, and why

super-claudio: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 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.

skills/design/SKILL.md · 30 lines

What it actually says

Design

You know where to find design inspiration and which tools to use for design work. Route based on intent:

Routing

Intent Reference file
Finding inspiration, design references, examples references/inspiration.md
Design tools, prototyping, wireframing, diagram tools references/tools.md

Note on implementation

If the user already has a design direction and wants to implement it in code, use the software-development skill or suggest the frontend-design skill if installed.

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 30 lines · 173 tokens per session scan A 7b435693dda0

Subscribe to this mod's changes

super-claudio:design is a skill published in the GitHub repository toolbox-playground/super-claudio (4 stars, last pushed yesterday), licensed MIT. It adds 173 tokens to every session and 304 once invoked, about $0.0009 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 skills, from other repositories

pillow

Manipulate images locally using Python and PIL/Pillow. Use when the user asks to resize, crop, rotate, flip, filter, enhance, combine, overlay, watermark, add text to, convert, compress, create, or edit images locally. Also use for thumbnails, borders, color adjustments, transparency, animated GIFs, or extracting…

openbotx/openbotx · 74 tokens

skill-creator

Create or update OpenBotX skills. Use when users want to create a new skill, modify an existing one, or need guidance on skill structure, frontmatter, bundled resources, or best practices. Also use when the user says "turn this into a skill" or wants to capture a workflow as a reusable skill.

openbotx/openbotx · 68 tokens

retro

Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking.

lmanchu/iris-system · 26 tokens

ship

Ship workflow: merge main, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR.

lmanchu/iris-system · 28 tokens

http-client

Make HTTP requests (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) to APIs and web services. Use when the user needs to call a REST API, fetch data from an endpoint, send form data, upload files, download files, or test HTTP services.

openbotx/openbotx · 59 tokens

browser

Automate browser interactions for web scraping, testing, and navigation. Use when the user needs to visit a webpage, interact with UI elements, take screenshots, or extract content from rendered pages.

openbotx/openbotx · 40 tokens