Svelte and SvelteKit mastery — Svelte 5 runes reactivity, stores, SvelteKit routing with load functions and form actions, server-side rendering, prerendering, adapter configuration for different deployment platforms, and testing. Build production-grade Svelte applications with best practices.
From godmodenpx claudepluginhub arbazkhan971/godmodegodmode/Svelte and SvelteKit mastery — Svelte 5 runes reactivity, stores, SvelteKit routing with load functions and form actions, server-side rendering, prerendering, adapter configuration for different deployment platforms, and testing. Build production-grade Svelte applications with best practices.
/godmode:svelte # Full Svelte/SvelteKit project assessment
/godmode:svelte --audit # Audit existing Svelte project
/godmode:svelte --migrate # Migrate Svelte 4 to Svelte 5 runes
/godmode:svelte --sveltekit # Set up or configure SvelteKit
/godmode:svelte --stores # Design and implement state management
/godmode:svelte --routing # Design SvelteKit routing with load functions
/godmode:svelte --actions # Implement form actions for mutations
/godmode:svelte --adapter vercel # Configure deployment adapter
/godmode:svelte --ssr # Configure rendering strategy per route
/godmode:svelte --test # Set up Vitest and write tests
/godmode:svelte --component Card # Generate a new component with tests
/godmode:svelte --hooks # Set up server/client hooks
"svelte: <project> — <N> routes, <N> components, <adapter>"After setup: /godmode:tailwind for styling, /godmode:a11y for accessibility.
After building: /godmode:e2e for end-to-end testing with Playwright.
When ready: /godmode:ship to deploy.
/godmode:svelte # Full assessment and scaffolding
/godmode:svelte --sveltekit # Configure SvelteKit with routing
/godmode:svelte --migrate # Migrate Svelte 4 to Svelte 5 runes
/godmode:svelte --adapter cloudflare # Configure Cloudflare adapter
/godmode:svelte --actions # Implement form actions