deploy-target
Switches project deployment targets and loads the associated infrastructure landscape context.
Install
mkdir -p .claude/skills/deploy-target && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19014" && unzip -o skill.zip -d .claude/skills/deploy-target && rm skill.zipInstalls to .claude/skills/deploy-target
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Set or switch the deployment target platform (aws/gcp/azure/cloudflare/vercel/kubernetes/vps) and load its service landscape into the working context.Key capabilities
- →Show current deployment target
- →List available platform catalogs
- →Read platform-specific YAML configurations
- →Summarize service landscape for a target
- →Update `deployment_target` in CLAUDE.md
How it works
The skill either displays the current deployment target and available catalogs or, given a target, reads its configuration, summarizes the service landscape, and updates the `deployment_target`.
Inputs & outputs
When to use deploy-target
- →Switch infrastructure provider
- →View platform service landscape
- →Assess migration impact
About this skill
/deploy-target [target]
Owner: platform-lead; architecture impact assessed by lead-architect.
- No argument: show current target and the available catalogs under
constraints/platforms/. - With argument: read
constraints/platforms/<target>.yaml; summarize the landscape in one table — compute, data, messaging, storage, edge, observability, IaC preference, notable limits. - If an architecture already exists (post-ARB), this is a re-platform: lead-architect produces an impact note (which mappings break, migration cost class) BEFORE the switch is confirmed — switching targets after ARB re-opens the ARB gate.
- Update CLAUDE.md
deployment_target; log an ADR if this changes a prior decision.
Output
Updated config; landscape summary; impact note + reopened gate status if applicable.
When not to use it
- →When the user does not want to set or switch the deployment target platform
- →When the user does not need to load a service landscape into the working context
Limitations
- →Requires `constraints/platforms/<target>.yaml` files to exist for specified targets.
- →Re-platforming an existing architecture requires an impact note from a lead-architect.
- →Changes to the deployment target may require logging an ADR.
How it compares
This skill centralizes the management and understanding of deployment targets and their associated service landscapes, providing a structured overview instead of manually consulting various platform documents.
Compared to similar skills
deploy-target side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| deploy-target (this skill) | 0 | 22d | No flags | Intermediate |
| cloud-architect | 6 | 3mo | No flags | Advanced |
| database-admin | 1 | 3mo | No flags | Advanced |
| hybrid-cloud-architect | 2 | 3mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
cloud-architect
sickn33
Expert cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Masters serverless, microservices, security, compliance, and disaster recovery. Use PROACTIVELY for cloud architecture, cost optimization, migration planning, or multi-cloud strategies.
database-admin
sickn33
Expert database administrator specializing in modern cloud databases, automation, and reliability engineering. Masters AWS/Azure/GCP database services, Infrastructure as Code, high availability, disaster recovery, performance optimization, and compliance. Handles multi-cloud strategies, container databases, and cost optimization. Use PROACTIVELY for database architecture, operations, or reliability engineering.
hybrid-cloud-architect
sickn33
Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP and private clouds (OpenStack/VMware). Masters hybrid connectivity, workload placement optimization, edge computing, and cross-cloud automation. Handles compliance, cost optimization, disaster recovery, and migration strategies. Use PROACTIVELY for hybrid architecture, multi-cloud strategy, or complex infrastructure integration.
huawei-event-driven-architecture-review
Raishin
Review Huawei Cloud event-driven architecture designs — DMS Kafka dead-letter configuration, ROMA Connect integration flow capacity, FunctionGraph event trigger idempotency, SMN delivery retry policy, consumer group lag monitoring, cross-region event replication, and retry storm prevention.
provisioning
devendrapratapsingh
Automate resource provisioning across cloud providers, bare metal, and virtual machines. Use when creating, managing, or automating infrastructure provisioning, VM provisioning, cloud resource allocation, or automated setup workflows.
azure-cloud-migrate
olivomarco
Assess and migrate cross-cloud workloads to Azure. Generates assessment reports and converts code from AWS, GCP, or other providers to Azure services. WHEN: migrate Lambda to Azure Functions, migrate AWS to Azure, Lambda migration assessment, convert AWS serverless to Azure, migration readiness repo