archive/skills/search-hexdocs/SKILL.md
Search HexDocs documentation for Elixir and Erlang packages. Use when looking up package APIs or guides.
npx skillsauth add michalvavra/agents search-hexdocsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search hexdocs.pm documentation.
node {thisSkillDir}/scripts/hexdocs.js <QUERY> [OPTIONS] --json
# Search all packages
node {thisSkillDir}/scripts/hexdocs.js "GenServer callbacks"
# Filter by package
node {thisSkillDir}/scripts/hexdocs.js "Ecto.Query" --packages ecto
# Multiple packages
node {thisSkillDir}/scripts/hexdocs.js "LiveView hooks" --packages phoenix_live_view,phoenix
# Limit results
node {thisSkillDir}/scripts/hexdocs.js "plug conn" --limit 5
# JSON output
node {thisSkillDir}/scripts/hexdocs.js "json encode" --packages jason --json
Results: 42 (showing 10)
<result index="0" package="phoenix" ref="Phoenix.Controller.html#json/2" title="json/2">
Sends JSON response...
</result>
devops
Use when preparing, reviewing, or documenting versioned app releases, changelogs, SemVer bumps, release commits, git tags, or tag-gated production deploys
development
Staff-level codebase health review. Finds monolithic modules, silent failures, type safety gaps, test coverage holes, and LLM-friendliness issues.
documentation
Write AI-scannable technical documentation.
tools
CLI for Snowflake. Query data, manage warehouses, databases, schemas, tables, and stages. Use when working with Snowflake data platform.