Future-first, self-sustaining Svelte 5 & SvelteKit guidance for AI Agents.
Quick Start • Supported Agents • Key Pillars • Baseline • License
svelte-edge is an adaptive, self-sustaining orchestrator skill engineered to enforce strict, modern Svelte 5 and SvelteKit standards across LLMs.
Pre-training data often suffers from Svelte 4/5 syntax mixing (export let mixed with $props(), on:click mixed with onclick). svelte-edge acts as a deterministic decision harness that prevents legacy code drift and enforces exact framework version gates. Unlike static prompt archives, it contains embedded self-maintenance protocols, allowing AI coding agents to autonomously upgrade baseline version gates, rotate legacy references, and purge deprecated features as the framework evolves.
Compatible with any AI agent, IDE, or CLI tool supporting custom skills (SKILL.md).
Install svelte-edge into your agent environment using the Vercel Skills CLI:
npx skills add fifidayone/svelte-edgeOr clone into your project's local agent skills directory:
git clone https://github.com/fifidayone/svelte-edge.git .agents/skills/svelte-edge- Modern Svelte 5 First: Enforces
$state,$derived,$effect,$props(), snippets, declaration tags ({const}), and DOM attachments ({@attach}). - Stable-First SvelteKit: Defaults to stable
$app/state,load, form actions, and server boundaries. Experimental flags are strict opt-in. - On-Demand Reference Loading:
SKILL.mddynamically loads domain-specific reference files on demand, keeping prompt context lean. - Security & Version Patch Floors: Enforces critical security patch floors (e.g.
hydratable()script escaping and boundarytransformErrorXSS guards). - Self-Sustaining Evolution: Governed by version promotion, branch rotation, and feature lifecycle protocols in
references/maintenance.md.
- Verified Baseline: August 6, 2026 — Svelte
5.56.8/ SvelteKit2.70.1/ SvelteKit 3 Preview (3.0.0-next.14) /sv0.16.6/svelte-check4.7.4/Vite8.2.0. - Maintenance Contract: Updated monthly against official Svelte release notes, changelogs, and security advisories.
Distributed under the MIT License.