developing-genkit-go

Installation
SKILL.md

Genkit Go

Genkit Go is an AI SDK for Go that provides generation, structured output, streaming, tool calling, prompts, and flows with a unified interface across model providers.

Hello World

package main

import (
	"context"
	"fmt"
	"log"
	"net/http"
Installs
395
GitHub Stars
13
First Seen
Apr 3, 2026
developing-genkit-go — genkit-ai/skills