svelte-code-writer

Access Svelte 5 documentation and auto-fix common issues via CLI.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/gnoblet/ANA_app_svelte --skill svelte-code-writer-gnoblet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: svelte-code-writer
Source: https://github.com/gnoblet/ANA_app_svelte/tree/main/.claude/skills/svelte-code-writer
Command: npx skills add https://github.com/gnoblet/ANA_app_svelte --skill svelte-code-writer-gnoblet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps Svelte developers quickly access up-to-date Svelte 5 documentation and perform code quality checks on .svelte and related files.

Core Features & Use Cases

  • CLI to list documentation sections and fetch full documentation for specified sections.
  • Svelte Autofixer to analyze code and suggest fixes for common Svelte issues.
  • Workflow support for reviewing component documentation and enforcing coding standards across a codebase.

Quick Start

Install and run the svelte-code-writer tools with npx to begin analyzing a Svelte file.

Frequently Asked Questions about svelte-code-writer

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

FAQPage Schema
How do I access Svelte 5 documentation directly from my CLI?

You can access Svelte 5 documentation via a CLI by running deterministic commands to list documentation sections and fetch targeted docs for specific topics. This CLI retrieves up-to-date Svelte 5 documentation directly within your development workflow.

Can I target a specific Svelte version when fetching documentation?

Yes, the documentation CLI supports options for Svelte version targeting, allowing you to retrieve accurate documentation for the specific Svelte version your project uses.

Does the Svelte code analysis CLI work with SvelteKit projects?

Yes, this tool is designed for Svelte component libraries and development workflows, including SvelteKit projects. It analyzes code and locates documentation sections safely across your project files.

How do I list available documentation sections for Svelte?

You can list available documentation sections by running the list-sections command in your CLI. This provides an overview of accessible Svelte 5 documentation topics before you fetch the full content for a specific section.