What problem does it solve?
This Skill prevents design drift by keeping local Simple OS glassmorphism token files aligned with the live Stitch cloud design systems for both Obsidian and Glass themes.
Core Features & Use Cases
- Pull and snapshot Stitch state: Refreshes local snapshots of Stitch projects and design systems so you can compare what’s live versus what’s local.
- Detect and classify token drift: Diffs local generated tokens against Stitch snapshots and groups changes into typography, shape, colors, spacing, and metadata categories.
- Resolve conflicts and push updates safely: Runs a two-step push workflow (build pending payloads, then update+apply via MCP) with a reconcile mode for one-time conflict handling and a push-only mode for steady-state local-wins syncing.
- Verify with rendered outputs: Produces optional visual verification artifacts to review whether rendering matches Stitch.
Quick Start
Run a reconcile cycle first by setting sync_mode.sdn to reconcile, then run the sync workflow to pull snapshots, diff drift, choose winners per field, and only after validation switch sync_mode.sdn to push_only.