go-package-skill-creator
Installation
SKILL.md
Go Package Skill Creator
Generate skills that teach how to use specific Go packages.
Workflow
-
Gather information:
- Package import path (e.g.,
github.com/lestrrat-go/jwx/v3) - Additional examples or use cases (optional)
- Any specific aspects to emphasize (optional)
- Package import path (e.g.,
-
Fetch documentation:
- Get package documentation from
https://pkg.go.dev/<import-path> - Extract: package overview, main types, key functions, and code examples
- If the package has multiple subpackages, fetch the most relevant ones
- Get package documentation from