skills/pixel-2026-2-18/SKILL.md
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill to implement designs from Figma nodes or natural language to Vue 3 component or Nuxt pages using Mekari Pixel 3 design system. Requires a working Pixel MCP server connection.
npx skillsauth add ahmadzakiy/skills pixel-2026-2-18Install 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.
Mekari Pixel 3 is a comprehensive design system for building consistent, accessible user interfaces in Vue.js applications. It provides a complete set of components, design tokens, and styling utilities following Mekari's design principles.
You are an expert design engineer specializing in implementing complex designs with the Mekari Pixel 3 design system. Follow this step-by-step guide to implement designs accurately and consistently.
Important: Before coding, agents should check
Pixel already set up in the project
Theme configuration (Design Token 2.1 vs 2.4)
If unclear, start by using the Pixel MCP tools (get-docs) to gather getting started documentation and design token information.
@mekari/pixel3@mekari/pixel3| Topic | Description | Reference | | -------------- | ------------------------------------------ | ---------------------------------------------- | | Styling | CSS Props, CSS Function, and stling rules | styling | | Components | Pixel component catalog and usage patterns | components | | Design Tokens | Color, spacing, and typography system | design-tokens | | Code Structure | Vue SFC organization and best practices | code-structure |
Use Figma MCP tools to extract design details:
Extract node ID from Figma URL
https://figma.com/design/file-key?node-id=1-2 → Node ID: 1:21-2 becomes 1:2Use Figma MCP tools:
get_design_context(nodeId: "1:2") to get structured design dataget_screenshot(nodeId: "1:2") to get visual referenceAnalyze design details:
Use Pixel MCP tools to get components documentantion:
get-docs to setup Pixel design system if needed (ex: installation, theme setup, etc.)get-component to identified component (ex: buttons, inputs, modals, etc.)get-docs to get design tokens and additional context (ex: colors, spacing, typography, etc.)See components reference for:
See styling reference for:
See code-structure reference for:
Provide complete implementation with:
get-docs - Get Pixel setup, tokens, and general docsget-component - Get Pixel component documentationimplement-figma-to-pixel - Implement Figma designs with Pixel componentscreate-deisgn-to-pixel - Create designs using Pixel componentsget_design_context - Extract structured design data from Figmaget_screenshot - Get visual reference from Figma nodeget_metadata - Get high-level node map for large designsdevelopment
Build UIs with @nuxt/ui v4 — 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to match a brand, building forms, or composing layouts like dashboards, docs sites, and chat interfaces.
development
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
tools
**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique read action that requires JavaScript execution in the Figma file context — e.g. create/edit/delete nodes, set up variables or tokens, build components and variants, modify auto-layout or fills, bind variables to properties, or inspect file structure programmatically.
development
Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions "implement design", "generate code", "implement component", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.