svelte-code-writer

Retrieve Svelte 5 documentation and apply autofixes to .svelte files.

Updated Aug 28, 2021
One-click install
npx skills add https://github.com/XhstormR/dotfiles --skill svelte-code-writer-xhstormr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: svelte-code-writer
Source: https://github.com/XhstormR/dotfiles/tree/main/.claude/skills/svelte-code-writer
Command: npx skills add https://github.com/XhstormR/dotfiles --skill svelte-code-writer-xhstormr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating, editing or analyzing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.

Core Features & Use Cases

  • CLI Tools
  • List Documentation Sections
  • Get Documentation
  • Svelte Autofixer
  • Workflow guidance: use the tool to locate docs, validate code quality, and apply automated fixes as part of the development workflow.

Quick Start

Use the Skill by listing sections, retrieving relevant documentation, and optionally running autofixer on a Svelte file to improve quality.

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 component APIs?

You can look up Svelte 5 documentation by listing available sections and retrieving specific docs for .svelte components. This provides targeted documentation lookup directly within your development workflow.

Can I automatically fix code quality issues in .svelte files?

Yes, you can automatically fix code quality issues in .svelte files using a Svelte autofixer. It applies automated fixes with configurable options and version targets to audit and improve your code.

Does the Svelte autofixer support Svelte modules like .svelte.ts and .svelte.js?

Yes, the Svelte autofixer and code analysis support Svelte modules including .svelte.ts and .svelte.js files. It applies seamlessly across your entire Svelte project structure.

What is the best way to integrate Svelte code analysis into my editing workflow?

The best way to integrate Svelte code analysis is to execute this skill within the svelte-file-editor agent. This optimizes locating docs, validating quality, and applying fixes.

How do I run Svelte documentation lookups and code analysis from the command line?

You run Svelte documentation lookups and code analysis using CLI tools via npx. This allows you to list documentation sections, retrieve specific guides, and execute the autofixer.