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/waynesutton/markdown-site/impeccablenpx skills add waynesutton/markdown-site --skill impeccablegit clone --depth 1 https://github.com/waynesutton/markdown-siteWhat 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.00189 | $0.02586 |
| Opus 5 | $0.00095 | $0.01293 |
| Sonnet 5 | $0.00038 | $0.00517 |
| Haiku 4.5 | $0.00019 | $0.00259 |
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 3d 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.
Copies of this mod
6 near-identical copies found in the catalogue:
- impeccable — 88% identical, 63 lines differ
- impeccable — 86% identical, 75 lines differ
- impeccable — 81% identical, 34 lines differ
- impeccable — 81% identical, 77 lines differ
- impeccable — 81% identical, 87 lines differ
- impeccable — 78% identical, 77 lines differ
How it starts
The opening of the file, as written. The whole thing — 152 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)
Two steps before any design work. Both are required. Skipping either produces generic output that ignores the project.
1. Context gathering
Two files at the project root, case-insensitive:
- PRODUCT.md — required. Users, brand, tone, anti-references, strategic principles.
- DESIGN.md — optional, strongly recommended. Colors, typography, elevation, components.
Load both in one call:
node .agents/skills/impeccable/scripts/load-context.mjs
Consume the full JSON output. Never pipe through head, tail, grep, or jq.
If the output is already in this session's conversation history, don't re-run. Exceptions requiring a fresh load: you just ran $impeccable teach or $impeccable document (they rewrite the files), or the user manually edited one.
$impeccable live already warms context via live.mjs — if you've run live.mjs, don't also run load-context.mjs this session.
If PRODUCT.md is missing, empty, or placeholder ([TODO] markers, <200 chars): run $impeccable teach, then resume the user's original task with the fresh context.
If DESIGN.md is missing: nudge once per session ("Run $impeccable document for more on-brand output"), then proceed.
2. Register
Every design task is brand (marketing, landing, campaign, long-form content, portfolio — design IS the product) or product (app UI, admin, dashboard, tool — design SERVES the product).
Identify before designing. Priority: (1) cue in the task itself ("landing page" vs "dashboard"); (2) the surface in focus (the page, file, or route being worked on); (3) register field in PRODUCT.md. First match wins.
If PRODUCT.md lacks the register field (legacy), infer it once from its "Users" and "Product Purpose" sections, then cache the inferred value for the session. Suggest the user run $impeccable teach to add the field explicitly.
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.3 KB
- reference/audit.md 7.3 KB
- reference/bolder.md 6.4 KB
- reference/brand.md 8.9 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 7.9 KB
- reference/craft.md 6.9 KB
- reference/critique.md 13 KB
- reference/delight.md 9.6 KB
- reference/distill.md 5.6 KB
- reference/document.md 28 KB
- reference/extract.md 3.4 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 36 KB
- reference/motion-design.md 4.6 KB
- reference/onboard.md 7.6 KB
- reference/optimize.md 7.3 KB
- reference/overdrive.md 8.9 KB
- reference/personas.md 7.0 KB
- reference/polish.md 12 KB
- reference/product.md 4.1 KB
- reference/quieter.md 4.8 KB
- reference/responsive-design.md 3.4 KB
- reference/shape.md 7.6 KB
- reference/spatial-design.md 3.5 KB
- reference/teach.md 7.3 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 17 KB runs code
- scripts/live-browser.js 185 KB runs code
- scripts/live-inject.mjs 16 KB runs code
- scripts/live-poll.mjs 6.9 KB runs code
- scripts/live-server.mjs 26 KB runs code
- scripts/live-wrap.mjs 14 KB runs code
- scripts/live.mjs 8.4 KB runs code
- scripts/load-context.mjs 2.9 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.
- 3d ago First seen · 152 lines · 189 tokens per session scan A 383a0988b45c
impeccable is a skill published in the GitHub repository waynesutton/markdown-site (631 stars, last pushed 3mo ago), licensed MIT. It adds 189 tokens to every session and 2,586 once invoked, about $0.0009 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
Shade tokens, not hex
Use Shade semantic tokens (bg-background, text-foreground, border-border-default, bg-surface-elevated) — never hex, hsl(), or bg-gray-200-style raw palette utilities for UI chrome. Trigger when editing TSX/CSS in Shade-consuming apps.
Shade dropdown surface contract
DropdownMenu, Select, and Popover share one visual recipe (bg-surface-elevated-2 + border-border/60 dark:border-border/30 + shadow-md). Change them together. Trigger when editing any of those three Shade files.
Shade inputSurface recipe
Use the inputSurface() recipe for form-control chrome (border, background, radius, focus ring, invalid state) — don't roll your own. Trigger when editing form-control-shaped files in Shade.
Shade ShadCN install
Guardrails for running pnpm dlx shadcn@latest add in Shade — never overwrite existing components, fresh branch first, swap raw colours for semantic tokens after integrating. Trigger when the user proposes a shadcn add, or when a fresh ShadCN-shaped file lands in apps/shade/src/components/ui.
Shade use primitives
Replace bare divs that only carry flex/grid/gap utilities with Shade primitives (Stack, Inline, Box, Grid, Container, Text). Use semantic gap="md" instead of gap-4. Trigger when editing TSX in Shade-consuming apps.
Shade no dark variants
Don't write dark: Tailwind variants for colour in Shade or admin apps — semantic tokens flip in dark mode automatically. Trigger when editing TSX in Shade-consuming apps.