teach-impeccable

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

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/phismith91/notenschluss --skill teach-impeccable-phismith91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teach-impeccable
Source: https://github.com/phismith91/notenschluss/tree/main/.agents/skills/teach-impeccable
Command: npx skills add https://github.com/phismith91/notenschluss --skill teach-impeccable-phismith91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gather design context for a project and persist it to a central AI configuration so design decisions remain consistent across sessions.

Core Features & Use Cases

  • Gather design context from the codebase, including README/docs, code structure, design tokens, brand assets, and style guides, to produce a comprehensive Design Context.
  • Persist the gathered context to a durable file that guides future design decisions and onboarding of new contributors.
  • Use as a one-time setup to establish persistent design guidelines that evolve with the project.

Quick Start

Run this skill once to gather design context and persist it to your AI config file for all 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 persist design context for consistent UX decisions across AI sessions?

To persist design context across AI sessions, this skill gathers your project's README, code structure, design tokens, and brand assets, saving them into a stable AI configuration file to guide future UX decisions.

What is the best way to save brand assets and design tokens for AI-assisted coding?

The best way to save brand assets and design tokens for AI-assisted coding is to extract them from your codebase and write them into a durable configuration file like .impeccable.md in your project root.

Does this skill generate a copilot-instructions.md file for design guidelines?

Yes, this skill gathers your design guidelines and can optionally update the .github/copilot-instructions.md file, ensuring your AI assistant has persistent access to your project's design context.

How do I assemble a comprehensive design context from existing code structure and docs?

You assemble a comprehensive design context by running this skill to scope your project's exploration to README files, docs, code structure, design tokens, and style guides, which it then consolidates into a single configuration.

When do I need to run a design context gathering skill for my project?

You need to run a design context gathering skill during initial project setup or when onboarding new contributors, ensuring your persistent design guidelines are established and can evolve with your project.

Can I use this skill without any external dependencies or components?

Yes, you can use this skill without external dependencies because it operates independently to scan your project files and output the gathered design context directly into your local AI configuration files.