svelte-ai
Installation
SKILL.md
Svelte AI
When to use this skill
Use this skill when:
- Configuring the Svelte MCP server (local stdio via
@sveltejs/mcpor remote viahttps://mcp.svelte.dev/mcp) for AI coding tools (Claude Code, Claude Desktop, Cursor, VS Code, Codex CLI, Copilot CLI, Antigravity CLI, OpenCode, Zed, GitHub Coding Agent). - Adding an
AGENTS.md(orCLAUDE.md/GEMINI.md) block that describes the four MCP tools (list-sections,get-documentation,svelte-autofixer,playground-link). - Invoking the
svelte-taskprompt, thedoc-sectionresource, or any of the four MCP tools in an AI session. - Running the
@sveltejs/mcpCLI asnpx @sveltejs/mcp <command>for scripted documentation lookup (list-sections/get-documentation) or static-analysis linting (svelte-autofixer). - Installing / loading the
svelte-code-writerskill (CLI workflow) or thesvelte-core-bestpracticesskill (Svelte 5 runes rules). - Configuring the
svelte-file-editorsubagent that handles.svelte/.svelte.ts/.svelte.jsfiles in a separate context window.
Skip this skill when the work is pure Svelte 5 syntax questions with no AI tooling involved — use the svelte skill instead.