Lang Elm
Test, review, and build Elm frontends.
Skill metadata
| Source | Bundled (installed by default) |
| Path | skills/software-development/lang-elm |
| Version | 1.0.0 |
| Author | VibeOS |
| License | MIT |
| Platforms | linux, macos, windows |
Reference: full SKILL.md
info
The following is the complete skill definition that VibeOS loads when this skill is triggered. This is what the agent sees as instructions when the skill is active.
Elm Language Pack Skill
Drive Elm work with the project index and standard CLI recipes.
LSP hint: elm-language-server (editor-side when applicable). Zero new core tools.
What this language is (beginner)
Язык для браузерного UI с очень строгим компилятором: многие классы багов невозможны в рантайме. Меньше экосистема, чем у React/Vue.
Лучше всего для:
- надёжные SPA
- формы и дашборды
- команды, ценящие compiler-driven UI
- постепенное внедрение Elm
When to Use
Выбирай этот pack, если:
- есть elm.json
- нужен максимально надёжный фронтенд
- пользователь явно просит Elm
Manifests (автодетект репозитория): elm.json
Обычно рядом: Часто backend на Go/Elixir/Haskell; JS ports для внешней интеграции.
См. также skill choose-language-pack и vibeos language recommend "…".
When NOT to use
- большая React/Vue экосистема → TypeScript + Vue/Svelte/React
- контентный сайт → Astro
- мобилка → Dart/Flutter или native
Prerequisites
vibeos pack apply lang-elm --apply
vibeos pack apply project-intelligence --apply
How to Run
vibeos project index build
elm make src/Main.elm --output=/dev/null
elm-test || npx elm-test
elm-review || true
Quick Reference
| Goal | Command |
|---|---|
| Apply pack | vibeos pack apply lang-elm --apply |
| Doctor | vibeos language doctor elm |
| Primary test | elm-test |
| Choose guide | skill choose-language-pack |
| Recommend | vibeos language recommend "…" |
Procedure
- Для нового продукта сначала
choose-language-pack/vibeos language recommend. - Work from the project root that matches pack manifests.
- Prefer project-local toolchain and committed config (sqlfluff/buf/elm.json).
- Explain destructive DB or breaking contract changes; wait for explicit ask.
- Do not invent core tools; stay on
terminal+read_file+ index CLI.
Pitfalls
- Prefer elm-review before expanding JS ports.
- Keep ports thin at the Elm/JS boundary.
Verification
vibeos language doctor elm
vibeos project index status