gleam

Installation
SKILL.md

Gleam Development

Idiomatic Gleam with type-driven design and TDD.

Workflow

1. MODEL    → Define domain types first (make illegal states unrepresentable)
2. RED      → Write failing test
3. GREEN    → Minimal implementation
4. REFACTOR → Clean up, use pipelines
5. RUN      → gleam test && gleam run

Research

Use context7 docs first, then gh as fallback. Routing table and example queries live in reference.md.

CLI

Related skills

More from anntnzrb/agents

Installs
17
Repository
anntnzrb/agents
GitHub Stars
1
First Seen
Feb 28, 2026