Agent Skills: svelte-mcp

Use the Svelte MCP server tools for Svelte 5 and SvelteKit documentation, code analysis, and playground links

UncategorizedID: justEstif/sv-100-hours-tracker/svelte-mcp

Install this agent skill to your local

pnpm dlx add-skill https://github.com/justEstif/sv-100-hours-tracker/tree/HEAD/.opencode/skill/svelte-mcp

Skill Files

Browse the full folder contents for svelte-mcp.

Download Skill

Loading file tree…

.opencode/skill/svelte-mcp/SKILL.md

Skill Metadata

Name
svelte-mcp
Description
Use the Svelte MCP server tools for Svelte 5 and SvelteKit documentation, code analysis, and playground links

Available MCP Tools

1. list-sections

Use this FIRST to discover all available documentation sections. Returns a structured list with titles, use_cases, and paths.

When asked about Svelte or SvelteKit topics, ALWAYS use this tool at the start of the chat to find relevant sections.

2. get-documentation

Retrieves full documentation content for specific sections. Accepts single or multiple sections.

After calling the list-sections tool, you MUST analyze the returned documentation sections (especially the use_cases field) and then use the get-documentation tool to fetch ALL documentation sections that are relevant for the user's task.

3. svelte-autofixer

Analyzes Svelte code and returns issues and suggestions.

You MUST use this tool whenever writing Svelte code before sending it to the user. Keep calling it until no issues or suggestions are returned.

4. playground-link

Generates a Svelte Playground link with the provided code.

After completing the code, ask the user if they want a playground link. Only call this tool after user confirmation and NEVER if code was written to files in their project.