What problem does it solve? Building real-time, fault-tolerant applications in Elixir requires deep knowledge of Phoenix, LiveView, Ecto, and OTP conventions, and mistakes in supervision trees, changesets, or LiveView state handling lead to subtle production bugs. ## Core Features & Use Cases - Phoenix & LiveView Patterns: Provides controllers, LiveView components, streams, channels, verified routes, and HEEx templates following Phoenix 1.7 conventions. - Ecto & OTP Guidance: Covers schemas, changesets, Ecto.Multi transactions, query composition, GenServer, supervisors, Registry, and Oban background jobs. - Testing & Deployment: Includes ExUnit and LiveView test patterns, runtime configuration, releases, Dockerfiles, and libcluster distributed setups. - Use Case: When scaffolding a new Phoenix LiveView CRUD feature with real-time updates, use this Skill to generate the context module, schema with validations, LiveView with streams, and corresponding tests. ## Quick Start Use the Elixir skill to create a Phoenix LiveView page with an Ecto schema, changeset validation, and ExUnit tests for a user registration feature.