Claude Design Transport — Design skill for Claude Code
Move a Claude Design project or design system between accounts with fidelity via the DesignSync write API — plus backup, bootstrapping, blank-screen namespace diagnosis, de-CDN'ing and bundle auditing.
How to install Claude Design Transport
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open gabrielmouallem/claude-design-transport and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Design Transport does
Move a Claude Design project or design system between accounts with fidelity via the DesignSync write API — plus backup, bootstrapping, blank-screen namespace diagnosis, de-CDN'ing and bundle auditing. An Agent Skill for Claude Code.
Alternatives in Design
- Doc — Read, create, and edit .docx documents with formatting and layout fidelity 14.6k ★
- Polish UI — Polish UI elements by auditing SCSS and TSX markup against the Anytype design system, then fixing discrepancie 8.7k ★
- Pack — Bundle every designlang output (DTCG tokens, Tailwind, shadcn, Figma vars, motion, anatomy, Storybook, prompts 3.6k ★
README

claude-design-transport
**Move a Claude Design project or design system from one account or project to another, with fidelity, by using the DesignSync write API instead of file uploads.**
That is the primary purpose, and it is a narrow, infrequent job. The pieces it is built from are not. Read the next section before deciding this is a one-off you can skip.
Why install it even if you never migrate
Each of these stands on its own:
- Backup and version control. Claude Design has no version history and no restore. Exporting on a cadence, committing to git, and knowing which files in the bundle are source and which are derived output is a discipline the reconnaissance and inventory phases give you for free. Anyone with a design system worth keeping needs this whether or not they ever move it.
- Bootstrapping a design-system project from an existing repo. The push route also runs in the direction nobody calls migration: local component library → fresh design-system project. Same tooling, same gating, same verification. This is the common case for a team adopting Claude Design with a codebase that predates it.
- Diagnosing blank screens after any move, rename or duplicate. A compiled Claude Design bundle binds one global named from the project's own name and id, and pages destructure it unguarded. Rename the project, duplicate it, or move it, and the global ceases to exist — TypeError, blank screen, clean console. The derivation rule and the fail-loud guard in
references/namespace.mdfix this regardless of how the project got moved. - De-CDN'ing a design system. Vendoring React, Babel, icon fonts and typefaces out of a project so it renders in restricted or offline environments — air-gapped review, CSP-constrained sandboxes, or simply not wanting prototypes to break when a CDN has a bad day. Independent of transport entirely.
- **Auditing
Related Skills
Claude Code Chat Viewer
Offline HTML viewer for Claude Code JSONL session transcripts. Six UI languages, light/dark theme, no backend,
TokenUsage2
A live, btop-style terminal dashboard for developers to track Claude Code, Codex CLI, and OpenCode token usage
Mem Migrate V3
Migrate ~/.gowth-mem/ from v2.4 single-file-per-topic to v3.0 topic-folder + dated-aspect layout. Atomic (roll
Figma Code Connect Setup
Map Figma components → RN code components via Figma Code Connect so the designer sees the RN primitive in the
Reauth
Re-authenticate Figmagent's remote transport with Figma (re-run OAuth, pick an account)
DesignReview
Two-way validation between SwiftUI implementation and Figma designs
Related Agents
Designer Agent
Product/UI Designer for the Movie DB KMP app. Use AFTER the Product Agent has written a product spec, to desig
Delivery
Packages finished renders for streaming distribution and VOD — HLS/DASH packaging with Shaka/GPAC, MP4 fragmen
Networking Expert
Diagnoses and designs DNS, TLS, load balancing, CDN caching, and protocol-level behavior (TCP, HTTP, gRPC, Web