svelte-deployment
How to Install
Claude Code:
git clone --depth 1 https://github.com/AlexDev404/signature.app.git && cp signature.app/.claude/skills/examples/svelte-deployment ~/.claude/skills/svelte-deployment -r---
name: svelte-deployment
# IMPORTANT: Keep description on ONE line for Claude Code compatibility
# prettier-ignore
description: Svelte deployment guidance. Use for adapters, Vite config, pnpm setup, library authoring, PWA, or production builds.
---
# Svelte Deployment
## Quick Start
**pnpm 10+:** Add prepare script (postinstall disabled by default):
```json
{
"scripts": {
"prepare": "svelte-kit sync"
}
}
```
**Vite 7:** Update both packages together:
```bash
pnpm add -D vite@7 @sveltejs/vite-plugin-svelte@6
```
## Adapters
```bash
# Static site
pnpm add -D @sveltejs/adapter-static
# Node server
pnpm add -D @sveltejs/adapter-node
# Cloudflare
pnpm add -D @sveltejs/adapter-cloudflare
```
## Reference Files
- [library-authoring.md](references/library-authoring.md) - Publishing
Svelte packages
- [pwa-setup.md](references/pwa-setup.md) - Offline-first with workbox
- [cloudflare-gotchas.md](references/cloudflare-gotchas.md) -
Streaming issues
## Notes
- Cloudflare may strip `Transfer-Encoding: chunked` (breaks streaming)
- Library authors: include `svelte` in keywords AND peerDependencies
- Single-file bundle: `kit.output.bundleStrategy: 'single'`
- **Last verified:** 2025-01-14
Details
| Category | DevOps → cicd |
| Source | AlexDev404/signature.app |
| SKILL.md | View on GitHub → |
| Repo Stars | N/A |
| Est. per Skill | N/A (shared across 36 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | Safe |
Related Skills
expo-cicd-workflows
EAS Workflows Skill Help developers write and edit EAS CI/CD workflow YAML files. When to Use You ne
deployment-procedures
Deployment Procedures Deployment principles and decision-making for safe production releases. Learn
c4-container
C4 Container Level: System Deployment Use this skill when Working on c4 container level: system depl
azure-ai-openai-dotnet
Azure.AI.OpenAI (.NET) Client library for Azure OpenAI Service providing access to OpenAI models inc
Works Well With
Skills from the same repository — often designed to work together
pdf
--- name: pdf description: Use this skill whenever the user wants to do anything with PDF files. Thi
shadcn-ui
--- name: Shadcn UI & Blocks description: This skill should be used when the user asks to "build a f
mcp-builder
--- name: mcp-builder description: Guide for creating high-quality MCP (Model Context Protocol) serv