sveltekit-project-practices
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. |
Quick Reference
How to Use
Read individual rule files for detailed explanations and code examples:
rules/async-parallel.md
rules/bundle-barrel-imports.md
Each rule file contains:
- Brief explanation of why it matters
- Incorrect code example with explanation
- Correct code example with explanation
- Additional context and references
Full Compiled Document
For the complete guide with all rules expanded: AGENTS.md
More from tapforce/agents-skills
tapforce-shadcn-svelte
Best practices for setup and use of shadcn-svelte library to develop UX/UI in Svelte projects. Use this skill when project is using Svelte/SvelteKit framework as main app framework, when user attempts to setup new project or when user is developing on existing project using shadcn-svelte components.
32tapforce-sveltekit
Best practices for setting up and developing Svelte projects using SvelteKit ^2.0.0. Use when considering setup or development based on SvelteKit framework.
21tapforce-monorepo
Practices use Moon Repo tools to manage mono-repo project in Tapforce
17tapforce-talwindcss
Practices to use consistent tailwindcss in project Svelte
13tapforce-mastra-ai
Comprehensive build AI applications use Mastra.AI framework
12tapforce-ai-component
Better way to build AI components on the project Svelte and Shadcn UI based
11