teach-impeccable

Gather design context from a codebase and save it to a Design Context file.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/effiemincer/contract-review-pipeline --skill teach-impeccable-effiemincer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teach-impeccable
Source: https://github.com/effiemincer/contract-review-pipeline/tree/main/.agents/skills/teach-impeccable
Command: npx skills add https://github.com/effiemincer/contract-review-pipeline --skill teach-impeccable-effiemincer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gather design context for this project and save it to a persistent AI config file, ensuring consistent guidelines are available for all future sessions.

Core Features & Use Cases

  • Collects project goals, user roles, brand voice, design tokens, and existing patterns from the codebase and docs.
  • Prompts for UX-focused questions to clarify goals, audiences, and constraints.
  • Writes a Design Context file (.impeccable.md) in the project root and can optionally append to CLAUDE.md if requested.

Quick Start

Run teach-impeccable to scan the repository and create or update the Design Context in .impeccable.md.

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 coding sessions?

You can persist design context across AI coding sessions by writing project goals, design tokens, and brand voice guidelines to a persistent AI config file like .impeccable.md, ensuring consistent guidelines are available for all future sessions.

How do I capture UX priorities and design tokens for my project?

Capture UX priorities and design tokens by running a tool that prompts you for UX-focused questions, clarifies your project goals and audience constraints, and saves the gathered design context directly into a file in your project root.

Can I save design context to CLAUDE.md automatically?

Yes, you can save design context to CLAUDE.md. The tool writes a Design Context file in the project root and can optionally append the captured design context to CLAUDE.md if requested during the setup process.

What is a design context file and how does it improve AI workflows?

A design context file stores project goals, user roles, brand voice, and design tokens gathered from your codebase. It improves AI workflows by providing persistent, consistent design guidelines for all future AI sessions.

Does this design context tool require any external dependencies?

No, this design context tool requires no external dependencies. It independently gathers scope on UX and brand guidance directly from the codebase and docs without needing any additional installed tool components.