go-package-skill-creator

Installation
SKILL.md

Go Package Skill Creator

Generate skills that teach how to use specific Go packages.

Workflow

  1. 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)
  2. 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
Installs
4
GitHub Stars
1
First Seen
Feb 17, 2026
go-package-skill-creator — italypaleale/skills