Agent skill

developing-genkit-dart

Use when building AI agents in Dart, implementing Genkit flows or tools, integrating LLMs into Dart or Flutter applications, or using Genkit Dart plugins.

evancagithub.com/evancaGitHub ↗
claude-codecodexcursorwindsurfMIT
Install
npx skills add evanca/flutter-ai-rules --skill developing-genkit-dart --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 12
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/developing-genkit-dart/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 604
Language: Shell

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Genkit Dart Genkit Dart is an AI SDK for Dart that provides a unified interface for code generation, structured outputs, tools, flows, and AI agents. ## Core Features and Usage If you need help with initializing Genkit (`Genkit()`), Generation (`ai.generate`), Tooling (`ai.defineTool`), Flows (`ai.defineFlow`), Embeddings (`ai.embedMany`), streaming, or calling remote flow endpoints, please load the core framework reference: [references/genkit.md](references/genkit.md) ## Genkit CLI (recommended) The Genkit CLI provides a local development UI for running Flow, tracing executions, playing with models, and evaluating outputs. check if the user has it installed: `genkit --version` **Installation:** ```bash curl -sL cli.genkit.dev | bash # Native CLI # OR npm install -g genkit-cli # Via npm ``` **Usage:** Wrap your run command with `genkit start` to attach the Genkit developer UI and tracing: ```bash genkit start -- dart run main.dart ``` ## Plugin Ecosystem Genkit relies on a large suite of plugins to perform generative AI actions, interface with external LLMs, or host web servers. When asked to use any given plugin, always verify usage by referring to its corresponding reference be

What's inside
Steps it walks through
  1. Core Features and Usage
  2. Genkit CLI (recommended)
  3. Plugin Ecosystem
  4. External Dependencies
  5. Best Practices
Ships with 11 files
  • agents/openai.yaml
  • references/genkit.md
  • references/genkit_anthropic.md
  • references/genkit_chrome.md
  • references/genkit_firebase_ai.md
  • references/genkit_google_genai.md
  • references/genkit_mcp.md
  • references/genkit_middleware.md
  • references/genkit_openai.md
  • references/genkit_shelf.md
  • references/schemantic.md
Commands it runs
curl -sL cli.genkit.dev | bash # Native CLI
OR
npm install -g genkit-cli # Via npm
genkit start -- dart run main.dart
More from flutter-ai-rules
All skills →
About this skill
What does the developing-genkit-dart skill do?

Use when building AI agents in Dart, implementing Genkit flows or tools, integrating LLMs into Dart or Flutter applications, or using Genkit Dart plugins.

How do I install it?

Run `npx skills add evanca/flutter-ai-rules --skill developing-genkit-dart --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From evanca/flutter-ai-rules, a repository with 604 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going