svelte-code-writer
Svelte 5 Code Writer
CLI Tools
You have access to @sveltejs/mcp CLI for Svelte-specific assistance. Use these commands via npx:
List Documentation Sections
npx @sveltejs/mcp list-sections
Lists all available Svelte 5 and SvelteKit documentation sections with titles and paths.
Get Documentation
npx @sveltejs/mcp get-documentation "<section1>,<section2>,..."
More from svelte-society/sveltesociety.dev
using-remote-functions
Create SvelteKit components using Remote Functions for type-safe client-server communication. Use when building components that need to fetch data, submit forms, or execute server commands. Remote Functions work at the component level, not page level.
13page builder
Patterns for building list and detail pages with forms, filters, and data fetching
10e2e test builder
Create Playwright E2E tests using Page Object Model pattern with database isolation
10component-builder
Create UI components using tailwind-variants for type-safe styling. Use when creating or editing components in src/lib/ui/.
9admin crud page
Create admin dashboard pages with tables, forms, and actions
7sample-basic
A minimal example skill demonstrating the required structure. Use this as a template when creating new skills.
1