Skip to content
OpenSmartRoute
Skillv1.0.0

genkit-infra-expert

Execute use when deploying Genkit applications to production with Terraform. Trigger with phrases like "deploy genkit terraform", "provision genkit infrastructure", "firebase functions terraform", "cl

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (skills/.curated/genkit-infra-expert/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill genkit-infra-expert. Copyright stays with the author (MIT).

Genkit Infra Expert

Overview

Deploy Genkit applications to production with Terraform (Firebase Functions, Cloud Run, or GKE) with secure secrets handling and observability. Use this skill to choose a target, generate the Terraform baseline, wire up Secret Manager, and provide a validation checklist for your Genkit flows.

Prerequisites

Before using this skill, ensure:

  • Google Cloud project with Firebase enabled
  • Terraform 1.0+ installed
  • gcloud and firebase CLI authenticated
  • Genkit application built and containerized
  • API keys for Gemini or other AI models
  • Understanding of Genkit flows and deployment options

Instructions

  1. Choose Deployment Target: Firebase Functions, Cloud Run, or GKE
  2. Configure Terraform Backend: Set up remote state in GCS
  3. Define Variables: Project ID, region, Genkit app configuration
  4. Provision Compute: Deploy functions or containers
  5. Configure Secrets: Store API keys in Secret Manager
  6. Set Up Monitoring: Create dashboards for token usage and latency
  7. Enable Auto-scaling: Configure min/max instances
  8. Validate Deployment: Test Genkit flows via HTTP endpoints

Output

  • Configuration files or code changes applied to the project
  • Validation report confirming correct implementation
  • Summary of changes made and their rationale

See Terraform implementation details for output format specifications.

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-genkit-infra-expert/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-genkit-infra-expert.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-genkit-infra-expert",
  "kind": "skill",
  "name": "genkit-infra-expert",
  "description": "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.",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "devops",
      "deployment",
      "terraform",
      "monitoring",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/genkit-infra-expert/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/genkit-infra-expert/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/genkit-infra-expert/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Grep,",
      "Glob,",
      "Bash(terraform:*),",
      "Bash(gcloud:*)"
    ],
    "license": "MIT"
  },
  "instructions": "# Genkit Infra Expert\n\n## Overview\n\nDeploy Genkit applications to production with Terraform (Firebase Functions, Cloud Run, or GKE) with secure secrets handling and observability. Use this skill to choose a target, generate the Terraform baseline, wire up Secret Manager, and provide a validation checklist for your Genkit flows.\n\n## Prerequisites\n\nBefore using this skill, ensure:\n\n- Google Cloud project with Firebase enabled\n- Terraform 1.0+ installed\n- gcloud and firebase CLI authenticated\n- Genkit application built and containerized\n- API keys for Gemini or other AI models\n- Understanding of ",
  "cost": {
    "context_tokens": 444
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-genkit-infra-expert/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.