svelte-mcp

Navigate Svelte 5 and SvelteKit documentation, analyze code, and generate playground links.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/justEstif/sv-100-hours-tracker --skill svelte-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: svelte-mcp
Source: https://github.com/justEstif/sv-100-hours-tracker/tree/main/.opencode/skill/svelte-mcp
Command: npx skills add https://github.com/justEstif/sv-100-hours-tracker --skill svelte-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes MCP tooling for Svelte 5 and SvelteKit documentation, code analysis, and playground generation, helping developers access relevant docs quickly and prototype ideas faster.

Core Features & Use Cases

  • Discover relevant documentation sections using list-sections.
  • Retrieve full documentation content for specific sections with get-documentation.
  • Analyze Svelte code samples for issues and improvements via svelte-autofixer.
  • Generate runnable Playground links with playground-link for actionable tasks.

Quick Start

Run list-sections to discover available sections. Then call get-documentation for the sections you need, followed by svelte-autofixer to review any code. When ready to share or experiment, use playground-link to create a runnable Playground for the topic.

Frequently Asked Questions about svelte-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Svelte 5 and SvelteKit documentation programmatically?

You can access Svelte 5 and SvelteKit documentation programmatically by using an MCP tool that lists available documentation sections and retrieves full content for specific topics. This centralizes docs navigation for quick retrieval.

What is the best way to analyze Svelte code for issues and improvements?

The best way to analyze Svelte code for issues is using an MCP svelte-autofixer tool. It reviews your code samples to identify potential problems and suggest improvements directly within your workflow.

How do I generate a runnable Svelte playground link for a specific topic?

To generate a runnable Svelte playground link, you use an MCP playground-link tool to create an actionable, shareable prototype. This helps you experiment with and share Svelte code snippets quickly.

Can I use MCP tooling to navigate both Svelte 5 and SvelteKit documentation?

Yes, you can use this MCP tooling to navigate both Svelte 5 and SvelteKit documentation. It supports discovering sections and retrieving documentation across both frameworks to help you find relevant content.

Do I need any external dependencies to run Svelte MCP tools?

No, you do not need any external dependencies to run these Svelte MCP tools. The skill operates independently using its built-in list-sections, get-documentation, svelte-autofixer, and playground-link tools.