What problem does it solve?
Gleam-based Erlang-target projects often struggle with consistent structure, tooling, and workflows. This Skill provides a comprehensive blueprint covering project layout, OTP-oriented patterns, and repeatable automation to streamline development and maintenance.
Core Features & Use Cases
- Starter templates for Gleam projects (gleam new, gleam add wisp mist gleam_otp) to enforce consistency.
- Guidance on OTP-style architecture (pure state vs actor/server, supervision trees) and safe inter-module boundaries.
- Centralized automation with a justfile and CI integration to standardize checks, builds, and tests.
- Testing strategies spanning gleeunit, birdie, qcheck, Glacier, and CI-driven validation.
- Documentation and examples showing how to structure code, tests, and workflows for Erlang-target projects.
Quick Start
Create a new Gleam project and apply the provided templates using just ci.