open-design

Launch a local nexu-io Open Design workspace with web UI and daemon services.

130|14|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/dmae97/oh-my-kimi --skill open-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-design
Source: https://github.com/dmae97/oh-my-kimi/tree/main/templates/skills/kimi/open-design
Command: npx skills add https://github.com/dmae97/oh-my-kimi --skill open-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of starting and wiring a local Open Design environment so OMK/Kimi can rapidly generate design prototypes, decks, and design artifacts in a browser-based workspace.

Core Features & Use Cases

  • Local Open Design workspace startup: Clones or reuses the pinned nexu-io/open-design checkout under .omk/open-design, installs the pinned pnpm workspace when needed, and starts both the daemon and web UI.
  • OMK prompt-template integration: Registers an Awesome DESIGN.md Web UI Reference (OMK) prompt template so prompts can leverage catalog-style DESIGN.md names (e.g., vercel, linear.app, stripe, voltagent) while keeping local tokens authoritative.
  • Operational safety for local runs: Guards against accidental secret leakage via default env-var filtering and provides rules for adapting references without cloning trademarked visuals.
  • Use Case: When you want a consistent design system output for a product update, you can start the local UI and have Kimi draft presentation-ready artifacts while using your local DESIGN.md tokens as the source of truth.

Quick Start

Run OMK with: omk design open-design --open to start Open Design locally and print the localhost URL.

Frequently Asked Questions about open-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a local UI prototyping workspace for agent-assisted design generation?

To run a local UI prototyping workspace, execute `omk design open-design --open`. This command starts the daemon and web UI, cloning the pinned nexu-io checkout and installing the pnpm workspace on configurable localhost ports.

Can I use my local design tokens as the source of truth when generating presentation artifacts?

Yes, you can use your local design tokens as the source of truth. The skill registers an Awesome DESIGN.md Web UI Reference template, allowing prompts to leverage catalog-style names while keeping your local tokens authoritative during artifact generation.

Do I need to manually clone the nexu-io repository before starting the web and daemon services?

No, you do not need to manually clone the repository. The startup process automatically clones or reuses the pinned nexu-io checkout under `.omk/open-design` and installs the required pnpm workspace environment when needed.

What protections exist against accidental secret leakage during local design system generation?

The local design system generation process includes operational safety guards via default environment variable filtering. These guards help prevent accidental secret leakage when starting the local web and daemon services for iterative design workflows.

Can I reference existing design systems like Vercel or Stripe without cloning trademarked visuals?

Yes, you can reference existing design systems like Vercel or Stripe without cloning trademarked visuals. The OMK prompt-template integration provides rules for adapting catalog-style references while keeping local tokens authoritative and avoiding trademark infringement.