What problem does it solve? Writing correct, idiomatic Flix code requires knowing the language's official documentation plus this project's specific style rules, and this Skill consolidates both so you avoid syntax mistakes, reserved-word pitfalls, and style violations before they happen. ## Core Features & Use Cases - Official Documentation Retrieval: Fetches the Flix LLM-oriented documentation (doc.flix.dev/for-llms.html) covering the type system, effect syntax, module conventions, pattern matching, and pipe operators. - Project Coding Standards: Enforces naming conventions, pipe-style code, Algebraic Effect propagation and handler priority, standard-library-first choices over Java interop, and test-writing rules. - Version-Specific Guidance: Documents Flix 0.75.1 pitfalls not in official docs, including reserved words (spawn, run), the Channel API, non-stable List.sortBy, and Java interop import rules. - Use Case: Before writing a new Flix module or fixing a compile error, activate this Skill to load the relevant syntax references and project rules so the generated code passes review on the first attempt. ## Quick Start Ask the AI to check the Flix documentation and project conventions before writing or modifying any Flix code in this repository.