svelte-code-writer

Installation
Summary

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 svelte-file-editor agent when creating, editing, or analyzing .svelte components and .svelte.ts/.svelte.js modules
SKILL.md

Svelte 5 Code Writer

CLI Tools

You have access to @sveltejs/mcp CLI for Svelte-specific assistance. Use these commands via npx:

List Documentation Sections

npx @sveltejs/mcp list-sections

Lists all available Svelte 5 and SvelteKit documentation sections with titles and paths.

Get Documentation

npx @sveltejs/mcp get-documentation "<section1>,<section2>,..."
Related skills
Installs
4.6K
GitHub Stars
249
First Seen
Jan 19, 2026