Firebase/developing-genkit-js — Agent Skills | officialskills.sh
Back to skills

developing-genkit-js

communityai-tools

Helps you build AI-powered apps with Firebase Genkit in Node.

Setup & Installation

npx skills add https://github.com/firebase/agent-skills --skill developing-genkit-js
or paste the link and ask your coding assistant to install it
https://github.com/firebase/agent-skills/tree/main/skills/developing-genkit-js
View on GitHub

What This Skill Does

Helps you build AI-powered apps with Firebase Genkit in Node.js and TypeScript. Covers flows, tools, model integration, and error troubleshooting for Genkit's v1.x API, with built-in access to official docs via the Genkit CLI.

Genkit's API changed significantly at v1.0, so having a skill that enforces correct patterns and links to up-to-date docs prevents hours lost to outdated examples.

When to use it

  • Setting up a new Genkit project with Google AI or another provider
  • Debugging Genkit ValidationError or type errors using the common-errors reference
  • Writing a multi-step AI flow with structured input and output schemas
  • Adding tool-use capabilities to a Genkit agent in an Express or Next.js app
  • Migrating older Genkit code from pre-1.0 APIs to the current v1.x syntax