Other · Channel: AI Agent

open-design

Repository with 20 AI design skill templates for Claude Code and AI agents. Covers audio, documents, dashboards, web pages, and presentations. Each SKILL.md defines workflow, model routing, and dispatch commands.

Skillnexu-io/open-designVerify upstream fit
Rank signal91/100

This rank signal uses GitHub stars, measured star growth, and recent maintenance. It is not a safety score or install approval.

SKILL.md proofSKILL.mdOpen the upstream source before installing.
GitHub stars38,675Adoption baseline, not a quality guarantee.
Adoption momentum+954/wk starsMeasured star growth from the current scan window.
Recent updatetodayRecent maintenance signal: last pushed May 13, 2026.
Why we list it

Worth reviewing before you install

Worth a closer look if the use case fits. It has adoption, measured growth, and recent maintenance. Install notes are available, but you should still inspect the source.

Approved public shortlistSKILL.md evidenceAlternatives kept nearby
Best for

Teams wanting ready-made AI agent skill templates for design production work.

Review before install

Inspect design-templates/audio-jingle/SKILL.md and the install command before adding it to a shared agent workflow. No actionable warning was returned for this snapshot.

Compare alternatives

Compare nearby skills in the AI Agent, Claude Code, Codex channel when 38,675 GitHub stars, source freshness, or install notes are close. This one has a clearer install path, but a nearby skill may still fit your agent setup better.

GitHub38,675 stars4,397 forksSkill

How to install open-design

| **Imports** | Drop a [Claude Design][cd] export ZIP onto the welcome dialog — `POST /api/import/claude-design` parses it into a real project so your agent can keep editing where Anthropic left off |
| **Lifecycle** | One entry point: `pnpm tools-dev` (start / stop / run / status / logs / inspect / check) — boots daemon + web (+ desktop) under typed sidecar stamps |
2 · Skills are files, not plugins.
Source evidence preview

We show selected README/SKILL.md excerpts, not a full mirror of the repo. Use the focus cards for install notes, usage, and skill rules, then open GitHub before installing.

Install evidence

Command extracted from README.md.

| **Imports** | Drop a [Claude Design][cd] export ZIP onto the welcome dialog — `POST /api/import/claude-design` parses it into a real project so your...
Usage evidence

Sections found: Workflow.

Skill rules

Sections found: Workflow.

README.mdSections: Quickstart, Download the desktop app (no build required), Run with Docker, Requirements

Quickstart

Download the desktop app (no build required)

The fastest way to try Open Design is the prebuilt desktop app — no Node, no pnpm, no clone:

Run with Docker

Run Open Design without installing Node.js or pnpm locally.

Requirements
  • Docker Desktop
  • Docker Compose v2

Verify Docker:

docker compose version
Start Open Design
git clone https://github.com/nexu-io/open-design.git
cd open-design/deploy
docker compose up -d

Open in your browser:

http://localhost:7456
Common Commands

Need the full source? Read full README on GitHub