teach-impeccable

Gathers project design context and writes persistent design guidelines to a config file.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Ssrrb/cerramos-codebase --skill teach-impeccable-ssrrb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: teach-impeccable
Source: https://github.com/Ssrrb/cerramos-codebase/tree/main/.codex/skills/teach-impeccable
Command: npx skills add https://github.com/Ssrrb/cerramos-codebase --skill teach-impeccable-ssrrb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI assistants start every session without knowledge of your project's design language, forcing you to repeat brand, aesthetic, and accessibility preferences each time. This Skill captures that context once and persists it so all future design work stays consistent. ## Core Features & Use Cases - Codebase Design Discovery: Scans README files, package configs, existing components, brand assets, and CSS variables to infer the current design state before asking questions. - Guided UX Questionnaire: Asks targeted questions about users, brand personality, aesthetic direction, and accessibility requirements only where the codebase leaves gaps. - Persistent Design Context: Writes a structured Design Context section covering users, brand personality, aesthetic direction, and design principles to .impeccable.md, with an optional sync to AGENTS.md. - Use Case: A developer starting a new web app runs this once; the Skill detects the Tailwind setup and existing color tokens, asks about target users and brand tone, then saves principles that guide every subsequent UI generation. ## Quick Start Run the teach-impeccable skill to analyze my project and save our design guidelines for future sessions.

Frequently Asked Questions about teach-impeccable

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

FAQPage Schema
How do I make AI remember my project's design preferences?▼

Run this Skill once at project setup. It scans your codebase for existing design signals, asks clarifying questions about brand and users, then writes a Design Context section to .impeccable.md that persists across all future sessions.

How to set up design guidelines for AI coding assistants?▼

Use a one-time setup flow that explores your README, package configs, components, and CSS variables, then interviews you about users, brand personality, and accessibility needs. The result is saved as structured design principles in your project root.

Does this work with an existing AGENTS.md file?▼

Yes. After writing the Design Context to .impeccable.md, the Skill asks whether you also want the section appended to AGENTS.md. If the file already contains a Design Context section, it updates that section in place.

What questions does the design context setup ask?▼

It asks about users and their goals, brand personality in three words, reference and anti-reference sites, visual direction preferences, light or dark mode, color constraints, and accessibility requirements such as WCAG level or reduced motion.

When should I rerun the design context setup?▼

Rerun it when your brand direction, target audience, or accessibility requirements change significantly. Since it updates the Design Context section in place, rerunning refreshes the guidelines without duplicating content.