·svelte5-development
</>

svelte5-development

autumnsgrove/groveengine

Build web applications with Svelte 5 runes, SvelteKit routing, form actions, and component patterns. Use when working with Svelte, SvelteKit, or building reactive web interfaces.

5Installs·2Trend·@autumnsgrove

Installation

$npx skills add https://github.com/autumnsgrove/groveengine --skill svelte5-development

SKILL.md

| $state | Reactive state | let count = $state(0) | | $derived | Computed values | let doubled = $derived(count 2) | | $effect | Side effects | $effect(() => console.log(count)) | | $props | Component props | let { name } = $props() | | $bindable | Two-way binding | let { value = $bindable() } = $props() |

| +page.svelte | Page component | | +page.server.js | Server-only load/actions | | +layout.svelte | Shared layout | | +server.js | API endpoints | | +error.svelte | Error boundary |

Build web applications with Svelte 5 runes, SvelteKit routing, form actions, and component patterns. Use when working with Svelte, SvelteKit, or building reactive web interfaces. Source: autumnsgrove/groveengine.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/autumnsgrove/groveengine --skill svelte5-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/autumnsgrove/groveengine --skill svelte5-development
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is svelte5-development?

Build web applications with Svelte 5 runes, SvelteKit routing, form actions, and component patterns. Use when working with Svelte, SvelteKit, or building reactive web interfaces. Source: autumnsgrove/groveengine.

How do I install svelte5-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/autumnsgrove/groveengine --skill svelte5-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/autumnsgrove/groveengine