svelte-code-writer

Analyze Svelte components and fetch Svelte 5 documentation via CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/9miya20/zatommy --skill svelte-code-writer-9miya20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: svelte-code-writer
Source: https://github.com/9miya20/zatommy/tree/main/apps/that-me/.agents/skills/svelte-code-writer
Command: npx skills add https://github.com/9miya20/zatommy --skill svelte-code-writer-9miya20

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Svelte development often requires switching between code review and up-to-date documentation. This tool provides fast access to Svelte 5 docs and code analysis to streamline component authoring and quality checks.

Core Features & Use Cases

  • Documentation lookup: List and fetch Svelte sections to guide implementation.
  • Code analysis: Analyze Svelte components for common issues and best practices.
  • Autofix guidance: Suggests fixes for code quality and consistency across components.
  • Use Case: A developer updates a <Component>.svelte and uses the skill to quickly verify docs and propose improvements for the code.

Quick Start

Point the tool at your Svelte component files to automatically analyze and fix issues.

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 while editing a component?

You can look up Svelte 5 documentation by using the list-sections and get-documentation commands to quickly fetch relevant docs and guide your component implementation without leaving your workflow.

Can I analyze Svelte components for code quality issues automatically?

Yes, you can analyze Svelte components automatically for common issues and best practices, receiving autofix guidance to improve code quality and consistency across your .svelte files.

Does this Svelte code analysis tool work with SvelteKit modules?

Yes, the tool supports analyzing Svelte components and related modules like .svelte.ts and .svelte.js files, making it suitable for SvelteKit development workflows.

How do I autofix Svelte component issues in a CI workflow?

You can run the svelte-autofixer command within your CI workflow to automatically detect and suggest fixes for code quality issues across your Svelte components.

Can I target a specific Svelte version for documentation lookup?

Yes, the tool supports optional Svelte version targeting, allowing you to fetch documentation that matches the specific Svelte version you are developing against.

What are the limitations of automated Svelte code analysis?

Automated Svelte code analysis focuses on common issues and best practices, and while it provides autofix suggestions, it includes specific guidance for escaping special characters rather than modifying them directly.