svelte-skills

July 9, 2026 · View on GitHub

svelte-skills

Svelte framework development skills

GitHub License Agent Skills

English | 简体中文

Introduction · Install · Skills · Supported Agents · Ecosystem


📖 Introduction

Svelte Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.

This package includes 16 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.

🔗 Official Documentation

We strongly recommend reading the official Svelte documentation alongside these skills:

  • Svelte Overview — Svelte 5 introduction and key concepts
  • Svelte LLMs.txt — Complete Svelte 5 documentation for LLMs (17.5k+ lines, covers Svelte + SvelteKit + CLI + AI)

Also see the package-specific docs:

📦 Install

npx skills add full-stack-skills/svelte-skills

Or install specific skills:

npx skills add full-stack-skills/svelte-skills --skill <skill-name>

🎯 Skills (16)

SkillDescription
svelte-awesomeSvelte 5 导航入口,覆盖 8 个子技能(runes/template syntax/styling/special elements/runtime/misc/reference/legacy APIs)以及 SvelteKit、CLI、AI 工具
svelte-runesSvelte 5 Runes 响应式系统:state/state / derived / effect/effect / props / bindable/bindable / inspect / $host 完整参考
svelte-template-syntax块语法 (#if / #each / #await / #snippet / #key)、{@render} / {@html} / {@attach} / {@debug}bind: 指令、events、use:、transition:、animate:、style:、class
svelte-stylingScoped Styles、:global@keyframesstyle:、class 指令、:where()、Tailwind 集成
svelte-special-elements<svelte:boundary> / <svelte:window> / <svelte:document> / <svelte:body> / <svelte:head> / <svelte:element> / <svelte:options>
svelte-runtimeimperative API(mount/unmount/render/hydrate)、服务端渲染、CSP、生命周期与 mount/hydrate 协作
svelte-miscTypeScript(泛型、Component 类型、DOM 类型增强)、Custom Elements、Best Practices、Browser Support、Svelte 4 迁移
svelte-referenceuse: Action、tweened/spring 运动、transition: / in: / out: / animate:、完整 store 工具集
svelte-legacy-apisSvelte 4 → 5 迁移、Legacy Mode(<svelte:options runes={false}>)、保留可用的旧 API(export let / $: / on:click / slot / createEventDispatcher)
svelte-lifecycle生命周期钩子(onMount/onDestroy/tick)、Stores(writable/readable/derived)、Context API、Testing(Vitest/Storybook/Playwright)、Browser support
sveltekit-overviewSvelteKit 概览、创建项目、项目类型决策矩阵、项目结构、Web 标准(Fetch/FormData/Stream/URL/Web Crypto)、Routing(+page/+layout/+server/+error/$types)
sveltekit-data数据加载(universal/server load)、page.data、URL data、Cookies/Headers、Errors/Redirects、Streaming、Form actions、use:enhance、Page options(prerender/ssr/csr)
sveltekit-advancedState management(SSR 安全)、Remote functions(query/form/command)、Env vars(env/)、Hookshandle/sequence)、ErrorsLinkoptionsServiceworkersenv/*)、Hooks(handle/sequence)、Errors、Link options、Service workers、app/* 模块、$lib、shallow routing
sveltekit-config构建(vite build/preview)、Adapters(node/static/cloudflare/netlify/vercel)、Advanced routing/layouts、Auth、Performance、Images(@sveltejs/enhanced-img)、A11y、SEO、Migration(v1→v2、Sapper→SvelteKit)
svelte-clisv CLI:sv create 创建项目、sv add 添加 13 个官方集成、sv check 类型与编译检查、sv migrate 迁移脚本、sv-utils 低级 API
svelte-aiSvelte AI 工具:AGENTS.md 规范、MCP server(list-sections/get-documentation/svelte-autofixer/playground-link)、Prompts(svelte-task)、CLI、Subagents(svelte-code-writer/svelte-core-bestpractices)、11+ AI 客户端安装

🤖 Supported Agents

Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.

Claude Code Installation

Option 1: npx skills CLI (Recommended)

npx skills add full-stack-skills/svelte-skills

Option 2: Manual Installation

git clone https://github.com/full-stack-skills/svelte-skills.git
cp -r svelte-skills/skills/* .claude/skills/

For more details, see the Claude Code Skills Guide and Agent Skills Spec.

🌐 Ecosystem

ResourceLink
Full Stack Skillsgithub.com/partme-ai/full-stack-skills
All Skill Groupsgithub.com/full-stack-skills
Agent Skills Specagentskills.io
Skills CLIgithub.com/vercel-labs/skills

📄 License

Apache 2.0 — see LICENSE.