What problem does it solve? Applying a governed brand system to a website without forking its source of truth is error-prone: token formats mismatch, dark-mode schemes get hand-ported, logos get redrawn, and copy drifts off-brand. This Skill wires a builder-emitted brand repo (contract 0.6.0) into an Astro plus Tailwind v4 site on Cloudflare so the site stays a registered projection of the canon, never a second source. ## Core Features & Use Cases - Verbatim token ingestion: Copies the brand repo's pre-emitted tokens/web/ string projection byte-identically and runs the existing Style Dictionary v5 pipeline, with one registered transform for cubicBezier easing arrays. - Scheme serialization: Generates src/styles/schemes.css from structured-OKLCH scheme files via a vendored zero-dependency script, with light as the default and no OS-based auto-switching. - Asset and voice wiring: Copies exact-file logos, currentColor icons, and woff2 fonts; derives favicon and raster OG images; loads canon.json plus both keystones for all copy decisions; registers the site in the brand's projection registry. - Use Case: A client hands you their brand-system repo. You run its gate board, copy the token projection, serialize the dark scheme, wire fonts and logos, and the site renders fully on-brand with every canon rule cited by ID. ## Quick Start Consume the brand repo at ../furever-brand into this Astro site, starting by running its gate board and then wiring tokens, schemes, assets, and voice.