svelte-componentslisted
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.