D

developing-genkit-js

byfirebaseΒ·#146 trending

Install the developing-genkit-js skill for your AI agent. Published by firebase/agent-skills.

33.2Kweekly installs
257stars
First seenToday

Installation

Send this command to your AI agent:

npx skills add https://github.com/firebase/agent-skills --skill developing-genkit-js

Documentation

Build AI-powered Node.js/TypeScript applications with Genkit flows, tools, and multi-model support.

  • Genkit is provider-agnostic; supports Google AI, OpenAI, Anthropic, Ollama, and other LLM providers via plugins
  • Define flows with type-safe schemas using Zod, execute generation requests, and compose multi-step AI workflows in TypeScript
  • Requires Genkit CLI v1.29.0+; recent major API changes mean you must consult genkit docs:read and common-errors.md for current patterns, not prior knowledge
  • Use the CLI to search docs (genkit docs:search), read guides, and troubleshoot errors; always check Common Errors first when encountering validation, type, or API failures