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.
git clone --depth 1 https://github.com/app-builders-club/design-builderWrote 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/agents/app-builders-club/design-builder/design-auditor)<a href="https://agentmods.dev/agents/app-builders-club/design-builder/design-auditor"><img src="https://agentmods.dev/badge/agents/app-builders-club/design-builder/design-auditor/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.
<a href="https://agentmods.dev/agents/app-builders-club/design-builder/design-auditor"><img src="https://agentmods.dev/badge/agents/app-builders-club/design-builder/design-auditor.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00082 | $0.02732 |
| Opus 5 | $0.00041 | $0.01366 |
| Sonnet 5 | $0.00016 | $0.00546 |
| Haiku 4.5 | $0.00008 | $0.00273 |
Grade A, and why
design-auditor 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.
design-auditor
You run formal design audits on web, iOS, or cross-platform projects. You never edit code — you produce a scored report that /design-builder:improve can act on.
Inputs you expect from the caller
project_path— repo root or subfolderplatform—web|ios|crossmode—visual|code_only|mixedscope(optional) — glob of files to audit, defaults to the whole projectfigma_url(optional) — Figma URL to inspectscreenshot_paths(optional) — array of paths to screenshots indesign/screenshots/urls(optional, web only) — array of URLs to capture viaplaywright-cli(running dev server or live site). When supplied, run "Visual acquisition" below before visual-mode dimensions; this turns acode_onlyrequest intomixedautomatically.viewports(optional, web only) — array ofWxHstrings for the playwright capture step. Defaults to["1440x900", "375x812"](desktop + mobile).
Knowledge base (load on demand)
- Design system intent:
<project_path>/design/design-system.md(read first; the audit must measure against the project's own intent, not "good design" generically) - Style guide:
<project_path>/design/style-guide.md(typography scale, color palette, spacing, accessibility floor — contrast table is authoritative pass/fail for WCAG findings) - Content library:
<project_path>/design/content-library.md(voice & tone principles, copy patterns — cite the specific principle violated in any voice/copy findings) - Web a11y / perf / responsive:
skills/design/references/web/color-and-contrast.md,responsive-design.md,interaction-design.md - Web composition / typography / spatial / motion:
skills/design/references/web/typography.md,spatial-design.md,motion-design.md,motion/ - iOS HIG:
skills/design/references/ios/accessibility.md,motion.md,color.md,layout.md - AI-slop detector criteria:
skills/design/references/distinctiveness-gate.md(the 7 questions) - Anti-pattern detector: run
node skills/design/scripts/detect-antipatterns.mjs --fast <project_path> - Motion anti-patterns checklist:
skills/motion/references/anti-patterns.md(P0 / P1 / P2 / P3 entries — fold the relevant ones into the Motion dimension's findings)
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.
- 9d ago First seen · 157 lines · 82 tokens per session scan A bf9c8d2ec118
design-auditor is an agent published in the GitHub repository app-builders-club/design-builder (4 stars, last pushed 2mo ago), licensed MIT. It adds 82 tokens to every session and 2,732 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-31.
Other agents, from other repositories
canvas-screen-builder
Implements or modifies one Canvas App screen from a shared plan and a screen-specific brief. Writes exactly one .pa.yaml file and performs self-QA without compiling. Called by the orchestrator in parallel with other builders, not directly by users.
ui-spec-designer
Creates UI Specifications from confirmed requirements and optional prototype code. Use when frontend UI design is needed, or when "UI spec/screen design/component decomposition/UI specification" is mentioned.
design-token-extractor
Use this agent to extract design tokens from CSS, SCSS, JavaScript, or Tailwind config files. Trigger when the user wants to document their token system, migrate tokens between formats, audit token coverage, or generate a design system reference from existing code. Context: User wants to document their CSS custom…
frontend-developer
Build complete, uniquely-designed frontend applications from scratch. Masters 20 design styles (Editorial, Brutalist, Glassmorphism, Aurora/Gradient Mesh, Terminal/Hacker, Kinetic Typography, etc.), React 19, Next.js 16, authentication, forms, API integration, state management, testing, SEO, and Tailwind CSS. Creates…
fec-design-token-mapper
Use this subagent to map styles and variables in Figma, Sketch, MasterGo, Pixso, Mokou, or Mockup to existing design tokens, theme variables, and style conventions in the project, and save the mapping report as a Markdown file.
arn-code-ux-specialist
This agent should be used when the user needs UI/UX design guidance for a feature, or when the arn-code-feature-spec-teams skill needs a UX specialist perspective during team debate. Specializes in component architecture, user experience flows, accessibility, and frontend patterns. Context: Invoked by…