Keel design
A rigor router for AI coding agents: FAST lane for low-risk one-shots, HEAVY lane with full review gates for correctness-critical work — decided by a nine danger-surface scan.
npx -y skills add sayeediftekhar/Keel --skill keel-designAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Design lane router. Routes visual/UI work to the right vendored design engine (impeccable, frontend-design) or to the local fused-landing skill for landing/marketing pages. Kills generic "AI slop" UI. Defers to keel-v2. Use when styling, polishing, critiquing, or building any user-facing UI, component, or page and you want it to look deliberate, not defaulted.
SKILL.md
2.4 KB, as published. Nobody here has run it
Keel Design — design lane router
Index, not an implementation. Picks the design engine; the engine does the work. Design conformance and a11y here are keel-v2 tripwires — never cut.
Deference — keel-v2 is the arbiter
Run the keel-v2 scan first (most design work is FAST; a form posting to an auth'd/PII endpoint flips HEAVY — keel-v2 §0). Design-conformance and a11y tripwires always run, at any laziness level.
Dispatch table
| When the task is… | Dispatch to | Type | Source |
|---|---|---|---|
| Landing / marketing / hero / pricing / CTA page, DESIGN.md-token-disciplined | fused-landing | local skill | this repo |
| Give the whole harness design taste: polish, audit, critique, animate, bolder/quieter | impeccable | skill | pbakaus/impeccable |
| Official Anthropic design-system baseline (frontends, "make it not look AI-generated") | frontend-design | plugin | anthropics/claude-code |
Collision rule (read this — the two engines overlap)
impeccable and frontend-design both fight AI-slop UI. Pick one per
project, don't run both — two design skills firing on the same task just
flip a coin.
- Default
impeccableas the primary taste engine (richer command vocabulary:polish,audit,critique,distill,animate). - Use
frontend-designwhen you want the official Anthropic baseline or it's already the house standard. - For a landing/marketing page,
fused-landingwins outright — it carries the DESIGN.md token discipline and anti-pattern blocklist. It in turn defers to keel-v2 the same way this router does.
If the target isn't installed
Fall back to fused-landing (local, always present) for pages; otherwise base
Claude Code under keel-v2 design tripwires. Never claim a design engine ran
when it isn't installed. Install: ./install.sh design.
Sources: pbakaus/impeccable · anthropics/claude-code (frontend-design plugin) · local fused-landing. Upstreams unmodified.