svelte-deployment
Installation
SKILL.md
IMPORTANT: Keep description on ONE line for Claude Code compatibility
prettier-ignore
Svelte Deployment
Quick Start
pnpm 10+: Add prepare script (postinstall disabled by default):
{
"scripts": {
"prepare": "svelte-kit sync"
}
}
Vite 7: Update both packages together:
Related skills