Svelte code writer
Portable Agent Skills for coding agents, including Svelte/SvelteKit and workflow tooling skills.
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.
- 13 stars13 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.
What its author says it does
Copied from the file, not written here
Svelte code writing and validation workflow. Use when creating, editing, reviewing, or debugging .svelte, .svelte.ts, or .svelte.js files.
SKILL.md
1.6 KB, 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