developing-genkit-dart

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

설치
CLI
npx skills add https://github.com/genkit-ai/skills --skill developing-genkit-dart

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 4/23/2026

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):

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

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

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.