teach-impeccable

Gather project design context and persist it to .impeccable.md.

Updated Jul 14, 2025
One-click install
npx skills add https://github.com/Kael-Dean/SKT --skill teach-impeccable-kael-dean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teach-impeccable
Source: https://github.com/Kael-Dean/SKT/tree/main/.agents/skills/teach-impeccable
Command: npx skills add https://github.com/Kael-Dean/SKT --skill teach-impeccable-kael-dean

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gather design context for this project, then persist it for all future sessions to guide AI-assisted work.

Core Features & Use Cases

  • Context gathering: Explore the codebase, brand assets, design tokens, and docs to synthesize a complete design brief.
  • Persistence: Write the finalized design context to a central AI config file and optionally to Copilot instructions for future sessions.
  • Guidance enablement: Provide an immediate, structured prompt that instructs teammates and AI about desired brand and UX outcomes.

Quick Start

Run the one-time setup to collect project design context and persist it to the .impeccable.md 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 guidelines for AI-assisted UX design across sessions?

To persist design guidelines, gather your project's design context and save it to an AI configuration file. This enforces consistent brand and UX constraints across all future AI-assisted sessions.

What is the best way to set up brand guidelines for Copilot instructions?

The best way to set up brand guidelines is to synthesize design tokens and brand assets into a structured brief, then optionally write that design context directly to your Copilot instructions file.

How does design context gathering work for a new project setup?

Design context gathering works by exploring your codebase, brand assets, and docs to synthesize a complete design brief, which is then saved to a central configuration file to guide future workflows.

Do I need a specific file format to enforce persistent project design context?

Yes, the design context is written to a central AI config file named .impeccable.md. The skill requires a frontmatter with a name and description to properly structure and save the guidelines.

Can I use this to update existing design tokens and technical constraints?

Yes, you can run the setup process to collect and update existing design context. It synthesizes your current technical constraints and brand guidelines, overwriting the configuration to ensure consistent UX outcomes.

What are the limitations of persisting AI configuration for UX design?

The primary limitation is that persistence relies on a static configuration file, meaning guidelines will not automatically adapt to codebase changes without manually re-running the context gathering and update process.