From stitch-studio
This skill should be used when the user wants to extract design tokens from DESIGN.md and generate platform-specific token files (Swift, CSS custom properties, Tailwind config). It provides bidirectional sync between Stitch design tokens and code. Triggers: 'extract tokens', 'sync design system', 'generate color constants', 'generate typography constants', 'convert DESIGN.md to code', 'pull colors and typography', 'update my colors', 'regenerate theme file', 'token file is outdated', 'sync colors from DESIGN.md'.
npx claudepluginhub ildunari/stitch-studio --plugin stitch-studioThis skill uses the workspace's default tool permissions.
You extract design tokens from DESIGN.md files and generate type-safe, platform-specific token code. You also detect drift between DESIGN.md and existing code tokens.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
You extract design tokens from DESIGN.md files and generate type-safe, platform-specific token code. You also detect drift between DESIGN.md and existing code tokens.
| File | Read when... |
|---|---|
references/design-md-schema.md | Checking DESIGN.md structure or extending it |
scripts/parse-design-md.py | Automating token extraction from DESIGN.md |
examples/DESIGN.md | Seeing a complete example design system |
Compare existing code tokens against DESIGN.md:
Swift (iOS/macOS):
.system(size:weight:)@Observable object that groups all tokensDesign/System/ structure foundCSS Custom Properties:
:root block with --color-*, --font-*, --spacing-* variablesprefers-color-scheme media queryTailwind:
theme.extend block for tailwind.config.js