Svelte 5 生命周期、Stores、Context、Testing 技能。当用户需要在 Svelte 5 中使用 onMount/onDestroy/tick 生命周期钩子、使用 writable/derived stores 管理状态、使用 createContext 共享组件树状态、编写 Vitest/Storybook/Playwright 测试时使用。
632 skills available
Svelte 5 生命周期、Stores、Context、Testing 技能。当用户需要在 Svelte 5 中使用 onMount/onDestroy/tick 生命周期钩子、使用 writable/derived stores 管理状态、使用 createContext 共享组件树状态、编写 Vitest/Storybook/Playwright 测试时使用。
Svelte 5 API 参考技能。当用户需要查阅 svelte/action、svelte/store、svelte/transition、svelte/animate、svelte/easing、svelte/compiler、svelte/events 的具体 API,或需要查看编译器错误/警告代码时使用。
Svelte 5 模板语法技能。当用户需要使用 {#if}/{#each}/{#await}/{#snippet} 等块级语法、{@render}/@{html} 等模板标签、bind:、use:/transition:/in:/out:/animate:、style:/class/class:、{@attach} 等指令,或理解属性、事件、文本表达式等基础模板语法时使用。
Guidance for Tauri v2 autostart setup with platform differences and rollback.
Guidance for Tauri v2 barcode scanner plugin with permissions and scan lifecycle.
Guidance for Tauri v2 clipboard plugin with safe copy, paste, and monitoring flows.
Guidance for creating Tauri v2 projects using official create-tauri-app workflows and minimal run verification.
Create design themes and color systems for applications. Use when users need to build theme systems, color palettes, or design tokens.
Guidance for Tauri v2 deep-linking plugin with URL schemes and safe routing.
Guidance for selecting and configuring frontend frameworks for Tauri v2 with static export compatibility.
Create and manipulate Microsoft Excel spreadsheets programmatically. Use when users need to generate, edit, or convert Excel files.