Repo

Install the skills

npx skills add mrmartineau/zui

This writes the skill files into your project's .skills/ directory and registers them with your AI tooling.

Available skills

Skill Use it for
using-zui Building interfaces with ZUI — components, tokens, utilities, framework wrappers
migrate-to-zui Porting an existing app from Tailwind, shadcn/ui, MUI, Chakra, Bootstrap, or a bespoke design system to ZUI
zui-theme Building a documentation site with @mrmartineau/zui-theme

using-zui

Gives the AI assistant:

Prompt naturally once installed:

Add a success badge next to the user's name
Create a contact form with name, email, and message fields

The model will use correct ZUI classes and tokens rather than generic Tailwind or inline styles.

migrate-to-zui

A phased migration workflow for moving an existing project onto ZUI without a big-bang rewrite:

Prompt examples:

Migrate this app from shadcn/ui to ZUI
Map our Tailwind theme config onto ZUI tokens

zui-theme

Covers scaffolding and integrating @mrmartineau/zui-theme, the source-only Astro docs theme built on ZUI — DocsLayout, file-based sidebar and TOC, the Demo component, and the theme switchers.

Manual installation

If your tooling doesn't support npx skills add, copy a skill file directly:

curl -o .skills/using-zui.md \
  https://raw.githubusercontent.com/mrmartineau/zui/main/skills/using-zui/SKILL.md

curl -o .skills/migrate-to-zui.md \
  https://raw.githubusercontent.com/mrmartineau/zui/main/skills/migrate-to-zui/SKILL.md

Or reference the skill content from the repository at skills/<skill-name>/SKILL.md.

Theme

Copy this CSS to your project: