Svelte code writer
Svelte code writing and validation workflow. Use when creating, editing, reviewing, or debugging .svelte, .svelte.ts, or .svelte.js files.From its SKILL.md
npx -y skills add spences10/skills --skill svelte-code-writerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 15 stars15 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 336 tokens by cl100k_base, as published. Nobody here has run it
Svelte Code Writer
Use this workflow when creating, editing, reviewing, or debugging Svelte files.
Workflow
- Load
svelte-core-bestpracticesfor baseline Svelte 5 rules. - Load deeper local skills as needed:
svelte-runes,svelte-template-directives,svelte-styling,sveltekit-data-flow, orsveltekit-structure. - Check relevant official docs when syntax or behavior is uncertain.
- Validate changed Svelte files before finalizing.
Official Svelte CLI Helpers
List documentation sections:
npx @sveltejs/mcp list-sections
Fetch relevant documentation sections:
npx @sveltejs/mcp get-documentation "$state,$derived,$effect"
Analyze a Svelte file:
npx @sveltejs/mcp svelte-autofixer ./src/lib/Component.svelte
If a project uses async Svelte features, include --async:
npx @sveltejs/mcp svelte-autofixer ./src/lib/Component.svelte --async
Notes
- Prefer checking docs for exact syntax over guessing.
- Escape
$when passing inline rune code through a shell. - Run validation on every changed
.svelte,.svelte.ts, and.svelte.jsfile when practical. - Last verified: 2026-05-14
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.