Sst Deployment

🌐Community
by sgcarstrends · vlatest · Repository

Automates serverless function deployments across environments using pre-defined configurations and infrastructure-as-code principles.

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 sst-deployment npx -- -y @trustedskills/sst-deployment
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "sst-deployment": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/sst-deployment"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The sst-deployment skill automates deployments using Serverless Stack (SST). It simplifies infrastructure provisioning and application deployment, handling tasks like creating AWS resources and managing configurations. This allows users to focus on code rather than complex infrastructure setup.

When to use it

  • Deploying a new Serverless Stack application for the first time.
  • Automating repetitive deployment steps in an existing SST project.
  • Creating development, staging, or production environments from SST configuration.
  • Updating and redeploying an existing SST application with code changes.

Key capabilities

  • Serverless Stack (SST) deployments
  • Infrastructure provisioning
  • Automated configurations

Example prompts

  • "Deploy my SST application to the development environment."
  • "Run sst deploy for the staging branch."
  • “Create a production deployment of my Serverless Stack project.”

Tips & gotchas

  • Ensure you have Serverless Stack (SST) installed and configured before using this skill.
  • The agent will require appropriate AWS credentials to provision resources.

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
sgcarstrends
Installs
13

🌐 Community

Passed automated security scans.