What problem does it solve? Importing design work from Claude Design into a code project normally requires manually unpacking export files, copying tokens, and reorganizing assets. This Skill automates that handoff by validating, parsing, and normalizing bundle contents into a structured .moai/design/ directory ready for frontend implementation. ## Core Features & Use Cases - Bundle Validation and Security Scanning: Checks ZIP and HTML bundles for correct format, whitelisted versions, and rejects archives containing executables, symlinks, or path traversal entries before extraction. - Design Token Extraction and Normalization: Extracts tokens.json and normalizes varying field names (e.g., primary_color, brand_color) into a standard MoAI token schema covering colors, typography, spacing, radii, and shadows. - Structured Error Codes with Fallback Guidance: Returns specific error codes like DESIGN_IMPORT_UNSUPPORTED_VERSION with detected version, supported versions, and guidance to switch to the code-based brand design path. - Use Case: A designer exports a Claude Design ZIP bundle containing manifest.json, tokens.json, and component HTML files. You provide the bundle path, and the Skill extracts everything into .moai/design/ for the expert-frontend agent to consume. ## Quick Start Import the Claude Design bundle at ./handoff/design-bundle.zip and extract its tokens and components for frontend implementation.