svelte-code-writer

Look up Svelte 5 documentation and autofix Svelte code via CLI tools.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/acastillo9/budget --skill svelte-code-writer-acastillo9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: svelte-code-writer
Source: https://github.com/acastillo9/budget/tree/main/.agents/skills/svelte-code-writer
Command: npx skills add https://github.com/acastillo9/budget --skill svelte-code-writer-acastillo9

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides command-line tools to help developers quickly look up Svelte 5 documentation and automatically fix common issues in Svelte components.

Core Features & Use Cases

  • Documentation Lookup: Access official Svelte 5 and SvelteKit documentation sections.
  • Code Autofixing: Analyze and suggest fixes for Svelte code, improving code quality and consistency.
  • Use Case: When encountering a new Svelte feature or a bug in a .svelte file, use this Skill to first fetch the relevant documentation and then run the autofixer to ensure the code adheres to best practices.

Quick Start

Use the svelte-code-writer skill to get documentation for $state,$derived,$effect.

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 runes like $state and $derived?

To look up Svelte 5 documentation for runes like $state and $derived, you can use this Skill's CLI to list documentation sections and retrieve specific content directly from official Svelte 5 and SvelteKit resources.

Can I automatically fix common issues in my .svelte files?

Yes, you can automatically fix common issues in .svelte files by running the integrated autofixer, which analyzes your Svelte components and suggests fixes to improve code quality and consistency.

What is the best way to analyze Svelte components for best practice adherence?

The best way to analyze Svelte components for best practice adherence is using a CLI code analysis tool that retrieves relevant documentation and runs an autofixer to ensure your code aligns with official Svelte 5 standards.

Does the Svelte code autofixer work with SvelteKit modules?

Yes, the Svelte code autofixer works with SvelteKit modules, providing command-line code analysis and documentation retrieval for both Svelte 5 components and SvelteKit application structures.

How do I retrieve specific sections from SvelteKit documentation via command line?

You retrieve specific sections from SvelteKit documentation via command line by leveraging the integrated documentation lookup tools, which list available sections and fetch the requested content for immediate reference.

Why do I need a documentation lookup tool before fixing Svelte 5 code?

You need a documentation lookup tool before fixing Svelte 5 code to first verify the correct usage of new features, ensuring the autofixer applies suggestions that strictly adhere to current best practices.