← Back to list

elm-packages
by caseyWebb
Claude Code Plugin for Elm
⭐ 1🍴 0📅 Jan 10, 2026
SKILL.md
name: elm-packages description: > Look up Elm package documentation, list project dependencies, search the Elm package registry, and read module exports. Use when working with Elm projects, elm.json files, or needing information about Elm packages. allowed-tools: Read, Bash, Glob
Capabilities
All capabilities are exposed as bash scripts in the scripts/ directory relative to this skill.
If scripts fail, see ./TROUBLESHOOTING.md for diagnosis and installation help.
# List installed packages (elm.json dependencies)
./scripts/list-installed-packages.sh
# Search the Elm package repository
./scripts/search-packages.sh "search query"
# Get README documentation for a package
./scripts/get-readme.sh {author} {name} {version}
# List package modules or module exports
./scripts/get-exports.sh {author} {name} {version}
./scripts/get-exports.sh {author} {name} {version} {ModuleName}
# Get full docs for a specific export
./scripts/get-export-docs.sh {author} {name} {version} {ModuleName} {exportName}
Common Workflows
Looking up docs for an installed package
- Run
list-installed-packages.shto get author/name/version - Run
get-exports.shto list modules, then exports - Run
get-export-docs.shfor full documentation on a specific export
Discovering new packages
- Run
search-packages.shwith keywords to find packages - Run
get-readme.shfor an overview - Run
get-exports.shto explore the API
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon