Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jovermier
Claude Code agents and skills for Go development. Performance, concurrency, error handling, and testing expertise.
npx claudepluginhub jovermier/cc-stack-agents --plugin cc-goGo concurrency patterns including goroutines, channels, context propagation, and sync primitives. Use when working with goroutines, channels, context.Context, or any concurrent Go code.
Go error handling patterns including wrapping, custom error types, errors.Is/As, and error conventions. Use when handling, creating, or checking errors in Go.
Go performance optimizations including memory allocation reduction, efficient string building, I/O operations, and resource pooling. Use when optimizing Go code for speed or memory efficiency.
Go testing best practices including table-driven tests, race detection, test coverage, and mocking strategies. Use when writing or reviewing Go tests.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 with progressive disclosure and conditional cross-references.
Go development following Google Go style guide with Go 1.25+ features and best practices
AI Agent Skills for production-ready Go projects
Go-specific development tools with idiomatic best practices
gopilot is your Go copilot - a skill for writing idiomatic Go code, covering design patterns, error handling, testing, concurrency, generics, and stdlib patterns up to Go 1.26.
Go code review and development skills covering architecture, middleware, data persistence, concurrency, and framework-specific patterns for BubbleTea, Wish SSH, and Prometheus.
Claude Code agents and skills for Next.js development. Server components, metadata, and performance expertise.
Claude Code agents and skills for GraphQL development. Schema design, resolvers, and mutations expertise.
Claude Code agents and skills for Playwright testing. Page objects, best practices, and test generation expertise.
Claude Code skills for Convex development in Coder workspaces. Self-hosted Convex deployment, queries, mutations, React integration, RAG, Chef agent workflows, and production deployment guides.
Auto-add skills from SkillsMP.com marketplace. Search, install, and auto-discover skills based on project context.
Custom AI agents for code review and test generation with domain-specific skills.
This plugin provides 4 specialized agents and 12 domain knowledge skills following the Every marketplace methodology:
agents/ # 4 review/generation agents
├── review/
│ ├── go-reviewer.md
│ ├── graphql-reviewer.md
│ └── nextjs-reviewer.md
└── workflow/
└── playwright-generator.md
skills/ # 12 domain knowledge skills
├── go-concurrency/ # Goroutines, channels, context
├── go-performance/ # Memory, strings.Builder, I/O
├── go-testing/ # Table-driven tests, race detector
├── go-error-handling/ # Error wrapping, errors.Is/As
├── graphql-schema-design/ # Types, pagination, nullability
├── graphql-resolvers/ # Dataloader, N+1, auth
├── graphql-mutations/ # Payloads, field errors
├── nextjs-server-components/ # Server/Client, data fetching
├── nextjs-performance/ # Images, fonts, caching
├── nextjs-metadata/ # SEO, OpenGraph
├── playwright-page-objects/ # Page Object Model
└── playwright-best-practices/ # Selectors, waits, a11y
Reviews Go code for idiomatic patterns, concurrency safety, and performance.
Skills used: go-concurrency, go-performance, go-testing, go-error-handling
Reviews GraphQL schemas, resolvers, and mutations for best practices and performance.
Skills used: graphql-schema-design, graphql-resolvers, graphql-mutations
Reviews Next.js code for framework best practices and performance.
Skills used: nextjs-server-components, nextjs-performance, nextjs-metadata
Generates E2E tests with Page Object Model and best practices.
Skills used: playwright-page-objects, playwright-best-practices
Agents are automatically invoked based on context, or explicitly:
"Have the Go reviewer review this code"
"Review this GraphQL schema for N+1 queries"
"Check this Next.js component for proper Server Component usage"
"Generate Playwright tests for the checkout flow"
Skills are automatically loaded by agents when needed.
MIT