Agent skill
go-doc
Get documentation for any Go library using `go doc`. Use when asked about Go package documentation, API reference, function signatures, or how to use a specific Go library/package.
Install this agent skill to your Project
npx add-skill https://github.com/caarlos0/dotfiles/tree/main/crush/skills/go-doc
SKILL.md
Go Documentation
Retrieve Go package documentation using go doc.
Workflow
- Check go.mod for package version (use that version, or
@latestif not found) - Fetch package if needed:
go get package/path@version - Run
go doc package/pathorgo doc package/path.Symbol
Key Flags
-src- Show source code-all- Show all symbols in package-u- Include unexported symbols
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
code-simplifier
Simplify and refine code for clarity, consistency, and maintainability while preserving functionality. Use when asked to "simplify", "clean up", or "refactor" code, after writing complex code that could benefit from simplification, or when code has grown hard to follow.
go-performance
Analyze and optimize Go program performance. Use when asked to profile Go code, find performance bottlenecks, analyze memory allocations, detect memory leaks, write benchmarks, or optimize CPU/memory usage.
swarm
Orchestrate parallel Claude Code worker swarms with protocol-based behavioral governance. Use for complex features, large refactors, or multi-step tasks. Supports behavioral constraints, parallel workers, and persistent state across context compactions.
programming-swift
Provides the complete content of 'The Swift Programming Language (6.3 beta)' book by Apple. Use this skill when you need to verify Swift syntax, look up language features, understand concurrency, resolve compiler errors, or consult the formal language reference.
migrating-to-swift-concurrency
Provides the complete Swift Concurrency Migration Guide. Use when migrating to Swift 6, resolving data-race safety errors, understanding Sendable and actor isolation, or incrementally adopting async/await.
valibot
Valibot schema validation for backend and frontend forms.
Didn't find tool you were looking for?