svelte-code-writer

Analyze Svelte 5 components and retrieve documentation via CLI commands.

1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/DoGab/VitalStack --skill svelte-code-writer-dogab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: svelte-code-writer
Source: https://github.com/DoGab/VitalStack/tree/main/.agents/skills/svelte-code-writer
Command: npx skills add https://github.com/DoGab/VitalStack --skill svelte-code-writer-dogab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Svelte developers often need fast access to official docs and reliable code analysis to maintain quality as the framework evolves; this skill provides a focused CLI toolkit to look up documentation and analyze Svelte 5 components.

Core Features & Use Cases

  • Documentation lookup: search and retrieve sections and detailed docs for Svelte 5 and SvelteKit topics.
  • Code analysis and autofix: analyze Svelte components and receive actionable fixes via the CLI autofixer.
  • Learning and reference: use in onboarding and reference workflows to stay up-to-date with Svelte 5 best practices.

Quick Start

Run the svelte-code-writer to list documentation sections, fetch docs for a topic, and analyze a Svelte file with autofixes.

Frequently Asked Questions about svelte-code-writer

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

FAQPage Schema
How do I look up Svelte 5 documentation for specific components and modules?

You can look up Svelte 5 documentation by listing sections and retrieving detailed docs for Svelte and SvelteKit topics via a CLI workflow that queries npx @sveltejs/mcp. This provides fast access to official documentation for components and modules.

Can I automatically analyze and fix Svelte code using a CLI tool?

Yes, you can analyze Svelte components and receive actionable fixes by running the svelte-autofixer CLI with options like --async and --svelte-version. This automates code analysis and applies fixes suitable for development pipelines.

What is the best way to maintain code quality when upgrading to Svelte 5?

The best way to maintain code quality during Svelte 5 upgrades is to use automated code analysis and documentation lookup to review components. This approach applies actionable autofixes and references best practices for project maintenance.

Does this Svelte code analysis tool support integration into automated development pipelines?

Yes, the Svelte code analysis tool supports integration into development pipelines through its CLI workflow. It runs commands to fetch documentation and execute the autofixer with configurable options for automated code review.

How do I list available documentation sections for SvelteKit topics?

You can list available documentation sections for SvelteKit topics by running the CLI command provided by the skill. This retrieves a structured list of sections available for lookup via the npx @sveltejs/mcp package.

Why use a CLI workflow for Svelte code review instead of manual checks?

Using a CLI workflow for Svelte code review automates documentation retrieval and code analysis, providing consistent actionable fixes. This reduces manual effort and helps teams stay updated with Svelte 5 best practices efficiently.