Back to Discover

skills

skill

genkit-ai

Agent Skills that teach AI coding agents how to build applications with the Genkit framework (JS/TS, Go, Dart).

View on GitHub
17 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add genkit-ai/skills

README

Genkit Agent Skills

This repository contains "Agent Skills" designed to teach AI agents how to build applications using the Genkit framework.

Available Skills

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-js

For Dart:

npx skills add genkit-ai/skills --skill developing-genkit-dart

For Go:

npx skills add genkit-ai/skills --skill developing-genkit-go

For Python:

npx skills add genkit-ai/skills --skill developing-genkit-python

Using 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-js

For Dart:

gemini skills install https://github.com/genkit-ai/skills.git --path skills/developing-genkit-dart

For Go:

gemini skills install https://github.com/genkit-ai/skills.git --path skills/developing-genkit-go

For Python:

gemini skills install https://github.com/genkit-ai/skills.git --path skills/developing-genkit-python

Manual 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.

Rendered live from genkit-ai/skills's GitHub README — not stored, always reflects the source repo.

0 Plugins

No plugins listed in this repo's manifest.

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.