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. cxuu
  4. /
  5. golang-skills
  6. /
  7. Go Declarations

Go Declarations

Editor's Note

Handles the mechanical decisions around Go declarations: var versus :=, when to group constants, how iota enums should start at one instead of zero, and why you'd use `&T{}` over `new(T)`. The quick reference tables are genuinely helpful when you're deciding between `make()` and a literal for maps, or remembering that top-level always needs `var`. It pulls from Google and Uber style guides, covers scope reduction with if-init, and pushes `any` over `interface{}` for Go 1.18+. The shadowing section is a nice reminder that `:=` can bite you. If you write Go regularly and want consistent initialization patterns without digging through style guides each time, this consolidates the rules.

Install

npx skills add https://github.com/cxuu/golang-skills --skill go-declarations
Votes
0
Installs439
GitHub Stars103
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