teach-impeccable

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

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/LinCie/bearuang --skill teach-impeccable-lincie
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: teach-impeccable
Source: https://github.com/LinCie/bearuang/tree/main/.agents/skills/teach-impeccable
Command: npx skills add https://github.com/LinCie/bearuang --skill teach-impeccable-lincie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI assistants start every session without knowing your project's design direction, leading to inconsistent UI decisions. This Skill captures your design context once and persists it so all future sessions follow the same guidelines. ## Core Features & Use Cases - Codebase Exploration: Scans README, package.json, components, brand assets, and CSS variables to infer existing design patterns before asking questions. - Targeted UX Questioning: Asks only about what cannot be inferred, covering users, brand personality, aesthetic preferences, and accessibility requirements. - Persistent Design Context: Writes a structured Design Context section to .impeccable.md and optionally to .github/copilot-instructions.md. - Use Case: Run once at the start of a new web project to establish users, brand personality, visual direction, and design principles that guide every subsequent AI-assisted design task. ## Quick Start Ask the AI to run the teach-impeccable setup to gather design context and save it to the project 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 give my AI assistant persistent design guidelines for a project?▼

Run this setup once to explore your codebase, answer targeted UX questions, and save a Design Context section to .impeccable.md. Future sessions read this file so design decisions stay consistent.

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.

Does it work with GitHub Copilot instructions?▼

Yes. After writing .impeccable.md, it asks whether you also want the Design Context appended to .github/copilot-instructions.md, and updates that section in place if you confirm.

When should I run the design context setup?▼

Run it once at the start of a project or when design direction changes. It is a one-time setup, not a per-task tool; rerunning it updates the existing Design Context section in place.

What are the limitations of a one-time design context file?▼

The saved context can become stale if branding or audience changes without rerunning the setup. It also depends on the quality of your answers, since it cannot infer subjective preferences like emotional tone from code alone.