plugins marketplace
← All plugins

jeremy-genkit-terraform

v2.21.0

Terraform modules for Firebase Genkit infrastructure and deployments

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

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

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/jeremy-genkit-terraform/ inside the repository.

Layout

plugins/devops/jeremy-genkit-terraform/
├── .claude-plugin/plugin.json
└── skills/genkit-infra-expert/SKILL.md

Skills1

genkit-infra-expertskills/genkit-infra-expert/SKILL.md

Execute use when deploying Genkit applications to production with Terraform. Trigger with phrases like "deploy genkit terraform", "provision genkit infrastructure", "firebase functions terraform", "cloud run deployment", or "genkit production infrastructure". Provisions Firebase Functions, Cloud Run services, GKE clusters, monitoring dashboards, and CI/CD for AI workflows.

Manifests1

plugins/devops/jeremy-genkit-terraform/.claude-plugin/plugin.json
{
  "name": "jeremy-genkit-terraform",
  "version": "2.21.0",
  "description": "Terraform modules for Firebase Genkit infrastructure and deployments",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "terraform",
    "genkit",
    "firebase",
    "cloud-run",
    "infrastructure",
    "iac",
    "deployment",
    "google-cloud"
  ]
}