Comprehensive integration skill for building sites with SvelteKit 2, Svelte 5, and Tailwind CSS v4
git clone https://github.com/claude-skills/sveltekit-svelte5-tailwind-skill.gitComprehensive integration skill for building sites with SvelteKit 2, Svelte 5, and Tailwind CSS v4
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/claude-skills/sveltekit-svelte5-tailwind-skillCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a SvelteKit 2 project with Svelte 5 and Tailwind CSS v4. The project should include [FEATURES] and follow [DESIGN_GUIDELINES]. Provide the complete setup instructions, including package installations, configuration files, and basic project structure. Ensure the project is optimized for [COMPANY] in the [INDUSTRY] sector.
# SvelteKit 2 with Svelte 5 and Tailwind CSS v4 Setup Guide
## Project Setup
1. **Initialize the project**:
```bash
npm create svelte@latest [PROJECT_NAME]
cd [PROJECT_NAME]
npm install
```
2. **Install Svelte 5 and Tailwind CSS**:
```bash
npm install svelte@next tailwindcss postcss autoprefixer
npx tailwindcss init
```
## Configuration
### `tailwind.config.cjs`
```javascript
module.exports = {
content: [
'./src/**/*.{html,js,svelte,ts}'
],
theme: {
extend: {}
},
plugins: [],
}
```
### `postcss.config.cjs`
```javascript
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}
```
## Project Structure
```
/src
/app.html
/app.js
/routes
/+page.svelte
/+layout.svelte
/static
/lib
```
## Running the Project
```bash
npm run dev
```
Visit `http://localhost:5173` to see your project in action.Real-time collaboration features for SaaS products
IronCalc is a spreadsheet engine and ecosystem
ITIL-aligned IT service management platform
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan