flix
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Flix Context Engineering Runbook
This is a context engineering runbook, not a Flix manual. Flix has sparse training data in LLM corpora — Scala/Haskell/Java instincts will produce code that does not compile. Load official docs before writing code.
Proactive Context Loading
Before writing any non-trivial Flix code:
- MANDATORY — read first:
references/design-principles.md— focus on HIGH-delta principles. Skip compiler message principles (26–31). - Fetch the relevant book chapter from the navigation map below.
- Check the stdlib at
https://api.flix.dev/for modules you need. - IF doing Java interop: fetch
https://doc.flix.dev/interoperability.html
Conditional loading — load only what the task requires:
Related skills