pixel
Originally fromahmadzakiy/skills
Installation
SKILL.md
Pixel New
Build Pixel 3 UI with a low-noise workflow: verify setup, map the UI, validate props, apply token-safe styling, and ship runnable Vue/Nuxt code.
Golden Rules
- Import UI from
@mekari/pixel3. - Use Pixel primitives before raw HTML equivalents.
- Wrap validated fields in
MpFormControl. - Verify props with Pixel MCP
get-componentbefore guessing. - Prefer design tokens over raw color, spacing, or typography values.
- Use CSS Props for
MpFlex,MpScrollbar,MpSkeleton, andPixel.*; usecss()only when CSS Props are unavailable. - Preserve the project's active token mode instead of mixing 2.1 and 2.4 ad hoc.
Workflow
1. Verify Setup
Read references/setup.md if package setup, plugin registration, or token mode is unclear.