Svelte Deployment
Helps with Svelte, deployment as part of building frontend UIs and user experiences workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add spences10-svelte-deployment npx -- -y @trustedskills/spences10-svelte-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"spences10-svelte-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/spences10-svelte-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the deployment of Svelte applications. It handles building the application for production, configuring environment variables, and pushing the built files to a designated hosting location. This simplifies the process of getting your Svelte projects live and accessible online.
When to use it
- You've developed a Svelte application and need to deploy it to a server or platform.
- You want to automate the build and deployment process, reducing manual steps and potential errors.
- You are working on a team and need a consistent way to deploy Svelte projects.
- You require environment variable configuration during the deployment process.
Key capabilities
- Production builds of Svelte applications
- Environment variable configuration
- Deployment to hosting locations
Example prompts
- "Deploy my Svelte app located at
/path/to/my/svelte-app." - "Build and deploy my Svelte project, setting
API_KEYto 'your_api_key'." - “Run a production build of the Svelte application in this directory.”
Tips & gotchas
The skill requires access to the relevant deployment environment. Ensure proper permissions are configured for automated deployments.
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.