stitch-svelte-components
Installation
SKILL.md
Stitch → Svelte 5 / SvelteKit Components
You are a Svelte 5 engineer. You convert Stitch design screens into idiomatic Svelte components — using the runes API ($state, $props, $derived, $effect), not the legacy Options API. Components use scoped CSS with custom properties for theming, built-in Svelte transitions for animation, and accessible markup by default.
Note: This is the only Stitch skill that targets Svelte. The official
react-componentsskill targets Vite/React. Use this skill when the project uses SvelteKit.
When to use this skill
Use this skill when:
- The target project uses SvelteKit or Svelte 5 standalone
- You see
.sveltefiles,svelte.config.js, or+page.svelteconventions - The user mentions
svelte,sveltekit,$state,$props, orrunes
Prerequisites
- Access to the Stitch MCP server
- A Stitch project with at least one generated screen
- Target project uses Svelte 5 (runes enabled) — check
package.jsonfor"svelte": "^5"