Marketplace

svelte

Svelte and SvelteKit development. Use when building Svelte components or SvelteKit applications.

$ 安裝

git clone https://github.com/ninyawee/armed-claude /tmp/armed-claude && cp -r /tmp/armed-claude/skills/svelte ~/.claude/skills/armed-claude

// tip: Run this command in your terminal to install the skill


name: svelte description: "Svelte and SvelteKit development. Use when building Svelte components or SvelteKit applications."

Svelte Development

Conventions

  • MUST use Remote Functions (*.remote.ts) over +page.server.ts for server communication
  • MUST use runed utilities for reactivity patterns

References

  • references/remote-functions.md - query, form, command patterns
  • references/runed.md - watch, Context, PersistedState, Debounced, Throttled