elm-packages

List Elm project dependencies and search package registry documentation.

3|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/caseyWebb/elm-claude-plugin --skill elm-packages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elm-packages
Source: https://github.com/caseyWebb/elm-claude-plugin/tree/main/skills/elm-packages
Command: npx skills add https://github.com/caseyWebb/elm-claude-plugin --skill elm-packages

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill helps Elm developers quickly discover package dependencies, browse package documentation, and inspect module exports without leaving Claude Code, saving time and reducing guesswork.

Core Features & Use Cases

  • Dependency discovery: List direct dependencies from elm.json for a project.
  • Package registry search: Find packages by keywords and read summaries.
  • Module exports & docs: Retrieve exports and full documentation for modules within a package.
  • Documentation caching: Cache README and docs.json for offline access.

Quick Start

Run list-installed-packages.sh from an Elm project to see direct dependencies, or use search-packages.sh with a keyword to discover new packages. Then fetch README or docs.json with get-readme.sh or get-export-docs.sh to view detailed package information.