go skills

897 tagged go, measured the same way as everything else here.

Browse within: golang 366LangChain 60ai-prompts 60open-source 51proxy 50cognitive-scaffolding 43go-chi 43go-template 43microservice 43api 32coding-agent 30elixir 30infrastructure 30code-intelligence 27

release-notes

01

ollama/ollama

Skill Claude CodeCodex

Draft concise release notes.

180k 4d ago A 9 tokens original MIT

drt-analyze

02

cockroachdb/cockroach

Skill Claude CodeCodex

Analyze DRT cluster health for a given time range. Reconstructs the operations timeline, checks CockroachDB metrics (availability, latency, storage, changefeeds, jobs, goroutines, admission control, LSM, KV prober) and logs for anomalies, correlates findings with disruptive operations to distinguish expected…

32k +4 6d ago A 149 tokens

cockroachdb/cockroach

Skill Claude CodeCodex

Reduce an unoptimized-query-oracle test failure log to the simplest possible reproduction case. Use when you have unoptimized-query-oracle.log files from a failed roachtest and need to find the minimal SQL to reproduce the bug.

32k +4 6d ago A 54 tokens

redux-to-swr

04

cockroachdb/cockroach

Skill Claude CodeCodex

Migrate React components from Redux + Saga to SWR hooks. Use when converting data fetching from Redux store (reducers, sagas, selectors, connect HOC) to SWR-based hooks in CockroachDB DB Console or cluster-ui.

32k +4 6d ago A 53 tokens

SigNoz/signoz

Skill Claude CodeCodexCursor

Migrate Redux or React Context to the correct state option (React Query for server state, nuqs for URL/shareable state, Zustand for global client state). Use when refactoring away from Redux/Context, moving state to the right store, or when the user asks to migrate state management.

32k 2d ago A 64 tokens

release

06

0xJacky/nginx-ui

Skill Claude CodeCodex

Use when preparing or publishing an NGINX UI release, including version bumping with version.sh, release note drafting, release-prep commits, annotated tags, pushing dev and tags, and creating GitHub Releases with Announcements discussions.

11k 2d ago A 49 tokens AGPL-3.0

use-modern-go

09

JetBrains/go-modern-guidelines

Skill Claude CodeCodex

Use the Modern Go Guidelines CLI whenever writing, modifying, fixing, or refactoring Go code. Apply its version-specific guidance to generated changes.

3.0k 2d ago A 32 tokens original Apache-2.0

neilotoole/sq

Skill Claude CodeCodex

Reviews and merges Dependabot pull requests for GitHub Actions (the github-actions ecosystem) that bump uses: pins in .github/workflows/. Use for Dependabot githubactions PRs (branches like dependabot/githubactions/...), not go.mod or site/ Bun PRs.

2.6k 3d ago A 65 tokens original MIT

sq-site-dependabot

11

neilotoole/sq

Skill Claude CodeCodex

Reviews, validates, and safely merges Dependabot pull requests for the sq.io site (site/, Bun lockfile). Use when clearing site dependency PRs, triaging Dependabot failures, or checking Lighthouse impact before merge.

2.6k 3d ago A 50 tokens original MIT

sq

12

neilotoole/sq

Skill Claude CodeCodex

Guides use of the sq CLI to query SQL databases and tabular files with SLQ (sq's jq-like query language) or native SQL, manage sources, choose output formats, and run inspect, diff, and table commands. Use when the user mentions sq, SLQ, wrangling CSV/Excel/JSON/DB data, cross-source joins, or command-line data…

2.6k 3d ago A 89 tokens original MIT

jwx-companion-bulk

13

lestrrat-go/jwx

Skill Claude CodeCodex

Apply bulk operations across all jwx companion modules. Args.

2.4k 5d ago A 23 tokens original MIT

jwx-guide-v4

14

lestrrat-go/jwx

Skill Claude CodeCodex

Guide for developing Go applications with github.com/lestrrat-go/jwx v4 — parse/sign JWTs, work with JWS/JWE/JWK, pick algorithms, and avoid the common footguns. For developers using jwx, not for developing the library itself.

2.4k 5d ago A 61 tokens original MIT

MadAppGang/dingo

Skill Claude CodeCodex

Choose optimal external AI models for code analysis, bug investigation, and architectural decisions. Use when consulting multiple LLMs via claudish, comparing model perspectives, or investigating complex Go/LSP/transpiler issues. Provides empirically validated model rankings (91/100 for MiniMax M2, 83/100 for Grok…

1.9k 1mo ago A 83 tokens

lsp-hover-testing

16

MadAppGang/dingo

Skill Claude CodeCodex

Automated LSP hover validation for Dingo transpiler. Use when testing hover functionality, validating position mappings, checking for hover drift, or debugging LSP issues after sourcemap changes.

1.9k 1mo ago A 43 tokens

Azure/azure-sdk-for-go

Skill Claude CodeCodex

Use when upgrading Go emitter package and TypeSpec packages in eng/emitter-package.json to their latest versions.

1.9k 3d ago A 26 tokens original MIT

bv

18

Dicklesworthstone/beads_viewer

Skill Claude CodeCodex

Beads Viewer - Graph-aware triage engine for Beads projects. Computes PageRank, betweenness, critical path, and cycles. Use --robot- flags for AI agents.

1.7k 5d ago A 39 tokens

golang-gomlx

19

gomlx/gomlx

Skill Claude CodeCodex

Machine learning models training and inference using GoMLX for Go. It provides an abstraction to create vectorized computation graphs, that can then be JIT-compiled (Just-In-Time) and executed very fast, with backends using XLA (for CPU/CUDA/TPU), Go and others. Includes a reach set of vector (tensors) operations on…

1.6k 2d ago A 143 tokens original Apache-2.0

streamsql

20

rulego/rulego

Skill Claude CodeCodex

A Chinese-language guide to StreamSQL, a SQL-based way to process continuously arriving data in RuleGo. It covers filtering, transformations, time windows, joins, change tracking, cumulative values, and event-pattern matching.

1.6k 6d ago A 90 tokens original Apache-2.0

cq

21

mozilla-ai/cq

Skill Claude CodeCodex

INVOKE WHEN: Starting any task — query first (cq catches blind spots your training data missed: stale versions, integration gotchas, undocumented quirks) You just resolved a non-obvious error, confusing error message, or surprising tool behavior — present a draft KU to the user and call propose if they approve…

1.3k 18d ago A 128 tokens original Apache-2.0

cq

22

mozilla-ai/cq

Skill Claude CodeCodex

INVOKE WHEN: Starting any task — query first (cq catches blind spots your training data missed: stale versions, integration gotchas, undocumented quirks) You just resolved a non-obvious error, confusing error message, or surprising tool behavior — present a draft KU to the user and call propose if they approve…

1.3k 18d ago A 128 tokens copy · 100% Apache-2.0

ecspresso

23

kayac/ecspresso

Skill Claude CodeCodex

ECS deployment tool - deploy, manage, and troubleshoot ECS services.

1.1k 16d ago A 17 tokens original MIT

neva-to-mermaid

24

nevalang/neva

Skill Claude CodeCodex

Convert Neva programs to valid Mermaid flowchart diagrams. Use when asked to visualize Neva code as Mermaid.

1.1k 9d ago A 28 tokens MIT