teach-impeccable

Gathers project design context and writes persistent design guidelines to CLAUDE.md.

1|Updated Oct 20, 2024
One-click install
npx skills add https://github.com/SteveChandler/quiver --skill teach-impeccable-stevechandler
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: teach-impeccable
Source: https://github.com/SteveChandler/quiver/tree/main/.agents/skills/teach-impeccable
Command: npx skills add https://github.com/SteveChandler/quiver --skill teach-impeccable-stevechandler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI assistants start every session without knowledge of your project's design direction, leading to inconsistent UI decisions. This Skill runs a one-time setup that captures your brand, users, and aesthetic preferences and persists them for all future sessions. ## 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 users, brand personality, aesthetic direction, and accessibility needs that cannot be inferred from the code. - Persistent Design Context: Writes a structured Design Context section (users, brand personality, aesthetic direction, design principles) into CLAUDE.md, updating it without duplication. - Use Case: A developer starting a new web app runs this once so every subsequent AI-assisted design task follows the same established brand and accessibility guidelines. ## Quick Start Ask the AI to run the teach-impeccable setup to establish design guidelines for this project.

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?▼

Run this Skill once in your project. It explores your codebase, asks targeted UX questions, and writes a Design Context section to CLAUDE.md that all future sessions will follow.

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, theme mode, color constraints, and accessibility requirements such as WCAG level.

Does it work if CLAUDE.md already exists?▼

Yes. If CLAUDE.md exists, the Skill updates its Design Context section without duplicating content, preserving any other sections already in the file.

Do I need to run the design setup more than once?▼

No, it is designed as a one-time setup. The written Design Context persists in CLAUDE.md and guides all future sessions, though you can rerun it if your brand direction changes.

What does the skill scan before asking questions?▼

It scans the README and docs, package.json and config files, existing components, brand assets like logos and favicons, and design tokens or CSS variables to avoid asking about anything already answerable from the code.