Sandbox
@genkit-ai/skills

Agent skills for Genkit app development

This repository packages Agent Skills for the Genkit framework. The skills give your agent language-specific guidance for building Genkit apps in Node.js/TypeScript, Dart, Go, and Python.

30 stars5 forksUpdated 13d ago
Who it's for

Builders who want their agent to build Genkit apps with language-specific guidance.

What it delivers

You can have your agent follow Genkit-specific development patterns instead of re-explaining the framework each time.

What it does

Language-specific skills

Separate skills cover Genkit development for Node.js/TypeScript, Dart, Go, and Python.

Agent Skills specification

The skills are organized to match the Agent Skills Specification so agent environments can load them directly.

Simple installation

You can install a skill with `npx skills add genkit-ai/skills --skill ...` or copy the folder manually.

How to get it

  1. 1For Node.js / TypeScript
    npx skills add genkit-ai/skills --skill developing-genkit-js
  2. 2For Dart
    npx skills add genkit-ai/skills --skill developing-genkit-dart
  3. 3For Go
    npx skills add genkit-ai/skills --skill developing-genkit-go
  4. 4For Python
    npx skills add genkit-ai/skills --skill developing-genkit-python

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

Using skills.sh

Install skills into 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

For Python:

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

Manual Installation

Copy the relevant skill folder into 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.

Files in the repo

Repository payload3 top-level entries
  • skills
  • .gitignore
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k