svelte-flow

Installation
SKILL.md

Svelte Flow

Expert guide for building node-based UIs with Svelte Flow (@xyflow/svelte).

Installation

npm install @xyflow/svelte

Core Setup

<script lang="ts">
  import { SvelteFlow, Background } from '@xyflow/svelte';
  import '@xyflow/svelte/dist/style.css';
  
  // Use $state.raw for nodes and edges (Svelte 5)
  let nodes = $state.raw([
Related skills

More from linehaul-ai/linehaulai-claude-marketplace

Installs
35
GitHub Stars
4
First Seen
Jan 24, 2026