Developing Genkit Dart
Genkit Dart SDK reference that actually compiles — verified against real pub.dev packages.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · e30b000
The author fixed the exact gap our first test flagged: schemantic.md now tells you to add the separate schemantic_builder dev-dependency and warns about the silent 'wrote 0 outputs' failure. We verified the fix by execution on Dart 3.12.2 — following the old instructions reproduced the zero-outputs build, and adding schemantic_builder per the new instructions generated a real models.g.dart with a concrete class, fromJson and toJson. Upstream also added full Agents and Dotprompt sections. The verbatim install still works from a bare HOME, and the skill keeps its clean-compile edge over unguided Dart, so it stays a pass with docs now perfect.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Developing Genkit Dart does
Reference for building AI agents/flows in Dart with the Genkit Dart SDK: core generate/tool/flow patterns plus 9 plugin references (Google GenAI, Anthropic, OpenAI, MCP, Shelf, Firebase AI, Chrome, middleware) and the schemantic typed-schema library it depends on. Triggers when building AI agents in Dart/Flutter or wiring Genkit flows. Self-contained (SKILL.md + references/, no external plugin-root deps); all 9 referenced pub.dev packages are real and published.
How to install Developing Genkit Dart
git clone https://github.com/genkit-ai/skills
cd skills
mkdir -p ~/.claude/skills
cp -r skills/developing-genkit-dart ~/.claude/skills/developing-genkit-dart
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Developing Genkit Dart
-
/developing-genkit-dartGenkit Dart SDK reference that actually compiles — verified against real pub.dev packages.
It also activates on plain-language prompts like these:
-
Help me define a typed tool and flow using Genkit in Dart -
How do I call Gemini from a Dart console app with genkit_google_genai? -
Set up an AI agent flow in my Flutter project using the Genkit SDK
Frequently asked questions
- Is the Developing Genkit Dart skill free?
- Yes. The skill itself is free from genkit-ai/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Developing Genkit Dart work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. The author fixed the exact gap our first test flagged: schemantic.md now tells you to add the separate schemantic_builder dev-dependency and warns about the silent 'wrote 0 outputs' failure. We verified the fix by execution on Dart 3.12.2 — following the old instructions reproduced the zero-outputs build, and adding schemantic_builder per the new instructions generated a real models.g.dart with a concrete class, fromJson and toJson. Upstream also added full Agents and Dotprompt sections. The verbatim install still works from a bare HOME, and the skill keeps its clean-compile edge over unguided Dart, so it stays a pass with docs now perfect.
- What is the Developing Genkit Dart SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Developing Genkit Dart?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Developing Genkit Dart with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.