Sveltekit
Generates SvelteKit project scaffolding, components, routes, and API endpoints based on provided specifications and design prompts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sveltekit npx -- -y @trustedskills/sveltekit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sveltekit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sveltekit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The SvelteKit skill enables AI agents to build, deploy, and manage full-stack web applications using the Svelte framework. It handles server-side rendering, client-side interactivity, and API routing within a single codebase.
When to use it
- Creating new projects from scratch with pre-configured file structures.
- Adding dynamic routes or API endpoints to existing SvelteKit applications.
- Deploying applications directly to platforms like Vercel or Netlify via CLI commands.
- Generating production-ready build artifacts optimized for performance.
Key capabilities
- Initialize new SvelteKit projects with
npm create svelte@latest. - Add new pages, routes, and API endpoints automatically.
- Configure build settings and deployment targets through environment variables.
- Generate static exports or server-side rendered builds as needed.
- Manage dependencies and scripts via integrated package.json handling.
Example prompts
- "Create a new SvelteKit project with TypeScript and Tailwind CSS configured."
- "Add a new API endpoint that fetches user data from an external service."
- "Build a static site export of my current SvelteKit app for hosting on Netlify."
Tips & gotchas
Ensure you have Node.js installed before running any initialization commands. The skill works best when the project directory is empty or specifically designated for new builds to avoid conflicts with existing files.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.