AI Summaryteach-impeccable is a one-time setup skill that automatically discovers and persists your project's design context (patterns, tokens, brand assets) into your AI config, enabling Claude Code to maintain consistent design guidelines across all future sessions.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "teach-impeccable" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/teach-impeccable && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/teach-impeccable/SKILL.md "https://raw.githubusercontent.com/pbakaus/impeccable/main/.claude/skills/teach-impeccable/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
One-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines.
Step 1: Explore the Codebase
Before asking questions, thoroughly scan the project to discover what you can: • README and docs: Project purpose, target audience, any stated goals • Package.json / config files: Tech stack, dependencies, existing design libraries • Existing components: Current design patterns, spacing, typography in use • Brand assets: Logos, favicons, color values already defined • Design tokens / CSS variables: Existing color palettes, font stacks, spacing scales • Any style guides or brand documentation Note what you've learned and what remains unclear.
Step 2: Ask UX-Focused Questions
STOP and call the AskUserQuestionTool to clarify. Focus only on what you couldn't infer from the codebase:
Users & Purpose
• Who uses this? What's their context when using it? • What job are they trying to get done? • What emotions should the interface evoke? (confidence, delight, calm, urgency, etc.)
Brand & Personality
• How would you describe the brand personality in 3 words? • Any reference sites or apps that capture the right feel? What specifically about them? • What should this explicitly NOT look like? Any anti-references?
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster