design

design is a skill for Claude Code from SadmanYasar/arch-review-agent. It costs 141 tokens per session (3,195 once invoked), scanned A, original, no licence file.

A design toolkit for creating brand identities, visual rules, interfaces, logos, presentations, banners, icons, and social images.

In plain words
What is it for?
It is for defining colours and type styles, generating logos and icons, designing banners and social graphics, and making HTML presentations.
Why use it?
It helps turn broad design requests into consistent visual work across websites, presentations, advertising, and brand materials.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: installed under .agents/ (shared by several agents).

Good fit It is for defining colours and type styles, generating logos and icons, designing banners and social graphics, and making HTML presentations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sadmanyasar/arch-review-agent/design
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.

Any agent
npx skills add SadmanYasar/arch-review-agent --skill design
Clone the repo
git clone --depth 1 https://github.com/SadmanYasar/arch-review-agent

Made for: Claude Code.

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 design

README.md
[![agentmods](https://agentmods.dev/badge/skills/sadmanyasar/arch-review-agent/design/github.svg)](https://agentmods.dev/skills/sadmanyasar/arch-review-agent/design)
Your own site
<a href="https://agentmods.dev/skills/sadmanyasar/arch-review-agent/design"><img src="https://agentmods.dev/badge/skills/sadmanyasar/arch-review-agent/design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for design

Your own site · 80×15
<a href="https://agentmods.dev/skills/sadmanyasar/arch-review-agent/design"><img src="https://agentmods.dev/badge/skills/sadmanyasar/arch-review-agent/design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,195 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.
Origin unknown 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.00141 $0.03195
Opus 5 $0.00071 $0.01597
Sonnet 5 $0.00028 $0.00639
Haiku 4.5 $0.00014 $0.00319

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

Security

Grade A, and why

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 10d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/cip/core.py, scripts/cip/generate.py, scripts/cip/render-html.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/design/SKILL.md · 314 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 314 lines · 141 tokens per session scan A 413f4ab913d0

Subscribe to this mod's changes

design is a skill published in the GitHub repository SadmanYasar/arch-review-agent (2 stars, last pushed 2mo ago), with no licence file. It adds 141 tokens to every session and 3,195 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-31.

Related

Other skills, from other repositories

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

bytedance/deer-flow · 77 tokens

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

bytedance/deer-flow · 44 tokens

interface-audit

Audit product interfaces as component boundaries, score complexity, over-engineering, and debt, maintain .agent-layer/tmp interface-audit reports, and finish at the final recommendation gate. Use for fresh interface cleanup audits or --update refreshes; not for implementation.

conn-castle/agent-layer · 55 tokens

ddd-tactical-design

Use when implementing domain logic, designing aggregates, entities, value objects, repositories, domain services, domain model design, ensuring data consistency, or when user mentions 'aggregate design', 'aggregate root', 'entity vs value object', 'domain event', 'repository pattern', 'domain service', 'data…

konglong87/methodology-skills · 151 tokens

ddd-strategic-design

Use when starting new projects, designing system architecture, identifying bounded contexts, mapping context relationships, system refactoring, system redesign, or when user mentions 'DDD', 'domain-driven design', 'bounded context', 'context mapping', 'microservices design', 'business modeling', 'system boundaries'…

konglong87/methodology-skills · 99 tokens

frontend-design-quality

Use when implementing or revising any frontend UI – landing pages, marketing sites, portfolios, app screens, dashboards, or components – and when choosing layout, typography, color, spacing, motion, or styling. Enforces a design-read first, real design systems, anti-slop discipline, accessibility, and a pre-flight…

bartoszarendt/agenticloop · 82 tokens