Choose the right cloud deployment path before implementation, routing AWS work through the official AWS Agent Toolkit for AWS when appropriate and keeping provider credentials, regions, and mutation boundaries explicit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cloud-deployment-skills:cloud-deployment-routing-workflowThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Choose the smallest correct cloud deployment path before changing infrastructure, credentials, or production-facing configuration.
Choose the smallest correct cloud deployment path before changing infrastructure, credentials, or production-facing configuration.
The practical decision is whether the agent should use an official provider plugin, a provider MCP server, a provider CLI, a framework-owned deployment workflow, or a Socket-owned provider skill.
Use repo-local deployment files, checked-out provider config, installed provider CLIs, official provider plugins, and official provider documentation before making claims about current deployment behavior:
Translate any documentation rule into the concrete repository decision it changes.
template.yaml, serverless.yml, cloudformation.yml, cdk.json, samconfig.toml, wrangler.toml, vercel.json, fly.toml, Dockerfile, compose.yaml, Terraform, or Pulumi filesPrefer the official AWS Agent Toolkit for AWS for Codex when the task is general AWS discovery, AWS MCP access, AWS CLI or AWS SAM setup, CDK, CloudFormation, serverless, containers, storage, observability, billing, SDK usage, or deployment.
Install path for Codex users:
codex plugin marketplace add aws/agent-toolkit-for-aws
Then use /plugins in Codex to install aws-core.
Do not duplicate AWS MCP configuration in Socket while aws-core bundles that configuration.
Do not copy AWS Agent Toolkit skills into Socket.
server-side-swift:fly-io-deployment-workflow.Use the official AWS Agent Toolkit for AWS as the default Codex path. It owns AWS MCP setup and the curated AWS skill set, including common deployment, CDK, CloudFormation, serverless, container, storage, observability, billing, and SDK workflows.
Use Socket only for the routing decision, local repo handoff, and any project-specific deployment guardrails that the official AWS plugin does not know.
When a stack plugin already owns a deployment path, use that plugin for stack-specific implementation details. For example, Fly.io deployment for Vapor or Hummingbird services belongs in server-side-swift because that workflow depends on Swift package, Dockerfile, health-check, and runtime conventions.
Add future provider skills as small routing or implementation slices. Good candidates include Cloudflare, Vercel, Fly.io, Azure, GCP, Terraform, Pulumi, and CDK when an official provider plugin does not already give Codex a better maintained path.
Return:
Provider: AWS, Cloudflare, Vercel, Fly.io, Azure, GCP, multi-cloud, or undecided.Primary surface: official provider plugin, MCP server, provider CLI, framework-owned skill, Socket provider skill, or user decision needed.Credential boundary: account, region, profile, environment, and whether credentials are required for the next step.Mutation boundary: read-only, plan/diff, staging deploy, production deploy, cleanup, or blocked.Validation path: exact commands or agent checks to run before and after mutation.Next handoff: official plugin install, provider docs, stack skill, or provider-specific Socket backlog item..env files in git.Creates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.
npx claudepluginhub gaelic-ghost/socket --plugin cloud-deployment-skills