.claude/skills/teach-impeccable/SKILL.md
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.
npx skillsauth add LilMikey-CN/YHIN teach-impeccableInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Gather design context for this project, then persist it for all future sessions.
Before asking questions, thoroughly scan the project to discover what you can:
Note what you've learned and what remains unclear.
STOP and call the AskUserQuestion tool to clarify. Focus only on what you couldn't infer from the codebase:
Skip questions where the answer is already clear from the codebase exploration.
Synthesize your findings and the user's answers into a ## Design Context section:
## Design Context
### Users
[Who they are, their context, the job to be done]
### Brand Personality
[Voice, tone, 3-word personality, emotional goals]
### Aesthetic Direction
[Visual tone, references, anti-references, theme]
### Design Principles
[3-5 principles derived from the conversation that should guide all design decisions]
Write this section to .impeccable.md in the project root. If the file already exists, update the Design Context section in place.
Then STOP and call the AskUserQuestion tool to clarify. whether they'd also like the Design Context appended to CLAUDE.md. If yes, append or update the section there as well.
Confirm completion and summarize the key design principles that will now guide all future work.
data-ai
Prisma ORM patterns including schema design, JSONB fields, pgvector integration, and migration workflow for YHIN
tools
Next.js 15 App Router patterns, server/client components, layouts, and routing conventions for YHIN
development
Core matching algorithm using pgvector semantic similarity. Finds "I have, they need" and "I need, they have" connections between users.
testing
Internationalization workflow using next-intl for Chinese/English bilingual support. Read this before adding any user-facing text.