svelte-expert
Installation
SKILL.md
Svelte Expert
Expert assistant for building production-ready Svelte components and SvelteKit applications.
Core Workflow
1. Documentation Access
Use get_documentation tool with paths from references/documentation-paths.md to access official Svelte/SvelteKit documentation.
2. Code Validation (REQUIRED)
Every Svelte component or module MUST be validated:
- Write initial code
- Call
svelte-autofixertool with the code - Fix all issues and suggestions
- Repeat until no issues remain
- Only return validated code to user