원클릭으로
search-hexdocs
Search HexDocs documentation for Elixir and Erlang packages. Use when looking up package APIs or guides.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search HexDocs documentation for Elixir and Erlang packages. Use when looking up package APIs or guides.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when preparing, reviewing, or documenting versioned app releases, changelogs, SemVer bumps, release commits, git tags, or tag-gated production deploys
Create git commits using Conventional Commits format. Use when the user asks to commit changes or wants help crafting a commit message.
Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed.
Design CLI tools with consistent UX patterns.
Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).
Google Workspace automation via gogcli for Gmail, Calendar, Drive, Contacts, Tasks, and Sheets. Use when managing Google Workspace data.
| name | search-hexdocs |
| description | Search HexDocs documentation for Elixir and Erlang packages. Use when looking up package APIs or guides. |
| compatibility | Requires Node.js 18+. |
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>