research-to-deploy

Researches infrastructure best practices and generates deployment-ready

Content Preview
---
name: research-to-deploy
description: |
  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".
allowed-tools: Read
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/research-to-deploy.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/skill-enhancers/research-to-deploy/skills/research-to-deploy/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/skill-enhancers/research-to-deploy/skills/research-to-deploy/SKILL.md

Related Skills