Skill Claude CodeCodex
Draft concise release notes.
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
Skill Claude CodeCodex
Draft concise release notes.
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…
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.
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.
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.
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.
Skill Claude CodeCodex
Migrate your application from goldmark v1 to v2.
Skill Claude CodeCodex
Migrate goldmark extension from goldmark v1 to v2.
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.
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.
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.
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…
Skill Claude CodeCodex
Apply bulk operations across all jwx companion modules. Args.
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.
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…
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.
Skill Claude CodeCodex
Use when upgrading Go emitter package and TypeSpec packages in eng/emitter-package.json to their latest versions.
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.
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…
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.
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…
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…
Skill Claude CodeCodex
ECS deployment tool - deploy, manage, and troubleshoot ECS services.
Skill Claude CodeCodex
Convert Neva programs to valid Mermaid flowchart diagrams. Use when asked to visualize Neva code as Mermaid.