What problem does it solve?
This Skill provides a comprehensive set of patterns and best practices for developing the SvelteKit frontend of the budget application, ensuring consistency, maintainability, and efficient development.
Core Features & Use Cases
- SvelteKit Best Practices: Demonstrates idiomatic usage of Svelte 5 runes, server load functions, form actions, and API proxy routes.
- State Management: Outlines strategies for global state, context API, and layout state synchronization.
- UI Component Patterns: Illustrates patterns for file uploads, drag-and-drop interfaces, and layout-embedded features.
- Use Case: When building a new feature like transaction categorization, developers can refer to these patterns to implement data loading, form handling, and UI updates in a standardized way.
Quick Start
Use the budget-ui skill to implement a new form action for handling user input.