sveltekit-project-practices
Installation
SKILL.md
SvelteKit Project Practices
Comprehensive guide setup and develop application base on SvelteKit, tailwindcss, shadcn-svelte framework.
When to apply
Reference these guidelines when:
- Start or develop a project application with Sveltekit, Tailwindcss, Shadcn-svelte as base framework.
Rule Categories by Priority
| Priority | Category | Prefix | Description |
|---|---|---|---|
| 1 | setup | setup- |
Set up project with base packages, modules, or frameworks. |
| 2 | styling | style- |
Practices styling application with Tailwindcss and shadcn-svelte. |
| 3 | Svelte | svelte- |
Practices using Sveltekit features. |
| 4 | Abstract | abs- |
Abstract practices for Sveltekit project. |