← ClaudeAtlas

svelte-componentslisted

Build reusable Svelte components with best practices for composition and state management
itlackey/akm · ★ 46 · Web & Frontend · score 69
Install: claude install-skill itlackey/akm
# Svelte Components Build reusable Svelte components with best practices. This skill covers component architecture, props, events, slots, and lifecycle hooks. ## Component Architecture Structure components for reusability and composability. ## Props and Events Pass data down with props and communicate up with events. ## Slots and Composition Use slots for flexible component composition patterns.