Stats
Actions
Tags
Use when working with Elm projects. Requires running elm-test and elm-review for quality assurance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jmo-development-tools:elmThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Always use these tools when working on Elm projects:
Always use these tools when working on Elm projects:
Run tests after making changes:
elm-test
Run static analysis after making changes:
elm-review
.elm fileselm-test to verify tests passelm-review to catch common issueselm make src/Main.elm # Compile
elm reactor # Development server
elm-test # Run tests
elm-review # Static analysis
elm-review --fix # Auto-fix issues
elm install <package> # Install package
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jeprecated/claude-setup --plugin jmo-development-tools