This repository contains "Agent Skills" designed to teach AI agents how to build applications using the Genkit framework.
- developing-genkit-js: For developing Genkit applications with Node.js and TypeScript.
- developing-genkit-dart: For developing Genkit applications with Dart.
You can install skills in various ways (in your project workspace):
Using skills.sh (Recommended)
For Node.js / TypeScript:
npx skills add genkit-ai/skills --skill developing-genkit-jsFor Dart:
npx skills add genkit-ai/skills --skill developing-genkit-dartFor example (if using Gemini CLI):
For Node.js / TypeScript:
gemini skills install https://github.com/genkit-ai/skills.git --path skills/developing-genkit-jsFor Dart:
gemini skills install https://github.com/genkit-ai/skills.git --path skills/developing-genkit-dartCopy-paste the skills folder in the appropriate location for your tool of choice.
These skills follow the Agent Skills Specification. Point your agent environment to the relevant skill directory to enable Genkit-specific capabilities.