sveltekit

Installation
SKILL.md

SvelteKit

Work from current SvelteKit idioms. Optimize for route and data flows that stay correct under SSR, hydration, navigation, and progressive enhancement.

Do not spend time explaining basic framework syntax unless the user asks. Focus on boundaries, best practices, gotchas, and the shortest correct implementation.

Scope

Use this skill when the hard part is app-level or route-level behavior.

  • Reach for this skill for load, actions, +server.*, hooks, cookies, auth, SSR or hydration behavior, invalidation, route state, and server/client boundaries.
  • If the task is mostly about component internals, runes, snippets, local state, or styling, use the svelte skill.

Workflow

  1. Establish the local style before changing code.
  • Inspect package.json, svelte.config.*, the route tree, hooks, and nearby route files.
  • Prefer the repo's existing conventions in touched files unless the task is an explicit migration.
  • For new code, default to current SvelteKit APIs and typed route files.
Related skills

More from sjunepark/custom-skills

Installs
12
First Seen
Apr 6, 2026