Database-Backed Durable Golang Workflows
$ npx skills add dbos-inc/dbos-transact-golangScenario Database and SQL · I need my agent to inspect database schemas, write SQL, and explain query results.
CLI + Codex · 4 targets
AI Agent Skill Repository
Browse reusable skills for Codex, Claude Code, Cursor, finance, research, web scraping, PPT, football analytics, data, marketing, design, and more.
Live registry search
Exact name and slug matches are checked against the live registry before ranked alternatives.
Decision filters
Showing 1-16 of 120 ranked candidates matching "golang"
Best blend of relevance, quality, freshness, and verified outcomes
Database-Backed Durable Golang Workflows
$ npx skills add dbos-inc/dbos-transact-golangScenario Database and SQL · I need my agent to inspect database schemas, write SQL, and explain query results.
CLI + Codex · 4 targets
🧑🎨 A collection of Golang agentic skills that works
$ npx skills add samber/cc-skills-golangScenario RAG and knowledge · I need my agent to build a RAG workflow over documents and retrieve reliable context.
Claude Code + OpenAI Agents · 4 targets
Idiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, sentinel errors, panic/recover, the single handling rule, st…
$ npx skills add samber/cc-skills-golang --skill golang-error-handlingScenario Research agents · I need my agent to research a topic, compare sources, and produce a concise report.
Claude Code + CLI · 4 targets
Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ri…
$ npx skills add samber/cc-skills-golang --skill golang-data-structuresScenario Design and creative · I need my agent to produce design assets, UI directions, presentations, or creative media workflows.
Claude Code + CLI · 4 targets
Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling, separation of concerns, lifecycle management), manual co…
$ npx skills add samber/cc-skills-golang --skill golang-dependency-injectionScenario Research agents · I need my agent to research a topic, compare sources, and produce a concise report.
Claude Code + CLI · 4 targets
Dependency management strategies for Golang projects — go.mod management, installing/upgrading packages, Minimal Version Selection, vulnerability scanning, outdated depe…
$ npx skills add samber/cc-skills-golang --skill golang-dependency-managementScenario GitHub automation · I need my agent to triage GitHub issues, review pull requests, and summarize repository changes.
Claude Code + CLI · 4 targets
Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go Playground, Example tests, API docs, and llms.txt. Us…
$ npx skills add samber/cc-skills-golang --skill golang-documentationScenario Design and creative · I need my agent to produce design assets, UI directions, presentations, or creative media workflows.
Claude Code + CLI · 4 targets
Implements GraphQL APIs in Golang using gqlgen or graphql-go. Apply when building GraphQL servers, designing schemas, writing resolvers, handling subscriptions, or integ…
$ npx skills add samber/cc-skills-golang --skill golang-graphqlScenario Coding agents · I need a coding agent that can understand a repository, edit code, and review pull requests.
Claude Code + CLI · 4 targets
Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitives, errgroup, singleflight, wor…
$ npx skills add samber/cc-skills-golang --skill golang-concurrencyScenario Coding agents · I need a coding agent that can understand a repository, edit code, and review pull requests.
Claude Code + CLI · 4 targets
Idiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, context.WithoutCancel for ba…
$ npx skills add samber/cc-skills-golang --skill golang-contextScenario Design and creative · I need my agent to produce design assets, UI directions, presentations, or creative media workflows.
Claude Code + CLI · 4 targets
Idiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource management and lifecycle, graceful shutdown, resilience, architec…
$ npx skills add samber/cc-skills-golang --skill golang-design-patternsScenario Research agents · I need my agent to research a topic, compare sources, and produce a concise report.
Claude Code + CLI · 4 targets
Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→concrete), wire.Struct, wire.Value, wire.InterfaceValue, wi…
$ npx skills add samber/cc-skills-golang --skill golang-google-wireScenario Design and creative · I need my agent to produce design assets, UI directions, presentations, or creative media workflows.
Claude Code + CLI · 4 targets
CI/CD pipeline configuration using GitHub Actions for Golang projects — testing, linting, SAST, security scanning, code coverage, Dependabot, Renovate, GoReleaser, code…
$ npx skills add samber/cc-skills-golang --skill golang-continuous-integrationScenario GitHub automation · I need my agent to triage GitHub issues, review pull requests, and summarize repository changes.
Claude Code + CLI · 4 targets
Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command structure, flag handling, configuration layering, v…
$ npx skills add samber/cc-skills-golang --skill golang-cliScenario Coding agents · I need a coding agent that can understand a repository, edit code, and review pull requests.
Claude Code + CLI · 4 targets
Golang code style conventions — line length and breaking, variable declarations, control flow clarity, when comments help vs hurt. Use when writing or reviewing Go code,…
$ npx skills add samber/cc-skills-golang --skill golang-code-styleScenario Coding agents · I need a coding agent that can understand a repository, edit code, and review pull requests.
Claude Code + CLI · 4 targets
Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memo…
$ npx skills add samber/cc-skills-golang --skill golang-benchmarkScenario Research agents · I need my agent to research a topic, compare sources, and produce a concise report.
Claude Code + CLI · 4 targets
Page 1
Showing the strongest 16 results to keep the registry fast for humans and agents. Refine by use case, platform, stars, or search query for a narrower shortlist.
Try the agent resolve APIAI Agent Skill Repository
Browse reusable skills for Codex, Claude Code, Cursor, finance, research, web scraping, PPT, football analytics, data, marketing, design, and more.
Live registry search
Exact name and slug matches are checked against the live registry before ranked alternatives.
Decision filters
Showing 1-16 of 120 ranked candidates matching "golang"
Best blend of relevance, quality, freshness, and verified outcomes
Database-Backed Durable Golang Workflows
$ npx skills add dbos-inc/dbos-transact-golangScenario Database and SQL · I need my agent to inspect database schemas, write SQL, and explain query results.
CLI + Codex · 4 targets
🧑🎨 A collection of Golang agentic skills that works
$ npx skills add samber/cc-skills-golangScenario RAG and knowledge · I need my agent to build a RAG workflow over documents and retrieve reliable context.
Claude Code + OpenAI Agents · 4 targets
Idiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, sentinel errors, panic/recover, the single handling rule, st…
$ npx skills add samber/cc-skills-golang --skill golang-error-handlingScenario Research agents · I need my agent to research a topic, compare sources, and produce a concise report.
Claude Code + CLI · 4 targets
Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ri…
$ npx skills add samber/cc-skills-golang --skill golang-data-structuresScenario Design and creative · I need my agent to produce design assets, UI directions, presentations, or creative media workflows.
Claude Code + CLI · 4 targets
Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling, separation of concerns, lifecycle management), manual co…
$ npx skills add samber/cc-skills-golang --skill golang-dependency-injectionScenario Research agents · I need my agent to research a topic, compare sources, and produce a concise report.
Claude Code + CLI · 4 targets
Dependency management strategies for Golang projects — go.mod management, installing/upgrading packages, Minimal Version Selection, vulnerability scanning, outdated depe…
$ npx skills add samber/cc-skills-golang --skill golang-dependency-managementScenario GitHub automation · I need my agent to triage GitHub issues, review pull requests, and summarize repository changes.
Claude Code + CLI · 4 targets
Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go Playground, Example tests, API docs, and llms.txt. Us…
$ npx skills add samber/cc-skills-golang --skill golang-documentationScenario Design and creative · I need my agent to produce design assets, UI directions, presentations, or creative media workflows.
Claude Code + CLI · 4 targets
Implements GraphQL APIs in Golang using gqlgen or graphql-go. Apply when building GraphQL servers, designing schemas, writing resolvers, handling subscriptions, or integ…
$ npx skills add samber/cc-skills-golang --skill golang-graphqlScenario Coding agents · I need a coding agent that can understand a repository, edit code, and review pull requests.
Claude Code + CLI · 4 targets
Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitives, errgroup, singleflight, wor…
$ npx skills add samber/cc-skills-golang --skill golang-concurrencyScenario Coding agents · I need a coding agent that can understand a repository, edit code, and review pull requests.
Claude Code + CLI · 4 targets
Idiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, context.WithoutCancel for ba…
$ npx skills add samber/cc-skills-golang --skill golang-contextScenario Design and creative · I need my agent to produce design assets, UI directions, presentations, or creative media workflows.
Claude Code + CLI · 4 targets
Idiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource management and lifecycle, graceful shutdown, resilience, architec…
$ npx skills add samber/cc-skills-golang --skill golang-design-patternsScenario Research agents · I need my agent to research a topic, compare sources, and produce a concise report.
Claude Code + CLI · 4 targets
Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→concrete), wire.Struct, wire.Value, wire.InterfaceValue, wi…
$ npx skills add samber/cc-skills-golang --skill golang-google-wireScenario Design and creative · I need my agent to produce design assets, UI directions, presentations, or creative media workflows.
Claude Code + CLI · 4 targets
CI/CD pipeline configuration using GitHub Actions for Golang projects — testing, linting, SAST, security scanning, code coverage, Dependabot, Renovate, GoReleaser, code…
$ npx skills add samber/cc-skills-golang --skill golang-continuous-integrationScenario GitHub automation · I need my agent to triage GitHub issues, review pull requests, and summarize repository changes.
Claude Code + CLI · 4 targets
Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command structure, flag handling, configuration layering, v…
$ npx skills add samber/cc-skills-golang --skill golang-cliScenario Coding agents · I need a coding agent that can understand a repository, edit code, and review pull requests.
Claude Code + CLI · 4 targets
Golang code style conventions — line length and breaking, variable declarations, control flow clarity, when comments help vs hurt. Use when writing or reviewing Go code,…
$ npx skills add samber/cc-skills-golang --skill golang-code-styleScenario Coding agents · I need a coding agent that can understand a repository, edit code, and review pull requests.
Claude Code + CLI · 4 targets
Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memo…
$ npx skills add samber/cc-skills-golang --skill golang-benchmarkScenario Research agents · I need my agent to research a topic, compare sources, and produce a concise report.
Claude Code + CLI · 4 targets
Page 1
Showing the strongest 16 results to keep the registry fast for humans and agents. Refine by use case, platform, stars, or search query for a narrower shortlist.
Try the agent resolve API