Svelte Code Checks
SkillDev toolsLets your agent look up Svelte 5 docs and check Svelte code for issues before writing components.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Svelte Code Checks skill
About this capability
Use the Svelte CLI to check any Svelte component or module that you create, edit, or analyze.
What this skill tells your AI
The instructions your AI receives, as published by chattocorp/chatto in .agents/skills/svelte-code-writer/SKILL.md and read by ahel’s review.
Follow svelte-core-bestpractices for Svelte patterns. Use svelte-docs for documentation.
Run the autofixer when reviewing or debugging Svelte code, and before returning
changes to a .svelte, .svelte.ts, or .svelte.js file:
mise x -- npx @sveltejs/mcp svelte-autofixer ./path/to/Component.svelte
Use --svelte-version 4 only for Svelte 4 code. Use --async when checking
async Svelte mode. Fix the cause of reported warnings.
Prefer a file path to inline source. If inline source contains $ runes, use
shell single quotes. Do not add backslashes to runes inside single quotes.
Signals
- GitHub stars
- 3k
- Forks
- 124
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
svelte-code-writer- Source
- github.com/chattocorp/chatto