diff --git a/README.md b/README.md index 4458ba78..4e90b9c4 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,32 @@ Default URLs: Kilo Code + + + OpenDesign
+ OpenDesign + + + jcode
+ jcode + + + Grok Build
+ Grok Build + + + Devin CLI
+ Devin CLI + + + DeepSeek TUI
+ DeepSeek TUI + + + Qwen Code
+ Qwen Code + + diff --git a/public/providers/opendesign.png b/public/providers/opendesign.png new file mode 100644 index 00000000..c68169aa Binary files /dev/null and b/public/providers/opendesign.png differ diff --git a/src/shared/constants/cliTools.js b/src/shared/constants/cliTools.js index 78ce98d0..2933bc5d 100644 --- a/src/shared/constants/cliTools.js +++ b/src/shared/constants/cliTools.js @@ -416,6 +416,45 @@ devin auth login devin --version`, }, }, + opendesign: { + id: "opendesign", + name: "OpenDesign", + image: "/providers/opendesign.png", + color: "#7C3AED", + description: "OpenDesign — claude.ai/design open-sourced! Agent-native design skills pack", + docsUrl: "https://github.com/manalkaff/opendesign", + configType: "guide", + notes: [ + { type: "info", text: "OpenDesign ships as a plugin/skills pack installed into Claude Code, Cursor, OpenAI Codex, Gemini CLI, or OpenCode. It inherits the host agent's model config, so once your host points at 9Router, /opendesign design sessions route through 9Router automatically — no extra env vars needed." }, + { type: "info", text: "Invoke with /opendesign . Covers decks, wireframes, interactive prototypes, design-system extraction, and brand systems, with a verifier subagent that checks output against the brief." }, + ], + guideSteps: [ + { step: 1, title: "Install the plugin", desc: "Pick your host below and run the matching install command from the matrix." }, + { step: 2, title: "No config needed", desc: "OpenDesign runs inside your host agent and uses its model config. If the host already routes through 9Router, /opendesign traffic does too." }, + { step: 3, title: "Start designing", desc: "Invoke OpenDesign from your agent:", value: "/opendesign make a pitch deck for a seed-stage AI company, 10 slides", copyable: true }, + ], + codeBlock: { + language: "bash", + code: `# Claude Code +/plugin marketplace add manalkaff/opendesign +/plugin install opendesign@opendesign + +# Cursor +/add-plugin opendesign + +# OpenAI Codex CLI +/plugins # search "opendesign" -> Install Plugin + +# OpenAI Codex App +# Plugins sidebar -> OpenDesign (Design section) -> + + +# Gemini CLI +gemini extensions install https://github.com/manalkaff/opendesign + +# OpenCode +# Fetch and follow .opencode/INSTALL.md from the repo`, + }, + }, // HIDDEN: gemini-cli // "gemini-cli": { // id: "gemini-cli",