
sveltejs / ai-tools
★ 284A skill package that teaches your agent 2 capabilities — every one documented and browsable below, no GitHub required · by sveltejs.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
CLI tools for Svelte 5 documentation lookup and code analysis with built-in autofixer. Three core commands: list-sections to browse available docs, get-documentation to fetch full documentation for specific topics, and svelte-autofixer to analyze code and suggest fixes Autofixer supports Svelte 4 and 5 targeting via --svelte-version flag and async mode via --async option Accepts both inline code (with escaped $ characters) and file paths for analysis Designed for use within the...
1 file — installable on its own
Guidance on writing fast, robust, modern Svelte code. Load this skill whenever in a Svelte project and asked to write/edit or analyze a Svelte component or…
11 files — installable on its own
@sveltejs/mcp
Repo for the official Svelte MCP server.
Dev setup instructions
pnpm i
cp apps/mcp-remote/.env.example apps/mcp-remote/.env
pnpm dev- Set the VOYAGE_API_KEY for embeddings support
[!NOTE] Currently to prevent having a bunch of Timeout logs on vercel we shut down the SSE channel immediately. This means that we can't use
server.logand we are not sendinglist-changednotifications. We can use elicitation and sampling since those are sent on the same stream of the POST request
Local dev tools
MCP inspector
pnpm run inspectThen visit http://localhost:6274/
- Transport type:
Streamable HTTP - http://localhost:5173/mcp
Database inspector
pnpm run db:studioInstall the whole package (2 skills):
npx skills add https://github.com/sveltejs/ai-toolsOr install a single skill:
npx skills add https://github.com/sveltejs/ai-tools --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.