awesome-design-md

awesome-design-md is a skill for Claude Code, Codex from rexleimo/aios. It costs 59 tokens per session (980 once invoked), scanned A, original, MIT.

A starting-point design guide for a website or other user interface. It adds a DESIGN.md file containing choices such as typography, colors, spacing, and component styling.

In plain words
What is it for?
Use it to select a visual style, create or refresh DESIGN.md, and give frontend work a shared styling baseline.
Why use it?
It gives a project a consistent visual direction before interface code is built, especially when no design draft exists.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions OpenCode.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is npx --yes getdesign@latest add <slug> --out ./docs/DESIGN.md.

Good fit Use it to select a visual style, create or refresh DESIGN.md, and give frontend work a shared styling baseline.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/rexleimo/aios
agentmods
npx agentmods add skills/rexleimo/aios/awesome-design-md

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 awesome-design-md

README.md
[![agentmods](https://agentmods.dev/badge/skills/rexleimo/aios/awesome-design-md.svg)](https://agentmods.dev/skills/rexleimo/aios/awesome-design-md)
Your own site
<a href="https://agentmods.dev/skills/rexleimo/aios/awesome-design-md"><img src="https://agentmods.dev/badge/skills/rexleimo/aios/awesome-design-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 980 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 7 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 37
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 43
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 53
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 59
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 83
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 104
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 124
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00059 $0.00980
Opus 5 $0.00030 $0.00490
Sonnet 5 $0.00012 $0.00196
Haiku 4.5 $0.00006 $0.00098

Measured 8d ago against content hash ab4105e7238e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

awesome-design-md 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 8d 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.

skill-sources/awesome-design-md/SKILL.md · 125 lines

How it starts

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

Awesome DESIGN.md

Use this skill when you want to apply a proven visual style to a project by adding a DESIGN.md file from the VoltAgent awesome-design-md collection.

Trigger

  • User wants UI to look like a known product/site style.
  • User asks to add or refresh DESIGN.md for coding-agent UI output.
  • User wants consistent typography, colors, spacing, and component styling before UI implementation.
  • User has no design稿 and needs a fast, high-quality visual starting point.

Preconditions

  • Run from the target project root.
  • npx is available.
  • If DESIGN.md already exists, decide whether to overwrite (--force) or write to another path (--out).

Workflow

  1. List available design slugs:
npx --yes getdesign@latest list
  1. Install a selected style:
npx --yes getdesign@latest add <slug>

Behavior:

  • First install writes ./DESIGN.md.
  • If DESIGN.md already exists, CLI writes ./<slug>/DESIGN.md.
  1. Overwrite the active DESIGN.md when required:
npx --yes getdesign@latest add <slug> --force
  1. Write to a custom output path (optional):
npx --yes getdesign@latest add <slug> --out ./docs/DESIGN.md
  1. Verify output exists and is readable:
ls -la DESIGN.md <slug>/DESIGN.md 2>/dev/null
  1. Tell the coding agent to follow the file before UI tasks.

No-Design-Draft Fast Path

When user has no design draft, pick one baseline slug by product intent:

  • B2B/SaaS dashboard: linear, vercel, supabase
  • Marketing landing page: framer, stripe, notion
  • Documentation: mintlify, hashicorp, mongodb
  • E-commerce/consumer: airbnb, shopify, nike
  • Media/editorial: theverge, wired, spotify

Then run:

npx --yes getdesign@latest add <slug> --force

This gives the agent an explicit style anchor immediately, avoiding generic defaults.

Fuzzy Style Request Mapping

When user only gives a vague style intent, map it to a usable slug quickly:

Read the full file on GitHub · 125 lines

Files

What ships with it

1 file 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. 8d ago First seen · 125 lines · 59 tokens per session scan A ab4105e7238e

Subscribe to this mod's changes

awesome-design-md is a skill published in the GitHub repository rexleimo/aios (52 stars, last pushed yesterday), licensed MIT. It adds 59 tokens to every session and 980 once invoked, about $0.0003 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

design

Use when the user wants the visual/experiential design of a product done systematically — a design system, a screen, a landing page, or a visual identity — grounded in researched real-world prior art and free of AI slop. Establishes/extends the design system, invokes the matching local taste skill, dispatches the…

jeremylongshore/tons-of-skills-marketplace · 126 tokens

extract-design-system

Extract design primitives from a public website and generate starter token files for your project.

arvindrk/extract-design-system · 20 tokens

ui-design

A structured approach to designing user interfaces—the screens and controls people use in software—before writing the frontend code.

mrpulor-gh/nuphus · 0 tokens

yao-geoflow-design

Discover, compare, preview, clone, and orchestrate current GEOFlow frontend experiences across the default site and GeoFlow Agent channel sites, including Laravel Blade themes, homepage module/style JSON, leadform conversion modules, theme editor, target-package capabilities, and cross-channel sync planning. Use for…

yaojingang/yao-geo-skills · 113 tokens

make-interfaces-feel-better

Use when building or reviewing UI polish: typography, hit areas, nested radius, optical alignment, shadows, media outlines, micro-interactions, and animation performance.

Insajin/autopus-adk · 40 tokens

hatch3r-design-system-detect

Detects existing design tokens, component library, and theming convention in a project before authoring new UI primitives — output a concise inventory for downstream implementers.

hatch3r/hatch3r · 40 tokens