From golang-orchestrator
Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.
npx claudepluginhub linehaul-ai/linehaulai-claude-marketplace --plugin golang-orchestratorThis skill uses the workspace's default tool permissions.
Apply best practices and conventions from the official [Effective Go guide](https://go.dev/doc/effective_go) to write clean, idiomatic Go code.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Apply best practices and conventions from the official Effective Go guide to write clean, idiomatic Go code.
Use this skill automatically when:
Follow the conventions and patterns documented at https://go.dev/doc/effective_go, with particular attention to:
gofmt - this is non-negotiablereferences/error-handling.md for comprehensive error handling patterns (wrapping, sentinel errors, custom types, testing)