coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Choose a cloud deployment path before implementation. Route AWS work to the official AWS Agent Toolkit and Azure work to Microsoft's Azure Skills plugin while keeping credentials, regions, and mutation boundaries explicit.
$ npx -y skills add gaelic-ghost/socket --skill cloud-deployment-routing-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cloud-deployment-routing-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Choose a cloud deployment path before implementation. Route AWS work to the official AWS Agent Toolkit and Azure work to Microsoft's Azure Skills plugin while keeping credentials, regions, and mutation boundaries explicit.
name: cloud-deployment-routing-workflow description: Choose a cloud deployment path before implementation. Route AWS work to the official AWS Agent Toolkit and Azure work to Microsoft's Azure Skills plugin while keeping credentials, regions, and mutation boundaries explicit. license: Apache-2.0 compatibility: Designed for Codex and compatible Agent Skills clients working with cloud deployments, provider CLIs, provider plugins, MCP servers, and repository-owned deployment configuration. metadata: owner: gaelic-ghost repo: socket category: cloud-deployment-routing allowed-tools: Read Bash(rg:*) Bash(git:*) Bash(codex:*) Bash(aws:*) Bash(uv:*) Bash(uvx:*)
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.
1. Inspect the project shape:
2. Identify the deployment job:
3. Route AWS work first:
codex plugin marketplace add aws/agent-toolkit-for-aws
Then use `/plugins` in Codex to install `aws-core`.
4. Route non-AWS work:
preparation, validation, deployment, diagnostics, cost, RBAC, and service guidance. Add its marketplace with `codex plugin marketplace add microsoft/azure-skills`, then install `azure` through `/plugins`.
setup, Azure Skills workflows, or account-specific IaC in Socket.
5. Confirm mutation boundaries:
6. Choose validation:
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.
Use Microsoft's Azure Skills plugin as the default Codex path. It owns Azure MCP and Foundry MCP
Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Assign worktree, branch, write, validation, integration, and cleanup ownership before parallel repository work. Use when a worker will inspect or modify…
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents,…
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds,…
Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.
Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling,…