go-fundamentals
Installation
SKILL.md
Go Fundamentals Skill
Master core Go programming concepts for production-ready applications.
Overview
Comprehensive skill covering Go syntax, type system, interfaces, and idiomatic error handling patterns following Effective Go and Google Go Style Guide.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| topic | string | yes | - | Topic to learn: "types", "interfaces", "errors", "packages" |
| level | string | no | "intermediate" | Skill level: "beginner", "intermediate", "advanced" |
| include_examples | bool | no | true | Include code examples |
Validation Rules
Related skills
More from pluginagentmarketplace/custom-plugin-go
go-cli-tools
Build production CLI tools with Cobra, Viper, and terminal UI
3go-cli
CLI application patterns and best practices
2go-web-apis
Build production REST APIs with Go - handlers, middleware, security
2go-performance
Go performance optimization - profiling, benchmarks, memory management
2go-testing
Go testing practices - unit tests, benchmarks, mocks, coverage
2go-modules
Go modules and dependency management
2