gopilot
01Plugin Claude Code
Plugin marketplace listing 1 plugin: gopilot.
Plugin Claude Code
Plugin marketplace listing 1 plugin: gopilot.
Plugin Claude Code
gopilot is your Go copilot - a skill for writing idiomatic Go code, covering design patterns, error handling, testing, concurrency, generics, and stdlib patterns up to Go 1.26.
Instructions file
Instructions for gonzaloserrano/gopilot, covering development guidelines, project structure, workflow, adding or updating skill content and validation.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing go-postwrite.sh via bash. From gonzaloserrano/gopilot.
Hook
Runs before the agent uses a tool for Bash tool calls, executing go-precommit.sh via bash. From gonzaloserrano/gopilot.
Skill Claude CodeCodex
Detect and fix Go error handling antipatterns across a codebase. Use when auditing error handling, fixing double-handled errors, removing log-and-return patterns, cleaning up log-and-wrap helpers, or when the user asks to analyze error handling hygiene, find error handling violations, or ensure errors are handled…
Skill Claude CodeCodex
TDD with baby steps for Go. Use when writing tests, doing TDD, practicing red-green-refactor, or when test cycles feel too large and risky. Also use when the user asks about incremental test development, test-first workflow, or wants help breaking a feature into small testable steps. Covers table-driven tests…
Skill Claude CodeCodex
Go programming language skill for writing idiomatic Go code, code review, error handling, testing, concurrency, security, and program design. Use when writing, reviewing, debugging, or asking about Go code — even if the user doesn't explicitly mention 'Go best practices'. Also use when: reviewing Go PRs, debugging Go…