teach-impeccable

Captures a project's design context and persists it to .impeccable.md and optionally CLAUDE.md for reuse across sessions.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/cshyang/nochore --skill teach-impeccable-cshyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teach-impeccable
Source: https://github.com/cshyang/nochore/tree/main/capabilities/incubator/skills/teach-impeccable
Command: npx skills add https://github.com/cshyang/nochore --skill teach-impeccable-cshyang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gathers project design context and saves it to your AI config file so design guidelines are available across all sessions.

Core Features & Use Cases

  • Explore the codebase to identify readme/docs, brand assets, tokens, and styling cues.
  • Prompt for UX-focused questions to clarify users, brand personality, and accessibility needs.
  • Persist a Design Context document to the project as .impeccable.md and optionally update CLAUDE.md for broader consistency.

Quick Start

Run this setup once to collect the design context and persist it to your AI config file.

Frequently Asked Questions about teach-impeccable

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

FAQPage Schema
How do I persist design context across AI sessions for consistent UI patterns?

To persist design context, this Skill scans your codebase for brand assets and design tokens, prompts for UX clarifications, and writes the captured guidelines to an AI config file like .impeccable.md for consistent future sessions.

What design context should I capture for my project's AI config file?

You should capture readme docs, brand assets, design tokens, styling cues, target users, brand personality, and accessibility needs. This forms a design context document applied to all future AI-generated UI decisions.

Can I update CLAUDE.md with project design guidelines automatically?

Yes, you can optionally update CLAUDE.md with your captured design guidelines. The process writes the design context document to .impeccable.md and can also update CLAUDE.md for broader AI consistency across sessions.

Does this design context setup work without external dependencies?

Yes, persisting design context requires no external dependencies. It independently explores your codebase to identify styling cues and writes the UX research results directly to local config files like .impeccable.md.

When do I need to run the design context capture process for my codebase?

Run the design context capture once during project setup. This establishes the baseline UX research, brand personality, and design system guidelines that persist to your AI config, ensuring all subsequent design decisions align.