svelte

Installation
SKILL.md

Svelte

Work from current Svelte 5 idioms. Optimize for components and reactive state that stay easy to reason about as they grow.

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

Scope

Use this skill when the problem is mostly inside components or shared reactive view logic.

  • Reach for this skill for runes, props, snippets, component APIs, context, styling, local state, shared client-side reactive objects, and reactivity debugging.
  • If the hard part is route boundaries, load, form actions, auth, cookies, SSR navigation behavior, or invalidation, switch to the sveltekit skill.

Workflow

  1. Establish the local style before changing code.
  • Inspect nearby components, shared UI primitives, and package.json.
  • Prefer the repo's current conventions in touched files unless the task is an explicit migration.
  • For new code, default to runes mode and current event syntax.
Installs
30
GitHub Stars
1
First Seen
Apr 6, 2026
svelte — sjunepark/custom-skills