From research-to-deploy
Researches infrastructure best practices and generates Terraform modules, Dockerfiles, Kubernetes manifests, Pulumi programs, and CI/CD pipelines for GCP, AWS, Azure deployments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/research-to-deploy:research-to-deployThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Research infrastructure best practices and generate deployment-ready cloud configurations.
Research infrastructure best practices and generate deployment-ready cloud configurations.
This skill bridges the gap between researching cloud infrastructure patterns and actually deploying them. Instead of spending hours reading documentation, comparing approaches, and manually writing configuration files, this skill automates the entire pipeline: it searches for current best practices on the target platform, synthesizes the findings into a coherent deployment strategy, and generates production-grade Infrastructure as Code (IaC) that you can review and apply directly.
The skill supports multi-cloud deployments across GCP, AWS, and Azure, as well as platform-as-a-service providers like Railway, Fly.io, and Render. It generates Terraform modules by default but can also produce Pulumi programs, Docker Compose files, Kubernetes manifests, or platform-specific CLI commands. Every generated configuration includes security hardening, monitoring hooks, and cost optimization annotations based on the latest recommendations from the cloud provider.
Describe what you want to deploy and where:
Specify constraints if you have them:
Let the skill research. It will search for current documentation, community best practices, and known pitfalls for the specified platform and service. The research phase produces a summary of findings before generating any code.
Review the research summary and confirm the approach. The skill presents:
Apply the generated configs after review:
terraform init && terraform plandocker compose up -dkubectl apply -fThe skill produces a structured set of deployment artifacts:
.tf files), Dockerfiles, Kubernetes manifests, or platform-specific configs organized in a standard directory structure.User: "Research Cloud Run best practices and create a deployment for my Express API."
The skill will:
Dockerfile optimized for Cloud Run (multi-stage build, non-root user, health check endpoint).main.tf with Cloud Run service, IAM bindings, custom domain mapping, and Cloud SQL connection.main.monitoring.tf with uptime checks and alerting policies.User: "Deploy a Python microservice to ECS Fargate, keep costs minimal."
The skill will:
User: "Set up a production AKS cluster with monitoring and RBAC."
The skill will:
gcloud, aws, or az)npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin research-to-deployCreates Dockerfiles, CI/CD pipelines, Kubernetes manifests, and Terraform/Pulumi templates for deployment automation, GitOps, and incident response.
Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, and generates Terraform/Pulumi templates. Handles deployment automation, GitOps, incident response, and platform tooling.
Sets up production DevOps infrastructure: Docker containerization with Dockerfiles and docker-compose, CI/CD pipelines, Terraform IaC for cloud provisioning, and monitoring. For deploying apps.