A collection of agent skills for AI coding agents.
# Install all skills
npx skills add apstndb/skills
# Install a specific skill
npx skills add apstndb/skills --skill godoc
Add -g for global installation.
Teaches agents to use go doc for Go package documentation lookup. Covers efficient package exploration, third-party dependency browsing without modifying go.mod, version-specific docs, and avoiding the N+1 anti-pattern of looking up symbols one by one.
MIT