svelte-reference
Installation
SKILL.md
Svelte API Reference (Svelte 5)
本技能是 Svelte 官方模块 API 的快速参考,包括 svelte/store、svelte/action、svelte/transition、svelte/animate、svelte/easing、svelte/events、svelte/compiler 及常见编译器/运行时错误代码。
When to use this skill
当用户需要查阅 Svelte 具体模块的 API 签名、使用 transition / in / out / animate 指令、use: action、easing 函数、错误代码含义,或需要编译器配置时使用本技能。
Critical: svelte/store
import { writable, readable, derived, readonly, get } from 'svelte/store';