Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Living wiki of UI design patterns and best practices built with Fumadocs, Next.js, and Base UI components.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
rules/_template.md
1---2title: Rule Title Here3impact: MEDIUM4impactDescription: Optional description of impact5tags: tag1, tag26---78## Rule Title Here910Brief explanation of the rule and why it matters.1112**Incorrect (description of what's wrong):**1314```tsx15// Bad code example here16```1718**Correct (description of what's right):**1920```tsx21// Good code example here22```2324Reference: [Link to documentation or resource](https://example.com)25