Plugin Claude Code
Plugin marketplace listing 1 plugin: migrate-goldmark-v1-to-v2.
77 tagged go, measured the same way as everything else here.
Browse within: golang 34ai-analytics 5ai-visibility 5analytics-dashboard 5conversion-analytics 5
Plugin Claude Code
Plugin marketplace listing 1 plugin: migrate-goldmark-v1-to-v2.
JetBrains/go-modern-guidelines
Plugin Claude Code
Plugin marketplace listing 1 plugin: modern-go-guidelines.
JetBrains/go-modern-guidelines
Plugin Claude Code
Helps Claude Code write modern, idiomatic Go.
Plugin Claude Code
Plugin marketplace listing 1 plugin: sq.
Plugin Claude Code
Agent skill for the sq CLI: SLQ and native SQL, sources and handles, output formats, inspect/diff/tbl, and per-driver notes for databases and file formats.
Plugin Claude Code
Plugin marketplace listing 1 plugin: jwx-dev-v4.
Plugin Claude Code
Guide for developing Go applications with github.com/lestrrat-go/jwx v4 — parse and sign JWTs, work with JWS/JWE/JWK, pick algorithms, and avoid common footguns.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cq.
Plugin Claude Code
Shared knowledge commons for AI agents; find, share, and confirm collective knowledge to stop rediscovering the same failures.
Plugin Claude Code
Agent plugin with Skills for operating Scrumboy boards through its MCP and Agoragentic APIs.
Plugin Claude Code
Plugin marketplace listing 2 plugins: station, station-agent.
Plugin Claude Code
Station AI agent orchestration with a pre-configured subagent - full MCP integration for power users.
Plugin Claude Code
Station AI agent orchestration - create, manage, and run AI agents with 55+ MCP tools.
Plugin Claude Code
Plugin marketplace listing 1 plugin: gograph.
Plugin Claude Code
Claude Code workflow guidance for local gograph: AST-aware call graphs, impact, security-flow candidates, and 61 query, analysis, and workflow capabilities through a separately registered MCP server.
Plugin Claude Code
The jwt skill: a development guide for the jwt JSON Web Token library for Go.
Plugin Claude Code
Development guide for the jwt JSON Web Token library for Go: signing and verifying tokens, claims and expiry, algorithm choice (HMAC/RSA/RSA-PSS/ECDSA/EdDSA), kid-based key rotation, JWKS fetch/refresh/publish, blocklisting and testing.
Plugin Claude Code
Plugin marketplace listing 1 plugin: golang-skills.
Plugin Claude Code
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically…
Plugin Claude Code
The wayfinder planning method as a Claude Code plugin: map big foggy efforts as investigation tickets under .plan/, one decision per session.
Plugin Claude Code
Chart a big, foggy effort as a shared map of investigation tickets under .plan/, resolved one per session. Bundles the wayfinder method plus the four skills it invokes: grill-me, research, prototype, and domain-modeling. Skills originally authored by Matt Pocock (github.com/mattpocock/skills), adapted here.
Plugin Claude CodeCodex
Definitive guide to building CLI applications with Cobra and Viper — command-first architecture, configuration management, environment variable binding, and in-memory CLI testing. Written by spf13, the original creator of both libraries.
Plugin Claude CodeCodex
Safe file operations in Go using spf13/fileflow (move, copy, rename across filesystems with conflict-safe naming) and spf13/pathologize (make filenames and path segments safe on every OS).
Plugin Claude CodeCodex
Review Go design documents before implementation begins — catches over-engineering, missing error paths, interface misuse, and Cobra/Viper convention violations while a plan is still cheap to change.