Install the skill set

One command installs every DryUI skill into your agent. Once installed, the agent picks the right skill from each request without you hunting for slash commands.

bash
npx skills add rob-balfre/dryui

Use it from your agent

Claude Code, Codex, and other coding agents all use the same DryUI skills. Pick your agent for the install command, then ask for the skill by name when you want to be explicit.

Try these prompts

/dryui-init

Set up DryUI in a new or existing SvelteKit app.

/dryui-build build dashboard

Build or edit UI with DryUI components, tokens, and lint rules.

/dryui-live-feedback

Open the running app, wait for annotations, then apply each visual edit.

Use skills as the default surface. Visual feedback runs through the dryui-feedback MCP server.

Learn more

Feedback Loop