SWSkillsWay.ai
View Repo ↗
Skillset · / genkit-ai / skills

genkit-aigenkit-ai/skills

PurposeA collection of Agent Skills that teach AI agents to build applications with the Genkit framework across Node.js/TypeScript, Dart, Go, and Python. Each skill is language-specific and follows the Agent Skills Specification. Installed via skills.sh or tool CLIs, they enable agents to auto-load the right skill by context to generate code, docs, and fix errors for Genkit in the user's chosen language.
Skill Count
4
Required CLI
genkit
Domains
Coding
Forms
Cli ManualStyle GuideWorkflow
Skillset Analysis

Core Idea

Principles & Methodology

The author's design philosophy, what sets this apart from peer projects, and quick notes on the key workflows. Skill names mentioned in the text auto-link to their detail pages.

Core Idea

This skillset teaches AI agents to build apps with the Genkit framework across multiple languages.

Design Principles

  • Language-specific: One skill per language (JS/TS, Dart, Go, Python), no cross-language bundling.
  • Spec-compliant: Follows Agent Skills Specification for portable integration.
  • On-demand loading: Agent loads the matching skill by context (user's language).

Key Skills

  • developing-genkit-js: Node.js/TypeScript Genkit dev
  • developing-genkit-dart: Dart/Flutter Genkit dev
  • developing-genkit-go: Go Genkit dev
  • developing-genkit-python: Python Genkit dev

Usage

Install via skills.sh or tool CLI, point agent to skill dir; agent auto-selects skill per language.

Skill Relationships

Usage Relationships Between Skills

Skill → Skill usage relationships, with cross-layer references. Same color blocks indicate the same skill form.

Relationship Count
0
Standalone Skills
4
Most Referencing
No relationships
Most Referenced
No relationships

Note: Each dependency line reads as "the current Skill depends on" the Skill it points to.

SkillsWay.ai · Heads-Up Agent Skills InspectorUnderstand Agent Skills before you install.

Skill Composition

How skills in this set are triggered

Each skill is designed for a specific kind of caller — some only fire when you name them, others load automatically when the model judges them relevant. The split below summarises both modes at a glance.

User-Invoked0

These skills only fire when you call them by name. The agent will not load them on its own — they stay inert until invoked.

No skill in this set is recommended for manual invocation.

Model-Invoked4

These skills are loaded automatically by the agent when it judges the context relevant. You usually don't need to call them yourself.

developing-genkit-dartdeveloping-genkit-godeveloping-genkit-jsdeveloping-genkit-python

Skill List

4 Skills · Filter by name or domain

developing-genkit-dart

Generates code and provides documentation for the Genkit Dart SDK to build AI agents, flows, and LLM integrations in Dart/Flutter. Uses reference docs and schemantic for type-safe code, verifies with dart analyze, and leverages Genkit CLI for local dev. Value: faster, correct Genkit Dart development.

→
Domain
Coding
Form
Workflow
Location
skills/developing-genkit-dart/SKILL.md

developing-genkit-go

Develop AI-powered apps in Go using Genkit SDK. Provides code patterns, reference docs for generation/prompts/tools/flows, and genkit CLI usage. Outputs runnable Go AI code with observability via flows and Dev UI.

→
Domain
Coding
Form
Cli ManualStyle Guide
Location
skills/developing-genkit-go/SKILL.md

developing-genkit-js

Helps develop AI-powered apps with Genkit in Node.js/TypeScript. Uses genkit CLI to fetch authoritative docs, enforces error protocol via common-errors.md, and generates minimal flows/agents code. Value: avoids outdated API mistakes and speeds up correct Genkit JS integration.

→
Domain
Coding
Form
Cli ManualWorkflow
Location
skills/developing-genkit-js/SKILL.md

developing-genkit-python

Helps develop AI-powered apps using Genkit in Python. Provides verified code patterns, setup, and error fixes via reference docs. Outputs working Genkit Python code and Dev UI workflows, reducing API mistakes and speeding AI feature delivery.

→
Domain
Coding
Form
Workflow
Location
skills/developing-genkit-python/SKILL.md

Showing 4 / 4

Installation

One command to install the entire Skillset.

Copy and run in your terminal to add genkit-ai/skills to your Agent environment.

$npx skills add genkit-ai/skills