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.
/plugin marketplace add caseyWebb/elm-claude-plugin/plugin install elm@caseyWebbThis skill is limited to using the following tools:
TROUBLESHOOTING.mdscripts/fetch-package.shscripts/get-export-docs.shscripts/get-exports.shscripts/get-readme.shscripts/list-installed-packages.shscripts/search-packages.shAll 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}
list-installed-packages.sh to get author/name/versionget-exports.sh to list modules, then exportsget-export-docs.sh for full documentation on a specific exportsearch-packages.sh with keywords to find packagesget-readme.sh for an overviewget-exports.sh to explore the APICreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.