impeccable-design

impeccable-design is a skill for Claude Code, Codex from kok-o/koko-contextos-agents. It costs 57 tokens per session (2,788 once invoked), scanned A, original, MIT.

A visual design review checklist for frontend interfaces. It identifies recurring low-quality patterns in AI-generated designs, including weak typography, dated animation, excessive cards, and overly generic styling.

In plain words
What is it for?
Use it to review Tailwind CSS, shadcn/ui, or Framer Motion interfaces and correct typography, color, spacing, component, animation, and layout issues.
Why use it?
It gives a repeatable way to find visual problems before code is merged, so design quality does not depend only on subjective review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to review Tailwind CSS, shadcn/ui, or Framer Motion interfaces and correct typography, color, spacing, component, animation, and layout issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kok-o/koko-contextos-agents/impeccable-design
Install

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.

Any agent
npx skills add kok-o/koko-contextos-agents --skill impeccable-design
Clone the repo
git clone --depth 1 https://github.com/kok-o/koko-contextos-agents

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for impeccable-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/kok-o/koko-contextos-agents/impeccable-design/github.svg)](https://agentmods.dev/skills/kok-o/koko-contextos-agents/impeccable-design)
Your own site
<a href="https://agentmods.dev/skills/kok-o/koko-contextos-agents/impeccable-design"><img src="https://agentmods.dev/badge/skills/kok-o/koko-contextos-agents/impeccable-design/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.

agentmods 80×15 button for impeccable-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/kok-o/koko-contextos-agents/impeccable-design"><img src="https://agentmods.dev/badge/skills/kok-o/koko-contextos-agents/impeccable-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,788 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.02788
Opus 5 $0.00028 $0.01394
Sonnet 5 $0.00011 $0.00558
Haiku 4.5 $0.00006 $0.00279

Measured 12d ago against content hash 6e5ee228e064, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

impeccable-design 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 12d 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.

.agents/core/skills/impeccable-design/SKILL.md · 202 lines

How it starts

The opening of the file, as written. The whole thing — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.

impeccable-design

Overview

A brief summary of what the skill does and its core philosophy.

When to Use

Context for when this skill is applicable.

Rules & Patterns

Based on pbakaus/impeccable — deterministic detector rules for AI-generated frontend design.

Core Principle

Every model is trained on the same SaaS templates. Skip this guidance and you get the same handful of tells on every project. Impeccable eliminates them.

Role in the Pipeline

This skill acts as a QA-designer at the /review phase. ui-ux-pro is the planning guideline; impeccable-design is the hard checklist that runs before merge.


Anti-Pattern Rules

Typography (Rules T1–T10)

Rule Anti-Pattern Correct Approach
T1 Using Inter for all text Use Inter for UI body, pair with a distinct display font for headings OR with JetBrains Mono for technical/number accents (premium SaaS pattern)
T2 Using Arial or Helvetica Use a curated Google Font pairing
T3 All text same weight Use weight contrast: 700 headings, 400 body, 500 labels
T4 Line height = 1 (tight) Body: 1.6–1.8, Headings: 1.1–1.3
T5 No letter-spacing on caps Uppercase labels: letter-spacing: 0.08em (Tailwind: tracking-widest)
T6 Text too wide Max line length: 60–75 characters — use max-w-prose or max-w-[65ch]
T7 Monospace only for code Use tabular-nums Tailwind class for number tables and data grids
T8 Random font sizing Use a consistent modular scale (1.25× or 1.333×) — use Tailwind's text-* scale
T9 Body text too small Minimum text-sm (14px) for body, never smaller than 12px
T10 Bold everywhere Bold is for emphasis. Diluted if overused.

Tailwind typography utilities:

  • text-balance — for headlines (prevents orphan words)
  • text-pretty — for body paragraphs (smart line-breaks)
  • tabular-nums — for numerical data tables

Read the full file on GitHub · 202 lines

Files

What ships with it

4 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.

Changes

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.

  1. 12d ago First seen · 202 lines · 57 tokens per session scan A 6e5ee228e064

Subscribe to this mod's changes

impeccable-design is a skill published in the GitHub repository kok-o/koko-contextos-agents (2 stars, last pushed 8d ago), licensed MIT. It adds 57 tokens to every session and 2,788 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

write-zot-themes

Help the user create, install, or package zot themes, including theme-only extensions.

patriceckhart/zot · 23 tokens

code-quality-principles

Applies KISS, YAGNI, and SOLID principles for clean code with reduced complexity. Use when refactoring or reviewing code for over-engineering.

athola/claude-night-market · 38 tokens

accessibility

Audits or remediates Flutter widgets against WCAG 2.2 conformance levels A, AA, or AAA across iOS, Android, Web, macOS, Windows, and Linux, covering Semantics labels and screen reader output under VoiceOver and TalkBack, touch target sizes, dragging alternatives, focus order and keyboard navigation, color contrast…

VeryGoodOpenSource/vgv-ai-flutter-plugin · 119 tokens

system-design-diagramming

Draw system diagrams in the Archify visual language: a typed JSON spec rendered as dark-canvas SVG with numbered lanes, semantic node colors, masked edge labels, and a legend. Covers architecture, workflow, sequence, dataflow, and lifecycle views. Use for any design-session diagram.

HoangNguyen0403/agent-skills-standard · 63 tokens

common-ui-design

Design distinctive, production-grade frontend UI with bold aesthetic choices. Use when building web components, pages, interfaces, dashboards, or applications in any framework (React, Next.js, Angular, Vue, HTML/CSS).

HoangNguyen0403/agent-skills-standard · 47 tokens

material-theming

Best practices for Flutter theming with Material 3, treating ThemeData as the single source of truth for colors, typography, component styles, and spacing. Use when creating, modifying, or reviewing ThemeData, ColorScheme, TextTheme, component themes, spacing systems, or light/dark mode support, and whenever widget…

VeryGoodOpenSource/vgv-ai-flutter-plugin · 137 tokens