svelte-cli
Installation
SKILL.md
Svelte CLI (sv)
When to use this skill
Use this skill when the user wants to:
- Create a new SvelteKit project (
sv create) - Add an integration to an existing project (
sv addwith official or community add-ons) - Run type / compile / a11y diagnostics on a Svelte project (
sv check) - Migrate a codebase between Svelte / SvelteKit versions (
sv migrate) - Build, test, and publish a custom
svadd-on - Read or edit
svelte.config.js/vite.config.jsprogrammatically viasv-utils
Do not use this skill for general Svelte component API questions, routing conventions, or store/state management — those belong to the svelte / sveltekit skills.
Overview — what is sv?
sv is the official Svelte command-line toolkit for creating and maintaining Svelte(SvelteKit) applications. It ships as an npm package and is best run via npx / pnpm dlx / bunx / deno run npm:sv: