Borrowing it
Nothing to install: this file belongs to theexperiencecompany/gaia-ui. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/theexperiencecompany/gaia-ui/main/.agents/skills/impeccable/SKILL.mdgit clone --depth 1 https://github.com/theexperiencecompany/gaia-uiWrote 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/theexperiencecompany/gaia-ui/impeccable)<a href="https://agentmods.dev/skills/theexperiencecompany/gaia-ui/impeccable"><img src="https://agentmods.dev/badge/skills/theexperiencecompany/gaia-ui/impeccable/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/skills/theexperiencecompany/gaia-ui/impeccable"><img src="https://agentmods.dev/badge/skills/theexperiencecompany/gaia-ui/impeccable.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.00189 | $0.03220 |
| Opus 5 | $0.00095 | $0.01610 |
| Sonnet 5 | $0.00038 | $0.00644 |
| Haiku 4.5 | $0.00019 | $0.00322 |
Grade A, and why
impeccable 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 11d 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.
This is a copy
81% identical to impeccable — 34 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Designs and iterates production-grade frontend interfaces. Real working code, committed design choices, exceptional craft.
Setup (non-optional)
Before any design work or file edits, pass these gates. Skipping them produces generic output that ignores the project.
| Gate | Required check | If fail |
|---|---|---|
| Context | The PRODUCT.md / DESIGN.md loader result is known from node .agents/skills/impeccable/scripts/load-context.mjs. |
Run the loader before continuing. |
| Product | PRODUCT.md exists and is not empty or placeholder ([TODO] markers, <200 chars). |
Run $impeccable teach, refresh context, then resume. Never synthesize PRODUCT.md from the user's original prompt alone. |
| Command | The matching command reference is loaded when a sub-command is used. | Load the reference before continuing. |
| Craft | $impeccable craft has a user-confirmed shape brief for this task. teach / PRODUCT.md never counts as shape. |
Run $impeccable shape and wait for explicit brief confirmation. |
| Image | Required visual probes / mocks are generated or skipped with a reason. | Resolve the image-generation gate in shape.md or craft.md before code. |
| Mutation | All active gates above pass. | Do not edit project files yet. |
Codex-style agents must state this before editing files:
IMPECCABLE_PREFLIGHT: context=pass product=pass command_reference=pass shape=pass|not_required image_gate=pass|skipped:<reason> mutation=open
For $impeccable craft, shape=pass is only valid after a separate user response approving the shape design brief, or when the user provided an already-confirmed brief in the request. Do not mark shape=pass after writing PRODUCT.md, summarizing assumptions, or drafting an unconfirmed brief yourself.
Other harnesses should follow the same checklist when they can expose this state.
1. Context gathering
Two files, case-insensitive. The loader looks at the project root by default and falls back to .agents/context/ and docs/ if the root is clean. Override with IMPECCABLE_CONTEXT_DIR=path/to/dir (absolute or relative to cwd).
What ships with it
51 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.
- agents/openai.yaml 235 B
- reference/adapt.md 6.4 KB
- reference/animate.md 7.8 KB
- reference/audit.md 7.3 KB
- reference/bolder.md 6.5 KB
- reference/brand.md 10 KB
- reference/clarify.md 6.0 KB
- reference/cognitive-load.md 4.7 KB
- reference/color-and-contrast.md 5.7 KB
- reference/colorize.md 8.0 KB
- reference/craft.md 14 KB
- reference/critique.md 13 KB
- reference/delight.md 9.7 KB
- reference/distill.md 5.6 KB
- reference/document.md 28 KB
- reference/extract.md 3.5 KB
- reference/harden.md 8.5 KB
- reference/heuristics-scoring.md 8.7 KB
- reference/interaction-design.md 6.9 KB
- reference/layout.md 7.9 KB
- reference/live.md 47 KB
- reference/motion-design.md 5.7 KB
- reference/onboard.md 7.6 KB
- reference/optimize.md 7.5 KB
- reference/overdrive.md 9.0 KB
- reference/personas.md 7.0 KB
- reference/polish.md 12 KB
- reference/product.md 4.1 KB
- reference/quieter.md 4.9 KB
- reference/responsive-design.md 3.4 KB
- reference/shape.md 9.4 KB
- reference/spatial-design.md 3.5 KB
- reference/teach.md 9.4 KB
- reference/typeset.md 6.2 KB
- reference/typography.md 8.1 KB
- reference/ux-writing.md 4.2 KB
- scripts/cleanup-deprecated.mjs 8.9 KB runs code
- scripts/command-metadata.json 7.8 KB
- scripts/design-parser.mjs 25 KB runs code
- scripts/detect-csp.mjs 6.6 KB runs code
- scripts/is-generated.mjs 2.2 KB runs code
- scripts/live-accept.mjs 22 KB runs code
- scripts/live-browser.js 190 KB runs code
- scripts/live-inject.mjs 17 KB runs code
- scripts/live-poll.mjs 6.7 KB runs code
- scripts/live-server.mjs 27 KB runs code
- scripts/live-wrap.mjs 23 KB runs code
- scripts/live.mjs 8.4 KB runs code
- scripts/load-context.mjs 5.0 KB runs code
- scripts/modern-screenshot.umd.js 29 KB runs code
- scripts/pin.mjs 6.0 KB runs code
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.
- 11d ago First seen · 176 lines · 189 tokens per session scan A e03437497832
impeccable is a skill published in the GitHub repository theexperiencecompany/gaia-ui (219 stars, last pushed 7d ago), licensed MIT. It adds 189 tokens to every session and 3,220 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. It is 81% identical to impeccable, differing in 34 lines, and is treated as a copy.
Other skills, from other repositories
web-artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
ui-html-renderer
Use this specialist for unusually complex stateful HTML, blank/runtime-risk repair, strict source-to-HTML fidelity, reusable component galleries, brand boards, or detailed implementation handoff. Ordinary single-page HTML uses ui-design-executor, which already preserves HTML-default delivery and baseline…
product-ui
Use this skill when UI design and UI implementation should happen together. It turns product context into usable frontend screens, components, layout decisions, design-system choices, accessibility rules, and visual polish.
impeccable
Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.
ui-components
UI component library patterns for shadcn/ui and Radix Primitives. Use when building accessible component libraries, customizing shadcn components, using Radix unstyled primitives, or creating design system foundations.
better-design
Build, improve, and review production interfaces with the Better Design MCP. Use for frontend design, UI, UX, interactions, flows, forms, navigation, components, styling, design systems, accessibility, responsive layouts, motion, React Native, Expo, Shopify, Three.js, and product video work, especially when creating…