
Svelte Code Writer
- 39 installs
- 13 repo stars
- Updated July 19, 2026
- spences10/skills
Helps with ai & agent building tasks.
About
svelte-code-writer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- svelte-code-writer
- AI & Agent Building
- AI-coding skill
Svelte Code Writer by the numbers
- 39 all-time installs (skills.sh)
- +2 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #8,347 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/spences10/skills --skill svelte-code-writerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 39 |
|---|---|
| repo stars | ★ 13 |
| Last updated | July 19, 2026 |
| Repository | spences10/skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
<!-- Inspired by the official Svelte AI svelte-code-writer skill: https://svelte.dev/docs/ai/skills -->
Svelte Code Writer
Use this workflow when creating, editing, reviewing, or debugging Svelte files.
Workflow
1. Load svelte-core-bestpractices for baseline Svelte 5 rules. 2. Load deeper local skills as needed: svelte-runes, svelte-template-directives, svelte-styling, sveltekit-data-flow, or sveltekit-structure. 3. Check relevant official docs when syntax or behavior is uncertain. 4. Validate changed Svelte files before finalizing.
Official Svelte CLI Helpers
List documentation sections:
npx @sveltejs/mcp list-sectionsFetch relevant documentation sections:
npx @sveltejs/mcp get-documentation "$state,$derived,$effect"Analyze a Svelte file:
npx @sveltejs/mcp svelte-autofixer ./src/lib/Component.svelteIf a project uses async Svelte features, include --async:
npx @sveltejs/mcp svelte-autofixer ./src/lib/Component.svelte --asyncNotes
- 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