CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. bobmatnyc
  4. /
  5. claude-mpm-skills
  6. /
  7. Golang Concurrency Patterns

Golang Concurrency Patterns

Editor's Note

Teaches Claude about production-ready Go concurrency patterns with explicit goroutine lifetimes, context-based cancellation, and proper state protection. You get practical guidance on errgroup for fan-out/fan-in, bounding concurrency with semaphores, and avoiding the classic failure modes like goroutine leaks and data races. The skill is opinionated in a good way, calling out anti-patterns like fire-and-forget goroutines in handlers and time.After in hot loops. It's passed audits from Gen Agent Trust Hub, Socket, and Snyk. Useful when you're building Go services and want Claude to suggest concurrent designs that won't bite you in production.

Install

npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-concurrency-patterns
Votes
0
Installs217
GitHub Stars49
Categories
Go
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Go Skills

View all →
golang-cli-cobra-viper

bobmatnyc/claude-mpm-skills

0
241
49
golang cli cobra viper
golang-spf13-cobra

samber/cc-skills-golang

0
1.7k
1.9k
golang spf13 cobra
golang-spf13-viper

samber/cc-skills-golang

0
1.6k
1.9k
golang spf13 viper
go-code-review

cxuu/golang-skills

0
901
103
go code review
go-testing

cxuu/golang-skills

0
705
103
go testing
go-linting

cxuu/golang-skills

0
693
103
go linting