Svelte Deployment

🌐Community
by spences10 · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add spences10-svelte-deployment npx -- -y @trustedskills/spences10-svelte-deployment
2

Or manually add to ~/.claude/settings.json

~/.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_KEY to '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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
spences10
Installs
7

🌐 Community

Passed automated security scans.