What problem does it solve? Genkit v1.x introduced breaking API changes that make older code patterns and internal knowledge unreliable, causing validation errors, type errors, and deprecated API usage. This Skill provides up-to-date guidance, error troubleshooting protocols, and CLI-driven documentation lookup for building Genkit applications correctly. ## Core Features & Use Cases - Guided Development Workflow: Detects your framework (Next.js, Firebase, Express), selects a model provider, and applies best practices for flows, tools, and Zod schemas. - Error Troubleshooting Protocol: A mandatory common-errors reference covering v1.x migration issues like configureGenkit, response.text(), and deprecated model identifiers. - CLI Documentation Access: Uses genkit docs:search and genkit docs:read to retrieve authoritative, current documentation instead of relying on outdated knowledge. - Use Case: You encounter a ValidationError after upgrading Genkit. The Skill directs you to the common-errors reference, identifies the deprecated import pattern, and applies the documented v1.x fix. ## Quick Start Ask the assistant to create a Genkit flow in TypeScript that generates a joke using the Google AI Gemini model.