oliver-kriska/claude-elixir-phoenix
286 stars · Last commit 2026-04-23
Claude Code plugin for Elixir/Phoenix/LiveView — 20 specialist agents, Iron Laws enforcement, and Tidewave MCP integration. Plan features with parallel research agents, execute with automatic verification, review with 4-agent parallel audits, and capture learnings as reusable knowledge.
README preview
# Elixir Phoenix Plugin for Claude Code **Claude Code is great. But it doesn't know that `assign_new` silently skips on reconnect, that `:float` will corrupt your money fields, or that your Oban job isn't idempotent.** This plugin does. It coordinates **20 specialist agents** that plan, implement, review, and verify your Elixir/Phoenix code in parallel -- each with domain expertise, fresh context, and enforced [Iron Laws](#iron-laws-non-negotiable-rules) that catch the bugs your tests won't. ```bash # You describe the feature. The plugin figures out the rest. /phx:plan Add real-time comment notifications # 4 research agents analyze your codebase in parallel. # A structured plan lands in .claude/plans/comment-notifications/plan.md # Then: /phx:work .claude/plans/comment-notifications/plan.md # Implements task by task. Compiles after each change. # Stops cold if code violates an Iron Law.