svelte-edge is the correction layer between a capable model and a moving framework. It assumes the model already knows Svelte — it just pins every answer to verified version floors, keeps one syntax generation per component, and tracks everything that changed since the model's training data froze.
- One generation per component — Svelte 4 syntax never leaks into Svelte 5 code, and legacy files stay coherent when edited
- Verified version floors — every gate checked against real releases and security advisories, never against training-data memory
- Both SvelteKit lines — stable SvelteKit 2 defaults, plus a complete SvelteKit 3 reference so next-line questions don't get improvised from SvelteKit 2 habits
- Security patch floors — XSS, origin-check, and dev-server bypass gates, each with the minimum safe version
- Stable first — experimental flags are opt-in and never the default recommendation
Monthly refresh and deep-audit protocols are embedded in the skill itself. Version gates move when upstream moves, major versions rotate preview → stable → legacy (and legacy retires when its era ends), dead APIs get purged, and the ecosystem shortlist is re-verified live against the registry.
It ships as a snapshot. It doesn't stay one.
npx skills add fifidayone/svelte-edgeWorks with any agent, IDE, or CLI that supports SKILL.md.
Validated August 23, 2026 — Svelte 5.56.10 · SvelteKit 2.70.3 / 3.0.0-next.25 (RC) · sv 0.17.0 / 1.0.0-next.5 · svelte-check 4.7.6 · Vite 8.2.2 — refreshed monthly against official changelogs, release notes, and security advisories.
MIT — see LICENSE.