inference-gateway/adk

An Agent Development Kit (ADK) allowing for seamless creation of A2A-compatible agents written in Go.

25Stars on the repository
5Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

go-concurrency

01

inference-gateway/adk

Skill Claude CodeCodex

Idiomatic Go concurrency - sync primitives, channel semantics, the select statement, and the standard channel patterns (cancellation/done-channel, fan-out/fan-in, pipeline, or-done, context, worker-pool). Use when writing or reviewing Go that spawns goroutines, shares state, or coordinates over channels, even if the…

25 3d ago A 116 tokens copy · 92% Apache-2.0

go-spec-reviewer

02

inference-gateway/adk

Skill Claude CodeCodex

Review a Go design spec before implementation begins - dispatch a subagent that checks a design doc for completeness, consistency, and idiomatic Go (simplicity, small consumer-defined interfaces, explicit wrapped errors, context propagation). Use when a user has a Go spec to review, asks "is this spec ready?", or is…

25 3d ago A 93 tokens copy · 94% Apache-2.0

go

03

inference-gateway/adk

Skill Claude CodeCodex

Idiomatic Go - package and interface design, error wrapping, table-driven tests, generics, the modern standard library (slices/maps/cmp/errors.Join), current syntax, and logging discipline. Use when writing, reviewing, or refactoring any Go code, especially code drifting toward Java/Spring shapes (deep layer trees…

25 3d ago A 99 tokens copy · 86% Apache-2.0