
genkit-ai / skills
★ 14A skill package that teaches your agent 1 capability — every one documented and browsable below, no GitHub required · by genkit-ai.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Genkit Agent Skills
This repository contains "Agent Skills" designed to teach AI agents how to build applications using the Genkit framework.
Available Skills
- developing-genkit-js: For developing Genkit applications with Node.js and TypeScript.
- developing-genkit-dart: For developing Genkit applications with Dart.
- developing-genkit-go: For developing Genkit applications with Go.
- developing-genkit-python: For developing Genkit applications with Python.
Installation
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 Go:
npx skills add genkit-ai/skills --skill developing-genkit-goUsing tool-specific command
For 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-dartFor Go:
gemini skills install https://github.com/genkit-ai/skills.git --path skills/developing-genkit-goManual Installation
Copy-paste the skills folder in the appropriate location for your tool of choice.
Usage
These skills follow the Agent Skills Specification. Point your agent environment to the relevant skill directory to enable Genkit-specific capabilities.
Install the whole package (1 skills):
npx skills add https://github.com/genkit-ai/skillsOr install a single skill:
npx skills add https://github.com/genkit-ai/skills --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.