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. sickn33
  4. /
  5. antigravity-awesome-skills
  6. /
  7. Go Concurrency Patterns

Go Concurrency Patterns

Editor's Note

A solid reference for Go concurrency primitives when you're wiring up goroutines, channels, and worker pools. It covers the standard patterns: managing goroutine lifecycles, using sync primitives, context for cancellation, and the usual pipeline architectures. The implementation playbook promises detailed examples, which is helpful when you're debugging race conditions or setting up graceful shutdown. It's scoped tightly to concurrency, so don't expect general Go advice. Useful if you're past the basics but still hitting the common pitfalls with channel deadlocks or leaky goroutines. The clarity around when not to use it is refreshing.

Install

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill go-concurrency-patterns
Votes
0
Installs263
GitHub Stars39.4k
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