# pxlkit — Claude Code skills Plugin v1.0.0, built against @pxlkit/ui-kit v2.1.1. The two version independently; the skills read whichever kit version your project has. Five skills for building pixel-art interfaces with @pxlkit/ui-kit: 111 React components, 226+ pixel-art icons, a switchable pixel/linear surface, and seven tones. Docs: https://pxlkit.xyz/skills Source: https://github.com/Joangeldelarosa/pxlkit ## Install claude plugin marketplace add Joangeldelarosa/pxlkit && claude plugin install pxlkit@pxlkit Minimal clone (skips the rest of the monorepo): claude plugin marketplace add Joangeldelarosa/pxlkit --sparse plugins/pxlkit Update: claude plugin update pxlkit ## Requirements - React 18.2 or 19 - Tailwind CSS v4 — the stylesheet is CSS-first and will not compile on v3 - Node 20 or newer - Claude Code with the `claude plugin` CLI ## Skills ## /pxlkit:start — Set the project up Checks whether this project can run pxlkit at all, then wires it up. What it does: - Classifies the project as ready, repairable or incompatible - Detects the framework and package manager, because the setup genuinely differs - Applies the matching recipe: stylesheet, @source directive, providers, fonts, dark mode - Introduces the other four commands Arguments: [project directory] — Defaults to the working directory. Example: /pxlkit:start ## /pxlkit:imagine — Build something new Composes a page from the real component API, then measures what it built. What it does: - Reads the kit version your project actually has installed - Picks sections from recipes extracted from templates that ship - Writes a component budget as a table before writing any code - Generates, then runs the audit gates on its own output - Reports the gate results, including anything still failing Arguments: [description] — What you want. Plain language. --from