An agentic skills framework & software development methodology that works.
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.
Builders who want their agent to build Genkit apps with language-specific guidance.
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
- 1For Node.js / TypeScript
npx skills add genkit-ai/skills --skill developing-genkit-js
- 2For Dart
npx skills add genkit-ai/skills --skill developing-genkit-dart
- 3For Go
npx skills add genkit-ai/skills --skill developing-genkit-go
- 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
- 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
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
- skills
- .gitignore
- README.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More skills

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.
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.
Public repository for Agent Skills
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…)

Production-grade engineering skills for AI coding agents.