elixir-knowledge-patch
Installation
SKILL.md
Elixir Knowledge Patch
Use this index to load only the references relevant to the task. Apply the migration notes before adopting newer APIs, especially when upgrading an existing project or runtime.
Reference index
| Reference | Topics |
|---|---|
| ecto.md | Ecto queries, schemas, changesets, repositories, adapter migrations |
| elixir-language-and-core.md | Elixir syntax, core APIs, JSON, files, regexes, processes, compatibility |
| erlang-otp.md | Erlang syntax and libraries, processes, tracing, profiling, storage, security |
| interop-and-portability.md | Browser Elixir, C++, Zig, Python, and Swift interoperability |
| phoenix-and-liveview.md | Phoenix generators and scopes, layouts, authentication, LiveView components and tests |
| tooling-testing-and-releases.md | Mix, compiler behavior, formatter, IEx, ExUnit, ExDoc, release artifacts |
| types-and-static-analysis.md | Set-theoretic types, inference, diagnostics, Dialyzer nominal types |