Researches infrastructure best practices and generates deployment-ready configurations, Terraform modules, Dockerfiles, and CI/CD pipelines. Use when the user needs to deploy services, set up infrastructure, or create cloud configurations based on current best practices. Trigger with phrases like "research and deploy", "set up Cloud Run", "create Terraform for", "deploy this to AWS", or "generate infrastructure configs".
From research-to-deploynpx claudepluginhub nickloveinvesting/nick-love-plugins --plugin research-to-deployThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
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: