Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

genkitgenkit 数据库

Agent Skill

genkit 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,909

周安装

78

GitHub Stars

11

下载量

612
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:genkit(genkit 数据库)
来源仓库:https://github.com/akillness/oh-my-skills
仓库路径:skills/genkit
安装命令:
npx skills add https://github.com/akillness/oh-my-skills --skill genkit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-skills --skill genkit

简介

用于判断功能是否应转为服务器端 AI 工作流,并给出最小 Genkit 实现形态。

  • 适合定义后端流边界、选择运行模式并决定是否采用 Genkit 框架。
  • 使用时需先评估当前需求包络,避免陷入 SDK 接线或通用框架比较。
  • 建议参考入站包处理逻辑,混合场景下优先选择最匹配的操作模式。
  • genkit 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Genkit

Use this skill when the main question is "should this feature become a reusable server-owned AI workflow, and if so what is the smallest Genkit shape worth owning?"

The job is not to dump a long Genkit tutorial, CLI catalog, or Firebase product tour. The job is to frame the current packet, choose one operating mode, define one backend flow boundary, decide whether Genkit is actually the right layer, and route adjacent work away before the skill turns into app SDK wiring, Firebase ops, or generic framework comparison.

Read references/intake-packets-and-fallbacks.md before handling mixed or ambiguous requests. Read references/modes-and-routing.md before choosing a primary mode. Read references/deployment-and-runtime-boundaries.md when runtime choice is the real open question. Read references/evals-and-observability.md when the workflow already exists and confidence is the bottleneck.

When to use this skill

  • A backend or full-stack feature needs a reusable AI flow instead of one-off provider calls scattered through route handlers
  • The work needs typed input/output contracts, flow ownership, or one AI capability reused across multiple clients, jobs, or surfaces
  • The workflow needs tool calling, retrieval, prompt files, structured outputs, evaluation, or local tracing under a server-owned boundary
  • The request is clearly about Genkit or server-side Firebase AI workflow design, not direct app/client SDK integration
  • The open question is how to structure, debug, evaluate, or deploy an existing Genkit flow to Firebase, Cloud Run, or another backend runtime

When not to use this skill

  • The main job is direct mobile/web app integration with Firebase AI Logic client SDKsfirebase-ai-logic
  • The main job is Firebase bootstrap, emulator usage, hosting/functions deploy, auth/login, or admin CLI workfirebase-cli
  • The request is mostly frontend streaming/rendering/app wiring without backend workflow ownership → relevant frontend/web skill
  • The real question is framework choice (Genkit vs Firebase AI Logic vs Vercel AI SDK vs direct SDKs)survey
  • A plain provider SDK or simple route handler is probably enough and the user is not asking for reusable workflow structure → note the fallback and keep the answer lightweight

Instructions

Step 1: Frame the current packet

Record the smallest useful intake before recommending Genkit.

Capture:

  • app shape: web | mobile | backend | fullstack | mixed | unknown
  • ownership: client feature | backend capability | mixed | unknown
  • packet: route handler | feature brief | architecture note | deployed flow | eval/trace complaint | deploy plan | none
  • workflow need: simple generation | structured output | tools | retrieval | prompt files | evals | observability | deployment | unknown
  • delivery pressure: single endpoint | multi-surface reuse | launch readiness | migration | reliability concern | unknown

Quick frame:

App shape: fullstack
Ownership: backend capability
Packet: existing API route + support feature brief
Workflow need: retrieval + one ticket tool + evals later
Delivery pressure: reuse across web app and internal ops panel

Step 2: Choose the intake packet first

Use references/intake-packets-and-fallbacks.md.

Pick the packet the user actually has now:

  • new backend capability packet
  • existing route/handler packet
  • deployed flow quality packet
  • deployment/runtime packet
  • comparison/fallback packet
  • no usable packet yet

Output this step as:

## Intake Packet
- Current packet:
- Why it is enough (or not enough):
- Missing context to collect next:

Rule: do not force Genkit just because the app already uses Firebase.

Step 3: Decide whether Genkit is the right layer

Make the ownership decision explicit before choosing a mode.

Choose Genkit when the dominant need is:

  • a reusable server-side AI contract
  • typed flow input/output boundaries
  • one place to own tool/retrieval/prompt orchestration
  • evaluation, tracing, or deployment support for a maintained backend feature

Do not force Genkit when the request is mainly:

  • direct client/mobile/web SDK usage
  • a thin one-off model call that can stay in a normal backend route
  • a generic framework comparison with no chosen ownership layer yet
  • a reliability/durability question better owned by queue/job/workflow infrastructure

State the decision in one line:

## Layer Decision
- Use Genkit: yes | no | maybe-after-survey
- Why:

Step 4: Choose one primary operating mode

Pick one primary mode from references/modes-and-routing.md.

Primary modes:

  • flow-foundation
  • tool-and-agent
  • retrieval-and-prompt
  • evaluation-and-observability
  • deployment-runtime
  • comparison-or-fallback

Rule: one primary mode, optional secondary mode. Do not mix backend flow design, frontend app wiring, deployment ops, and architecture comparison into one blob.

Step 5: Freeze one smallest flow boundary

If Genkit is the right layer, define the smallest useful workflow contract:

  • one named backend capability
  • one input/output schema or contract
  • what must remain server-side
  • where tools/retrieval belong, if anywhere
  • which client(s) or jobs call it

Good boundary examples:

  • support reply + ticket action flow shared by web app and internal admin tools
  • document-grounded answer flow with one retrieval source and schema-valid output
  • existing flow that now needs eval coverage before a Cloud Run rollout

Bad boundary examples:

  • every AI feature in one mega-flow
  • client-side app integration disguised as a server workflow
  • adding tools, retrieval, and multi-agent logic before one basic flow works

Step 6: Name the fallback or route-out honestly

Use references/intake-packets-and-fallbacks.md.

Common route-outs:

  • direct Firebase app/client SDK integration → firebase-ai-logic
  • Firebase CLI / emulator / deploy / admin work → firebase-cli
  • frontend streaming/rendering/app wiring → relevant frontend/web skill
  • framework comparison or architecture uncertainty → survey
  • thin synchronous model call that can stay inside one existing route → note plain provider SDK / route-handler fallback instead of forcing Genkit
  • durability / retries / background orchestration dominating the problem → note queue/job/workflow substrate as a complement or better first layer

Step 7: Pick the smallest next slice

Do not jump to a giant system diagram. Return the smallest next slice that makes Genkit real:

  • define one flow contract
  • wrap one existing route into a flow
  • add one tool boundary
  • add one retrieval boundary
  • add one eval set with representative inputs
  • choose one runtime/deploy shape

Step 8: Use evals and traces when confidence is the bottleneck

Use references/evals-and-observability.md.

When the workflow already exists, prefer:

  1. representative inputs
  2. local trace review / Developer UI inspection
  3. small eval set
  4. contract / prompt / tool cleanup
  5. rollout only after the evidence loop is good enough

Step 9: Return the Genkit brief

# Genkit Brief

## Scope
- App shape:
- Ownership:
- Intake packet:
- Primary mode:
- Confidence:

## Layer Decision
- Use Genkit: yes | no | maybe-after-survey
- Why:

## Backend Flow Boundary
- Capability:
- Input / output contract:
- Server-only responsibilities:
- Tools / retrieval / prompt-file needs:

## Smallest Next Slice
1. ...
2. ...
3. ...

## Route-outs / Fallbacks
- ...

Examples

Example 1: Reusable backend support workflow

Input: “Build a Genkit backend flow for our support app: retrieve help articles, call one ticket tool, and expose one server endpoint the web app can reuse.”

Expected shape: tool-and-agent or retrieval-and-prompt, explicit server-owned flow boundary, one tool/retrieval plan, no route to firebase-ai-logic.

Example 2: Direct Firebase app feature

Input: “Add Gemini-powered summaries directly inside our Firebase web app with the Firebase SDK.”

Expected shape: route to firebase-ai-logic unless the request clearly adds a server-owned workflow requirement.

Example 3: Existing flow needs confidence before launch

Input: “Our Genkit flows work locally, but we need a practical eval and observability plan before deploying to Cloud Run.”

Expected shape: evaluation-and-observability, small evidence loop, route runtime specifics through the deployment boundary without turning the answer into Firebase CLI ops.

Example 4: Framework choice is still unclear

Input: “Should we use Genkit, Firebase AI Logic, Vercel AI SDK, or just direct SDK calls for this Firebase app?”

Expected shape: comparison-or-fallback, route to survey, and only return to genkit if the chosen ownership layer is a reusable backend workflow.

Best practices

  1. Choose Genkit because you need a server-owned workflow layer, not just because the product uses Firebase.
  2. Start from the packet and ownership decision before naming tools or models.
  3. Prefer one crisp flow boundary over a giant AI feature bucket.
  4. Keep direct app/client SDK work routed to firebase-ai-logic.
  5. Acknowledge plain route-handler / provider-SDK fallbacks when they are enough.
  6. Treat runtime choice as an architecture decision, not proof that Genkit is mandatory.
  7. Use traces and evals before widening rollout.
  8. Sync compact discovery surfaces whenever the front-door boundary changes.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.67%
按下载量换算237

Claude

28.57%
按下载量换算175

Cursor

18.11%
按下载量换算111

Gemini CLI

9.9%
按下载量换算61

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills