Iron Laws enforced
26 non-negotiable rules. The judge agent blocks PRs that violate them — no exceptions:
The specialized Claude Code plugin for Elixir & Phoenix. It teaches your AI editor how Phoenix actually works — contexts, scopes, LiveView async patterns, Ecto.Multi, Oban idempotency, and the Iron Laws (production safety rails that stop generated code from hurting you in prod). That focus is what makes phxagents the best AI coding agent for Elixir and Phoenix.
Generic AI editors hallucinate Repo.preload in the wrong places, swallow exceptions with bare rescue, and skip Ecto.Multi for transactions. phxagents knows the patterns and refuses to ship code that breaks them.
26 non-negotiable rules. The judge agent blocks PRs that violate them — no exceptions:
Each specialist reads the diff in fresh context; findings are then deduped and triaged. No more single-pass slop.
Every fixed bug is captured as a searchable solution doc with YAML frontmatter. Next time you hit a similar Ecto constraint error, the answer is one query away.
/phx:plan → /phx:work → /phx:review → /phx:compound. Each step has compile, format and test gates. Generated code that doesn't pass mix test doesn't get committed.
Reads mix.exs to discover credo, dialyzer, sobelow, ex_check. Honors your custom aliases. Knows when you're on Phoenix 1.7 vs 1.8 Scope. Doesn't dictate — adapts.
Audits Hex deps for bidi chars, compile-time exec, maintainer changes, typosquats and CVEs. Records vetted versions in hex_vet.exs so you don't re-review the same package twice.
One command per phase. Each phase produces an artifact the next phase reads. The cycle is the product.
Specialist agents draft a multi-step plan.md with files, schemas and Oban jobs to touch.
Implements step-by-step. mix compile and mix test verified after each step.
4-track parallel review (Elixir, security, tests, verification) → findings → interactive triage.
Captures what was learned as a searchable solution doc. Future you finds it in 2 seconds.
Claude Code is stable. Codex, OpenCode and Pi adapters land together in v3.0 with full Phase 1 + Phase 2 parity — single source, three generated targets. Track progress in PR #46.
One plugin manifest in your .claude/ folder. Iron Laws and 50 skills auto-load.