oliver-kriska/claude-elixir-phoenix

Claude Code plugin for Elixir/Phoenix/LiveView — 26 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.

538Stars on the repository
149Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

cc-changelog

01

oliver-kriska/claude-elixir-phoenix

Skill Claude Code

CONTRIBUTOR TOOL - Track CC changelog, extract new versions since last check, analyze impact on plugin (breaking changes, opportunities, deprecations). Run periodically or before releases. NOT part of the distributed plugin.

not rated 538 +1 today A 50 tokens original MIT

codex-ab

02

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Run an A/B codex review experiment — holistic codex review vs 3 focused dimension passes (security, ecto, liveview) on the branch diff, classify findings, report a panel-value verdict. Use when the branch is fresh, before any codex review runs.

not rated 538 +1 today A 60 tokens original MIT

plugin-dev-workflow

03

oliver-kriska/claude-elixir-phoenix

Skill Claude Code

Guide plugin development workflow — editing skills, agents, hooks, or eval framework in this repo. Use when modifying files in plugins/elixir-phoenix/, lab/eval/, or lab/autoresearch/. Ensures changes pass eval, lint, and tests before committing.

not rated 538 +1 today A 59 tokens original MIT

promote

04

oliver-kriska/claude-elixir-phoenix

Skill Claude Code

Generate X/Twitter release promotion posts with ASCII tables and CodeSnap rendering. Use when writing release posts, promotion tweets, plugin announcements, or preparing social media content for new versions.

not rated 538 +1 today A 39 tokens original MIT

release

05

oliver-kriska/claude-elixir-phoenix

Skill Claude Code

CONTRIBUTOR TOOL - Cut a plugin release: bump plugin.json version, finalize CHANGELOG, update README if needed, gate on make ci, commit, tag vX.Y.Z, and create the GitHub release. Use when shipping a new plugin version. NOT distributed.

not rated 538 +1 today A 60 tokens original MIT

session-deep-dive

06

oliver-kriska/claude-elixir-phoenix

Skill Claude Code

Deep qualitative analysis of high-signal sessions. Spawns subagents with v2 template, synthesizes patterns, compares against known findings. Use after /session-scan.

not rated 538 +1 today A 40 tokens original MIT

session-scan

07

oliver-kriska/claude-elixir-phoenix

Skill Claude Code

Compute metrics for Claude Code sessions. Discovers via ccrider, filters trivial, computes friction/opportunity/fingerprint scores. Use for broad session triage.

not rated 538 +1 today B 36 tokens original MIT

skill-monitor

08

oliver-kriska/claude-elixir-phoenix

Skill Claude Code

Analyze skill effectiveness across sessions. Computes per-skill metrics (action rate, friction, outcomes), identifies degrading skills, and generates improvement recommendations. Requires session-scan data in metrics.jsonl.

not rated 538 +1 today A 41 tokens original MIT

lab:autoresearch

09

oliver-kriska/claude-elixir-phoenix

Skill Claude Code

Self-improving loop for plugin skills. Reads program.md, proposes one mutation per iteration, evaluates against deterministic scorer, keeps improvements via git, reverts failures. Targets weakest skill+dimension. Use with /loop for overnight runs.

not rated 538 +1 today A 52 tokens original MIT

ecto-n1-check

10

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Detect N+1 query anti-patterns specifically — Repo calls inside Enum/for loops, missing preloads on associations. Use when N+1 is explicitly suspected, NOT for unrelated Ecto questions or wider database performance.

not rated 538 +1 today A 49 tokens original MIT

lv-assigns

11

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Inspect LiveView socket assigns for memory bloat — missing temporaryassigns, unused assigns, unbounded lists needing streams, memory estimates. Use when LiveView memory grows or you need to add temporaryassigns.

not rated 538 +1 today A 47 tokens copy · 92% MIT

phx-audit

12

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

not rated 538 +1 today A 38 tokens original MIT

phx-boundaries

13

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Analyze Phoenix context boundaries and module coupling via mix xref. Use when checking cross-context calls, validating dependencies, before splitting modules, or reviewing architecture.

not rated 538 +1 today A 35 tokens copy · 91% MIT

phx-brainstorm

14

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Brainstorm Elixir/Phoenix features — explore ideas, compare approaches, gather requirements. Use when vague idea, not sure how to approach, or want to discuss before plan.

not rated 538 +1 today A 42 tokens copy · 86% MIT

phx-brief

15

oliver-kriska/claude-elixir-phoenix

Skill Claude Code

Interactive briefing of a plan file — explains reasoning, schema decisions, component choices. Use when developers need to understand a plan before approving.

not rated 538 +1 today B 32 tokens copy · 86% MIT

phx-challenge

16

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Challenge mode reviews - rigorous questioning before approving changes. Use when you want thorough scrutiny of Ecto changes, LiveView events, OTP designs, or PR readiness.

not rated 538 +1 today A 37 tokens copy · 91% MIT

phx-codex-loop

17

oliver-kriska/claude-elixir-phoenix

Skill Codex

Fix Elixir/Phoenix code until Codex CLI review comes back clean — bounded review, fix, verify loop before opening a PR. Use when codex is installed and you want an external cross-model critic on your changes before pushing.

not rated 538 +1 today A 55 tokens copy · 89% MIT

phx-compound

18

oliver-kriska/claude-elixir-phoenix

Skill Claude Code

Capture solved problems as searchable solution docs. Use after fixing bugs, when "that worked", or after successful phx-review or phx-investigate.

not rated 538 +1 today A 35 tokens copy · 88% MIT

phx-deps-audit

19

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Audit Hex deps for supply-chain security risk — bidi chars, compile-time exec, maintainer changes, typosquats, CVEs. Use after mix deps.update, when checking if a package upgrade is safe, or reviewing mix.lock PR diffs.

not rated 538 +1 today A 58 tokens original MIT

phx-deps-update

20

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Bump outdated Hex deps — inventory, snapshot changelogs, update, fix breaks, split reviewable PRs (patches bundled, majors solo). Use to upgrade/bump Elixir dependencies or when versions fall behind. NOT for deps.get failures (phx-investigate).

not rated 538 +1 today A 62 tokens original MIT

phx-document

21

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Generate @moduledoc/@doc for tested Elixir features; may update their README section or ADR. Not for docs lookup, documentation audits/reviews, or capturing standalone decisions.

not rated 538 +1 today A 41 tokens original MIT

phx-examples

22

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Provide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked for sample code, a walkthrough, a proper implementation, or expected workflow output. Pair with domain skills. NOT for debugging, direct changes, best-practice advice, or audits.

not rated 538 +1 today A 60 tokens copy · 97% MIT

phx-freeze

23

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Apply an advisory edit scope in this session. Use for read-only or directory-scoped work; no enforcement hook is installed.

not rated 538 +1 today A 30 tokens original MIT

phx-full

24

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Run a portable sequential plan-work-verify-review-compound lifecycle. Use optional generic workers only when Amp makes them available.

not rated 538 +1 today A 28 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: