Build and review Svelte and SvelteKit applications. Use for Svelte 5 runes, components, stores, load functions, form actions, routing, SSR, and TypeScript.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Build and review Svelte and SvelteKit applications. Use for Svelte 5 runes, components, stores, load functions, form actions, routing, SSR, and TypeScript.
Svelte Development
Purpose
Support Svelte applications with idiomatic reactivity, strong route boundaries, and production-safe SvelteKit behavior.
Workflow
Identify Svelte/SvelteKit version and whether Svelte 5 runes are used.
Keep state ownership clear between component state, stores, load functions, and server actions.
Treat server code, environment variables, cookies, and auth as boundary-sensitive.
Avoid client/server leakage in universal modules.
Verify with typecheck, tests, build, and browser checks for UI changes.
Checklist
Runes or legacy reactivity consistency.
load dependency tracking, invalidation, and redirects.
Form actions, validation, progressive enhancement, and errors.
SSR safety, hydration consistency, and browser-only APIs.
Accessibility, keyboard behavior, and responsive layout.