What problem does it solve?
This Skill streamlines the creation of new pages, routes, and reusable components within the Traceway SvelteKit frontend, ensuring consistency and adherence to best practices.
Core Features & Use Cases
- Route Creation: Generates standard SvelteKit route files (
+page.svelte, +page.ts, +layout.svelte) in the correct directory structure.
- Component Development: Assists in building new Svelte components with modern Svelte 5 syntax and conventions.
- API Integration: Provides guidance on adding API fetch helpers and integrating with the backend.
- Use Case: When you need to add a new "User Settings" page to the Traceway application, this skill will help you set up the necessary route files and any associated UI components.
Quick Start
Use the ui-route skill to create a new page component for the '/dashboard' route.