Knowledge for discovering Go packages and modules via pkg.go.dev. This skill should be used when the user asks to "find a Go package for X", "look up Go module Y", "search pkg.go.dev", "what versions of <go module> exist", "are there vulnerabilities in <go module>", "what does <go package> export", "who imports <go package>", or "show docs for Go package Z" — any question about discovering Go packages/modules whose answer lives on pkg.go.dev rather than in local code.
$npx -y skills add christophe1997/agent-extentions --skill gpd-discoveryInstalls into the current project.
Run `npx skills use "https://github.com/christophe1997/agent-extentions" --skill "christophe1997/agent-extentions/gpd-discovery"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/christophe1997/agent-extentions" that are relevant to the current task. Run `npx skills add "https://github.com/christophe1997/agent-extentions"` and select the relevant skills, then follow their instructions.