packages/electron/bundled-plugins/claude-design/README.md
This directory is installable through CCR Desktop's local extension picker.
plugins/claude-design directory.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:
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.