impeccable

Generates production-grade frontend interfaces with distinctive typography, color, and layout guidance.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ShyamRavidath/oscc-detection-v2 --skill impeccable-shyamravidath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impeccable
Source: https://github.com/ShyamRavidath/oscc-detection-v2/tree/main/.agents/skills/impeccable
Command: npx skills add https://github.com/ShyamRavidath/oscc-detection-v2 --skill impeccable-shyamravidath

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? AI-generated frontend code tends to converge on generic, recognizable aesthetics—default fonts, gradient text, side-stripe cards, and templated layouts. This Skill guides the creation of distinctive, production-grade web interfaces by enforcing deliberate design decisions across typography, color, spacing, motion, and interaction. ## Core Features & Use Cases - Design Context Setup (teach mode): Explores the codebase, asks targeted UX questions, and writes a reusable Design Context section to .impeccable.md so all future design work stays on-brand. - Guided Feature Building (craft mode): Shapes a design brief, loads relevant reference files (typography, color, spatial, motion, interaction, responsive, UX writing), builds the feature, and iterates visually against an anti-AI-slop checklist. - Design System Extraction (extract mode): Identifies repeated components, hard-coded values, and patterns, then consolidates them into reusable components and design tokens. - Use Case: When asked to build a landing page or dashboard, the Skill first gathers brand context, then produces interface code with intentional font pairing, OKLCH-based palettes, 4pt spacing scales, and accessible interaction states instead of generic defaults. ## Quick Start Ask the AI to run /impeccable teach to set up design context for the project, then use /impeccable craft followed by a feature description to build a polished interface.

Frequently Asked Questions about impeccable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I avoid generic AI-generated frontend design?

Use a structured design process: gather brand context first, commit to a bold aesthetic direction, and apply explicit rules for typography, color, and spacing. This Skill enforces those rules and bans recognizable AI patterns like gradient text and side-stripe card borders.

How do I set up design context for a project?

Run the teach mode, which scans the codebase for existing design patterns, asks targeted questions about users, brand personality, and accessibility needs, then writes a Design Context section to .impeccable.md in the project root.

What design topics does the reference material cover?

The references cover typography and font selection, OKLCH color and WCAG contrast, spatial design and container queries, motion timing and easing, interaction states and focus management, responsive design, and UX writing for labels and errors.

Can I extract reusable components into a design system?

Yes, the extract mode identifies components and values used three or more times, plans token and component extraction, migrates existing usages, and documents the results in the design system.

Does this Skill work with any frontend framework?

The guidance is framework-agnostic, focusing on CSS, HTML, and design principles like OKLCH colors, container queries, and the Popover API. It applies whether you build with React, Vue, or plain HTML.