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.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin research-to-deployThis skill is limited to using the following tools:
Research infrastructure best practices and generate deployment-ready cloud configurations.
Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, generates Terraform/Pulumi IaC templates. Handles GitOps, deployment automation, incident response runbooks, platform tooling for pipelines, containers, infra, releases.
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.
Creates Dockerfiles, configures CI/CD pipelines, Kubernetes manifests, and Terraform/Pulumi IaC templates. Handles GitOps, deployment automation, incident response runbooks, and internal developer platforms.
Share bugs, ideas, or general feedback.
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)