oliver-kriska

69 mods across 1 repository, 535 stars between them.

n1-check

25

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Compatibility alias for the Elixir/Phoenix plugin's N+1 query checker. Invoke explicitly with /ecto:n1-check.

535 5d ago A 30 tokens original MIT

ash-policy-reviewer

27

oliver-kriska/claude-elixir-phoenix

Agent

Ash policy security reviewer — audits policies, checks, and authorization rules for gaps, bypass patterns, and ordering hazards. Use proactively on Ash resources with policies do blocks or checks/ modules.

535 5d ago A 42 tokens original MIT

ash-query-optimizer

28

oliver-kriska/claude-elixir-phoenix

Agent

Ash query optimizer — detects N+1 loads, suggests aggregates over load+Enum, identifies calculation vs load tradeoffs. Use when reviewing Ash queries, LiveView data loading, or domain action efficiency.

535 5d ago A 45 tokens original MIT

oliver-kriska/claude-elixir-phoenix

Agent

Ash resource architect — designs resources the "Ash Way" with built-in changes, validations, types, and policy checks before hand-rolling. Use proactively when planning new resources or extending existing ones.

535 5d ago A 44 tokens original MIT

call-tracer

30

oliver-kriska/claude-elixir-phoenix

Agent

Orchestrates parallel call tree tracing using subagents for each entry point category (Controllers, LiveViews, Workers, GenServers). Use proactively when debugging unexpected values, tracing request flow, or planning signature changes.

535 5d ago A 46 tokens original MIT

codex-reviewer

31

oliver-kriska/claude-elixir-phoenix

Agent

Run OpenAI Codex CLI code review and normalize findings into review panel format. Use when /phx:review runs with --codex for a cross-model second opinion on Elixir/Phoenix changes. Requires codex CLI; degrades to SKIPPED note.

535 5d ago A 60 tokens original MIT

context-supervisor

32

oliver-kriska/claude-elixir-phoenix

Agent

Compresses multi-agent output into consolidated summaries to prevent context exhaustion. Generic — works for any orchestrator. Use after sub-agents complete and before parent synthesis.

535 5d ago A 36 tokens original MIT

oliver-kriska/claude-elixir-phoenix

Agent

Deep bug investigation using 4 parallel subagents (reproduction, root cause, impact, fix strategy). Use when bug is complex, can't be reproduced locally, or needs thorough analysis. Spawns fresh-context subagents for each investigation track.

535 5d ago A 54 tokens original MIT

hex-deps-triager

37

oliver-kriska/claude-elixir-phoenix

Agent

Triage Hex supply-chain audit findings in Elixir/Phoenix — review diff windows and metadata to produce structured security verdicts. Use after /phx:deps-audit.

535 5d ago A 43 tokens original MIT

liveview-architect

40

oliver-kriska/claude-elixir-phoenix

Agent

LiveView architecture specialist - component structure, real-time patterns, streams vs assigns, async patterns. Use proactively when planning interactive features.

535 5d ago A 31 tokens original MIT

oban-specialist

41

oliver-kriska/claude-elixir-phoenix

Agent

Oban worker specialist - reviews idempotency, error handling, and production safety. Use proactively when implementing or reviewing background jobs.

535 5d ago A 30 tokens original MIT

otp-advisor

42

oliver-kriska/claude-elixir-phoenix

Agent

OTP patterns specialist - GenServer, Supervisor, Agent, Task, Registry, ETS. Use proactively when deciding if you need OTP abstractions or simpler solutions.

535 5d ago A 35 tokens original MIT

parallel-reviewer

43

oliver-kriska/claude-elixir-phoenix

Agent

Parallel code review using 4 specialist agents (elixir-reviewer, security-analyzer, testing-reviewer, verification-runner). Use for thorough review of significant changes.

535 5d ago A 38 tokens original MIT

oliver-kriska/claude-elixir-phoenix

Agent

Analyzes codebase for existing Phoenix patterns, contexts, module structure, scopes, plugs, and routing. Use proactively when planning features to understand current conventions.

535 5d ago A 39 tokens original MIT

oliver-kriska/claude-elixir-phoenix

Agent

Fans out and compresses parallel Elixir/Phoenix planning research (codebase patterns, libraries, schema/OTP/LiveView design) into one digest. Use when /phx:plan needs 3+ research agents; returns findings only, never plans or asks the user.

535 5d ago A 62 tokens original MIT

oliver-kriska/claude-elixir-phoenix

Agent

Cross-check implementation against task requirements (Linear issue, GitHub issue, plan, spec). Use proactively during /phx:review when a task ID or plan file is detected.

535 5d ago A 40 tokens original MIT

security-analyzer

47

oliver-kriska/claude-elixir-phoenix

Agent

Security audit specialist for Elixir/Phoenix - authentication, authorization, input validation, OWASP vulnerabilities. Use proactively when implementing auth or handling user input.

535 5d ago A 35 tokens original MIT

testing-reviewer

48

oliver-kriska/claude-elixir-phoenix

Agent

Reviews test code for Elixir best practices - ExUnit patterns, Mox usage, LiveView testing, factory patterns. Use proactively after writing tests or during code review.

535 5d ago A 38 tokens original MIT