Hex Docs Search

🌐Community
by bradleygolden · vlatest · Repository

Quickly find relevant Elixir/Hex package documentation using keyword searches within HexDocs.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add hex-docs-search npx -- -y @trustedskills/hex-docs-search
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "hex-docs-search": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/hex-docs-search"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to search the Hex.pm package registry documentation for Elixir libraries and modules. It can retrieve function signatures, module descriptions, and other relevant information directly from the official HexDocs. This enables users to quickly understand how to use Elixir packages without leaving their current workflow.

When to use it

  • When you need to quickly look up a specific Elixir function or module in a package.
  • To find examples of how to use an Elixir library.
  • For understanding the API surface area of a given Elixir package.
  • When troubleshooting errors and needing to understand the expected behavior of Elixir code.

Key capabilities

  • Searches Hex.pm documentation
  • Retrieves function signatures
  • Provides module descriptions

Example prompts

  • "What does String.contains? do?"
  • "Show me the documentation for the Phoenix.PubSub module."
  • "How can I use Ecto.Repo.all?"

Tips & gotchas

  • The skill relies on the accuracy and completeness of Hex.pm's documentation, which is maintained by package authors.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
bradleygolden
Installs
3

🌐 Community

Passed automated security scans.