
Genkit Production Expert
FreeBuild and deploy Firebase Genkit applications with ease.
Free · Opens the source repo
What Genkit Production Expert does
The Genkit Production Expert skill enables developers to create production-grade applications using Firebase Genkit, focusing on RAG systems, multi-step flows, and tool-calling agents for Node.js, Python, and Go. This skill streamlines the entire development process, from project initialization and schema validation to flow implementation and deployment. With built-in support for AI monitoring and OpenTelemetry tracing, it provides a comprehensive solution for those looking to leverage Genkit's capabilities in a production environment.
To get started, developers must have the necessary prerequisites, including a compatible runtime environment (Node.js, Python, or Go), the Genkit CLI, and a Google Cloud project with the Vertex AI API enabled. The skill guides users through analyzing their requirements, initializing the project structure, and defining input/output schemas using validation libraries like Zod or Pydantic. This ensures type safety and robustness in the application, which is crucial for production scenarios.
Once the application structure is set up, developers can implement their Genkit flow using specific functions to define the model configuration, temperature settings, and tool definitions. The skill also emphasizes the importance of error handling and monitoring, providing strategies for dealing with common issues such as safety filter triggers and API rate limits. By following the outlined best practices and utilizing the provided resources, users can efficiently deploy their applications to Firebase Functions or Cloud Run, ensuring scalability and reliability.
This skill is particularly suited for developers and designers who are familiar with Genkit and want to build sophisticated applications that require AI capabilities. Its focus on production readiness makes it an essential tool for teams looking to implement AI-driven solutions in a structured and efficient manner.
When to use it
Use this skill when you need to create production-grade Genkit applications, particularly those involving RAG systems or multi-step flows.
When not to use it
This skill may not be suitable for simple applications or those that do not require the advanced features of Genkit, such as AI monitoring or multi-tool integration.
What you can build with it
Question-Answering Flow
Create a Genkit flow using Gemini 2.5 Flash with Zod schemas, deploying to Firebase Functions for efficient query handling.
RAG Document Search
Implement a retriever flow that connects to Firestore for document search, injecting context for generating grounded answers.
Multi-Tool Agent
Define and implement a multi-tool agent flow that routes user queries and handles conversations with proper tracing.
How to install Genkit Production Expert
View source1. Install with the skills CLI
npx skills add jeremylongshore/claude-code-plugins-plus-skills/genkit-production-expert --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by jeremylongshoreGenkit Production Expert
Overview
Build production-grade Firebase Genkit applications including RAG systems, multi-step flows, and tool-calling agents for Node.js, Python, and Go. This skill covers the full lifecycle from project scaffolding and schema validation through flow implementation, local testing with the Genkit Developer UI, and deployment to Firebase Functions or Cloud Run with AI monitoring and OpenTelemetry tracing.
Prerequisites
- Node.js 18+ (TypeScript), Python 3.10+ (Python), or Go 1.21+ (Go) runtime
- Genkit CLI and core packages (
npm install genkit @genkit-ai/googleaifor TypeScript) - Google Cloud project with Vertex AI API enabled for Gemini model access
- Firebase CLI for Firebase Functions deployments (
npm install -g firebase-tools) - Zod (TypeScript), Pydantic (Python), or Go structs for input/output schema validation
- Environment variables configured for API keys (never hardcoded; use Secret Manager)
Instructions
- Analyze the requirements to determine target language, flow complexity (simple, multi-step, or RAG), model selection (Gemini 2.5 Flash vs Pro), and deployment target
- Initialize the project structure with appropriate config files (
tsconfig.json,genkit.config.ts, or equivalent) - Install Genkit core, provider plugins, and schema validation dependencies
- Define input/output schemas using Zod, Pydantic, or Go structs to enforce type safety at runtime
- Implement the Genkit flow using
ai.defineFlow()with model configuration, temperature tuning, and token limits - Add tool definitions using
ai.defineTool()with scoped schemas for each external capability the flow requires - For RAG flows: implement a retriever using
ai.defineRetriever()with embedding generation (text-embedding-gecko) and vector database integration - Configure error handling for safety blocks (
SAFETY_BLOCK), quota exceeded (QUOTA_EXCEEDED), and provider timeouts - Enable OpenTelemetry tracing with custom span attributes for cost and latency tracking
- Test locally using the Genkit Developer UI, then deploy to Firebase Functions or Cloud Run with auto-scaling configuration
See ${CLAUDE_SKILL_DIR}/references/how-it-works.md for the phased workflow and ${CLAUDE_SKILL_DIR}/references/production-best-practices-applied.md for the production checklist.
Output
- Complete Genkit flow implementation with typed schemas and model bindings
- Tool definitions with Zod/Pydantic-validated inputs and outputs
- Retriever configuration for RAG flows (embeddings, vector search, context injection)
- Deployment configuration: Firebase Functions (
firebase.json) or Cloud Run service YAML - Monitoring setup: OpenTelemetry tracing, Firebase Console integration, alert policies
- Cost optimization report: model selection rationale, token usage estimates, caching strategy
Error Handling
| Error | Cause | Solution |
|---|---|---|
SAFETY_BLOCK response | Model safety filters triggered on input or output | Review prompt content; adjust safety settings; add input sanitization before generation |
QUOTA_EXCEEDED | API rate limit or daily token quota reached | Implement exponential backoff with jitter; request quota increase; cache repeated prompts |
| Schema validation failure | Runtime input does not match Zod/Pydantic schema | Add descriptive error messages to schema; validate inputs before calling ai.generate() |
| Retriever returns empty results | Vector database query found no matches above similarity threshold | Lower similarity threshold; verify embeddings are indexed; check embedding model version match |
| Deployment timeout | Cold start exceeds Firebase Functions 60s limit | Increase memory allocation; use Cloud Run for long-running flows; enable min instances > 0 |
See ${CLAUDE_SKILL_DIR}/references/errors.md for additional error scenarios.
Examples
Scenario 1: Question-Answering Flow -- Create a Genkit flow using Gemini 2.5 Flash with Zod input/output schemas. Set temperature to 0.3 for factual responses. Deploy to Firebase Functions with token usage monitoring. Expected latency: under 2 seconds per query.
Scenario 2: RAG Document Search -- Implement a retriever with text-embedding-gecko embeddings connected to Firestore vector search. Build a RAG flow that retrieves top-5 relevant documents, injects them as context, and generates grounded answers with source citations. Include context caching for repeated queries.
Scenario 3: Multi-Tool Agent -- Define weather and calendar tools with typed schemas. Create an agent flow that routes user queries to appropriate tools, handles multi-turn conversations, and traces each tool execution for debugging. Deploy to Cloud Run with auto-scaling (2-10 instances).
See ${CLAUDE_SKILL_DIR}/references/workflow-examples.md for complete code examples.
Resources
- Firebase Genkit Documentation -- flows, tools, retrievers, deployment
- Genkit GitHub Repository -- source code and examples
- Zod Schema Library -- TypeScript schema validation
- OpenTelemetry for Node.js -- tracing and observability
- Gemini model selection guide: Flash for throughput, Pro for reasoning quality
- Context caching and token optimization strategies for cost management
Frequently asked questions about Genkit Production Expert
Similar skills
WinMD API Search
Easily find and explore Windows desktop APIs.
WebMCPify
Transform any web app into an agent-ready platform.
Phoenix Tracing
Instrument LLM applications with OpenInference tracing.
Foundry Hosted Agent CopilotKit
Guidance for developing agentic web apps on Azure.
Power Automate Foundation
Connect AI agents to Power Automate seamlessly.
Power Automate Flow Builder
Efficiently build and deploy Power Automate flows programmatically.
