Back to Claude Code Router

Claude Design Plugin

packages/electron/bundled-plugins/claude-design/README.md

3.0.161.2 KB
Original Source

Claude Design Plugin

This directory is installable through CCR Desktop's local extension picker.

  1. Open Extensions.
  2. Click Install.
  3. Click Choose folder.
  4. Select this plugins/claude-design directory.
  5. Install and keep the extension enabled.

Claude Design and Claude Ship are separate plugins. Install plugins/claude-ship when you also need the Ship app.

By default the Claude Design window loads https://claude-design.ccrdesk.top/design from the frontend embedded in the plugin code. Static files under /design/* are served by the Claude Design frontend host, while CCR still intercepts Design API paths such as /v1/design, /design/v1/design, Omelette RPC, bootstrap, and privacy consent probes.

Browser-saved Claude Design HTML and Claude app ion-dist assets are no longer auto-detected. The plugin uses the Cloudflare Pages frontend by default; for local development fixtures, set assetDir explicitly.

When the packaged app owns the ccr:// protocol handler, the window can also be opened with:

sh
open 'ccr://plugin/claude-design/open'

The local test is considered healthy when Claude Design opens, can create a project, can list projects, and can send an agent message.