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.
npx agentmods add skills/arctan303/creator.skill/design-makernpx skills add arctan303/creator.skill --skill design-makergit clone --depth 1 https://github.com/arctan303/creator.skillWrote 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.
[](https://agentmods.dev/skills/arctan303/creator.skill/design-maker)<a href="https://agentmods.dev/skills/arctan303/creator.skill/design-maker"><img src="https://agentmods.dev/badge/skills/arctan303/creator.skill/design-maker.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00077 | $0.00483 |
| Opus 5 | $0.00039 | $0.00242 |
| Sonnet 5 | $0.00015 | $0.00097 |
| Haiku 4.5 | $0.00008 | $0.00048 |
Grade A, and why
design-maker 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 4d 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.
What it actually says
设计制图技能 (design-maker)
Purpose
用最小必要的视觉产物消除页面结构、关键状态和交互上的开发不确定性。
Trigger
- UI、布局、交互或品牌表达会显著影响开发计划。
- 用户需要在开发前检查关键页面或状态。
- Product Spec 和 Design Brief 已稳定,但文字仍不足以指导实现。
没有明显界面、常规 UI 可直接计划或设计只会增加装饰时跳过。
Required context
Product-Spec.md。Design-Brief.md。- 页面/流程范围、目标平台和响应式约束。
- 用户提供的截图、品牌资产、参考图或原型资料。
Workflow
- 映射需要视觉决策的关键流程和验收标准。
- 选择线框图、高保真稿或实现注释中的最小充分产物。
- 覆盖默认、空、加载、错误、成功和关键交互状态。
- 标注全局变量、组件复用、响应式规则和与文档的映射。
- 检查产物没有擅自扩大产品范围。
Output
- 页面或流程清单。
- 关键布局、状态、交互与响应式规则。
- 设计稿、线框图或实现注释。
- 留给开发阶段处理的明确细节。
Stop or escalate
- 缺少 Product Spec 或 Design Brief:返回对应前序技能。
- 必要页面、流程或风格仍不稳定:返回前序阶段。
- 设计要求新增产品范围:升级为产品变更。
- 缺少品牌、内容或布局依据却要求高保真定稿:停止并说明缺口。
References
执行前读取 stage-contract.md。
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.
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.
- 4d ago First seen · 52 lines · 77 tokens per session scan A 9c270dc64bbc
design-maker is a skill published in the GitHub repository arctan303/creator.skill (20 stars, last pushed 29d ago), licensed MIT. It adds 77 tokens to every session and 483 once invoked, about $0.0004 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.
Other skills, from other repositories
unmachined
Finds and removes AI slop from prose, UX copy, and web interfaces. Use when writing, auditing, or revising articles, posts, READMEs, marketing copy, UI copy, layouts, or frontend code that must not feel AI-generated; when the user says unmachined, de-slop, AI slop, anti-slop, humanize, make this human, sounds like AI…
diagram-render
Renders network diagrams, flowcharts, and infrastructure diagrams as PNG images using SVG generation and sharp. Use when the agent needs to output a network diagram, system architecture, flowchart, or infrastructure map as a viewable image. Triggers on: "make a diagram", "render this network", "show infrastructure as…
agent-evaluation
Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benc.
skill-forge
Generate a new skill from a simple prompt, then run an enhancer pass to tighten trigger rules, workflow, and output quality.
a11y-automation
Automates accessibility checks and regressions. Use when you need fast, repeatable checks for keyboard, semantic, and contrast issues.
design-system-implementation
Implements reusable design system components and tokens. Use when interfaces need consistency across many screens or teams.