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

  1. Import UI from @mekari/pixel3.
  2. Use Pixel primitives before raw HTML equivalents.
  3. Wrap validated fields in MpFormControl.
  4. Verify props with Pixel MCP get-component before guessing.
  5. Prefer design tokens over raw color, spacing, or typography values.
  6. Use CSS Props for MpFlex, MpScrollbar, MpSkeleton, and Pixel.*; use css() only when CSS Props are unavailable.
  7. 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.

Installs
19
First Seen
Feb 24, 2026