oliver-kriska
- 88 skills
- 0 followers
- 1 week ago last updated
- ▌ Deps Update · oliver-kriska bundleBump 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).
- ▌ Investigate · oliver-kriska bundleInvestigate bugs and errors in Elixir/Phoenix — root-cause analysis for crashes, exceptions, stack traces, test failures. Use --parallel for deep 4-track investigation.
- ▌ Permissions · oliver-kriska bundleRecommend safe Bash permissions for Elixir mix commands in settings.json. Use when permission prompts slow workflow, "fix permissions", "reduce prompts", "auto-allow mix".
- ▌ Ecto Constraint Debug · oliver-kriska bundleDebug Ecto constraint violations - trace triggers, check migrations; Use when seeing unique_constraint…
- ▌ Assigns Audit · oliver-kriskaInspect LiveView socket assigns for memory bloat — missing temporary_assigns, unused assigns, unbounded lists needing streams, memory estimates. Use when LiveView memory grows or you need to add temporary_assigns.
- ▌ Learn From Fix · oliver-kriska bundleCapture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.
- ▌ Mix Compression · oliver-kriska bundleReduce mix output noise (5-15% token savings) by installing rtk filters that compress mix test/credo/dialyzer/compile output before it reaches Claude. Use when long mix output floods context.
- ▌ Recall · oliver-kriska bundleRecall prior work from past sessions — how a bug was fixed, what was decided, where a pattern lives. Use when asked 'have we done this before' or 'how did I fix X' in Elixir/Phoenix work. ccrider MCP when available, else git + solution docs.
- ▌ Review · oliver-kriska bundleReview code with parallel agents — tests, security, Ecto, LiveView, Oban. Use after implementation to catch bugs and anti-patterns before committing.
- ▌ Triage · oliver-kriska bundleTriage review findings interactively — approve, skip, or prioritize each issue. Use after /phx:review to filter findings before fixing.
- ▌ Verify · oliver-kriska bundleVerify Elixir/Phoenix changes — compile, format, and test in one loop. Use after implementation, before PRs, or after fixing bugs.
- ▌ Hexdocs Fetcher · oliver-kriskaFetch HexDocs for Elixir libraries with HTML-to-markdown conversion. Use when looking up docs on hexdocs.pm…
- ▌ Phx Deps Update · oliver-kriska bundleUpdate Hex dependencies safely. Use for upgrades; use $elixir-phoenix:phx-investigate for deps.get failures.
- ▌ Phx Permissions · oliver-kriska bundleRecommend safe Bash permissions for Elixir mix commands in; Use when permission prompts slow workflow, "fix…
- ▌ Phx Learn From Fix · oliver-kriska bundleCapture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.
- ▌ Phoenix Contexts · oliver-kriska bundlePhoenix context design — creating/splitting contexts, Scope (1.8+); Use when editing contexts, routers, or designing…
- ▌ Phx Mix Compression · oliver-kriska bundleReduce mix output noise (5-15% token savings) by installing rtk filters that compress mix test/credo/dialyzer/compile output before it reaches Claude. Use when long mix output floods context.
- ▌ Compound · oliver-kriska bundleCapture solved problems as searchable solution docs. Use after fixing bugs, when "that worked", or after successful /phx:review or /phx:investigate.
- ▌ Deps Vet · oliver-kriska bundleRecord a vetted Hex package version in hex_vet.exs after a security review — manages the audit ledger, not the scanner. Use to approve a dep after /phx:deps-audit findings or to initialize hex_vet.exs.
- ▌ Document · oliver-kriska bundleGenerate @moduledoc/@doc for tested Elixir features; may update their README section or ADR. Not for docs lookup, documentation audits/reviews, or capturing standalone decisions.
- ▌ Examples · oliver-kriskaProvide 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.
- ▌ N1 Check · oliver-kriska bundleDetect 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.
- ▌ Research · oliver-kriska bundleResearch Elixir/Phoenix/Ecto topics or evaluate Hex libraries (--library). Use when learning about libraries, patterns, or comparing approaches. Searches HexDocs, ElixirForum, GitHub.
- ▌ Techdebt · oliver-kriskaAnalyze Elixir/Phoenix technical debt — duplicates, refactoring opportunities, credo issues. Use when asked about code quality, cleanup, or what to improve.
- ▌ Watch Pr · oliver-kriska bundleWatch an Elixir/Phoenix PR for new review comments (bot + human) and CI results via a background watcher that wakes Claude only on real events. Use after opening a PR or pushing, while waiting on CI or reviewers.
- ▌ Liveview Patterns · oliver-kriska bundleBuild LiveView: async data (assign_async), PubSub (check connected?); Use when handling interactions, debugging…
- ▌ Tidewave Integration · oliver-kriska bundleTidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.
- ▌ Challenge · oliver-kriskaChallenge mode reviews - rigorous questioning before approving changes. Use when you want thorough scrutiny of Ecto changes, LiveView events, OTP designs, or PR readiness.
- ▌ Pr Review · oliver-kriska bundleAddress feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.
- ▌ Narrow Bare Rescue · oliver-kriska bundleNarrow bare rescue in Elixir so real errors like KeyError and typos; Use to audit rescues and refactor error handling.
- ▌ Boundaries · oliver-kriska bundleAnalyze Phoenix context boundaries and module coupling via mix xref. Use when checking cross-context calls, validating dependencies, before splitting modules, or reviewing architecture.
- ▌ Brainstorm · oliver-kriska bundleBrainstorm Elixir/Phoenix features — explore ideas, compare approaches, gather requirements. Use when vague idea, not sure how to approach, or want to discuss before plan.
- ▌ Codex Loop · oliver-kriska bundleFix 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.
- ▌ Deps Audit · oliver-kriska bundleAudit 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.
- ▌ Ash Framework · oliver-kriskaAsh Framework — resources, actions, policies, aggregates; Use when generating resources via mix ash.codegen, editing…
- ▌ Compound Docs · oliver-kriska bundleSearchable Elixir/Phoenix/Ecto solution documentation system with; Use when consulting past solutions…
- ▌ Ecto N1 Check · oliver-kriska bundleFind Ecto N+1 queries and missing preloads. Use only when N+1 is suspected; not for broad database performance.
- ▌ Ecto Patterns · oliver-kriska bundleEcto patterns — schemas, changesets, queries, migrations, Multi; Use when editing Repo calls, Ecto.Query, or schema…
- ▌ Elixir Idioms · oliver-kriska bundleOTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task; Use when designing processes or debugging BEAM…
- ▌ Phx Challenge · oliver-kriskaChallenge mode reviews - rigorous questioning before approving changes. Use when you want thorough scrutiny of Ecto…
- ▌ Intent Detection · oliver-kriskaRoute ambiguous or mixed Phoenix/LiveView/Ecto requests before choosing a workflow. Use when user is unsure where to start/how to approach work, asks for the right workflow, or combines intents such as fixing and refactoring. NOT for a clear task.
- ▌ Audit · oliver-kriska bundleProject health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.
- ▌ Brief · oliver-kriska bundleInteractive briefing of a plan file — explains reasoning, schema decisions, component choices. Use when developers need to understand a plan before approving.
- ▌ Intro · oliver-kriska bundleWalk through the Elixir/Phoenix plugin commands, workflow, and features in 6 interactive sections. Use when a new user wants to learn what the plugin offers or needs a refresher on available commands.
- ▌ Quick · oliver-kriskaImplement small Phoenix changes without planning — add validations, update routes, fix components, create migrations. Use for single-file edits under 50 lines.
- ▌ Trace · oliver-kriska bundleTrace Elixir call trees from entry points via mix xref. Use when debugging data flow, planning signature changes, or understanding how a bug reaches code.
- ▌ Phx Boundaries · oliver-kriska bundleAnalyze Phoenix context boundaries and module coupling via mix xref. Use when checking cross-context calls…
- ▌ Phx Brainstorm · oliver-kriska bundleBrainstorm Elixir/Phoenix features — explore ideas, compare; Use when vague idea, not sure how to approach, or want…
- ▌ Phx Codex Loop · oliver-kriska bundleFix Elixir/Phoenix code until Codex CLI review comes back clean; Use when codex is installed and you want an external…
- ▌ Phx Deps Audit · oliver-kriska bundleAudit Hex deps for supply-chain security risk — bidi chars; Use after mix deps.update, when checking if a package…
- ▌ Phx Work · oliver-kriska bundleExecute Elixir/Phoenix plan tasks with progress tracking. Use after /skill:phx-plan to implement features with mix compile and mix test verification after each step, or --continue to resume interrupted work.
- ▌ Cc Changelog · oliver-kriska bundleCONTRIBUTOR 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.
- ▌ Phx Plan · oliver-kriska bundlePlan features spanning multiple domains: billing (Stripe), auth (RBAC), real-time (Presence), webhooks, jobs (Oban). Use when designing interconnected systems or converting review findings into tasks.
- ▌ Deploy · oliver-kriska bundleElixir/Phoenix deployment patterns — Dockerfile, fly.toml; Use when configuring Fly.io, Docker, CI/CD, health checks…
- ▌ Phx Audit · oliver-kriska bundleProject health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.
- ▌ Testing · oliver-kriska bundleWrite or repair Elixir tests with ExUnit, sandbox isolation, async; Use for test files, test setup, or failing/flaky…
- ▌ Phx Freeze · oliver-kriskaApply an advisory edit scope in this session. Use for read-only or directory-scoped work; no enforcement hook is installed.
- ▌ Phx Review · oliver-kriska bundleReview changed Elixir/Phoenix code read-only. Check requirements, cite evidence, deduplicate findings, and return a severity-based verdict.
- ▌ Security · oliver-kriska bundleEnforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS; Use when editing auth files, login flows, RBAC…
- ▌ Phx Brief · oliver-kriska bundleInteractive briefing of a plan file — explains reasoning, schema; Use when developers need to understand a plan…
- ▌ Phx Intro · oliver-kriska bundleWalk through the Elixir/Phoenix plugin commands, workflow; Use when a new user wants to learn what the plugin offers…
- ▌ Phx Trace · oliver-kriska bundleTrace Elixir call trees from entry points via mix xref. Use when debugging data flow, planning signature changes…
- ▌ Phx Document · oliver-kriska bundleGenerate @moduledoc/@doc for tested Elixir features; may update their README section or ADR. Not for docs lookup, documentation audits/reviews, or capturing standalone decisions.
- ▌ Phx Examples · oliver-kriskaProvide 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.
- ▌ Phx Watch Pr · oliver-kriska bundleWatch an Elixir/Phoenix PR with an Amp Orb keep-alive lease until required non-deployment CI is green and review threads are resolved.
- ▌ Lv Assigns · oliver-kriskaInspect LiveView socket assigns for memory bloat — missing; Use when LiveView memory grows or you need to add…
- ▌ Phx Recall · oliver-kriska bundleRecall prior work from past sessions — how a bug was fixed, what was; Use when asked 'have we done this before'…
- ▌ Phx Triage · oliver-kriska bundleTriage review findings interactively — approve, skip, or prioritize; Use after $elixir-phoenix:phx-review to filter…
- ▌ Phx Verify · oliver-kriska bundleVerify Elixir/Phoenix changes — compile, format, and test in one loop. Use after implementation, before PRs…
- ▌ Phx Compound · oliver-kriska bundleCapture solved problems as searchable solution docs. Use after fixing bugs, when "that worked", or after successful /phx-review or /phx-investigate.
- ▌ Phx Techdebt · oliver-kriskaAnalyze Elixir/Phoenix technical debt — duplicates, refactoring opportunities, credo issues. Use when asked about code quality, cleanup, or what to improve.
- ▌ Phx Pr Review · oliver-kriska bundleAddress feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.
- ▌ Phx Deps Vet · oliver-kriska bundleRecord vetted Hex versions after security review. Use to approve audited dependencies, not to scan them.
- ▌ Phx Research · oliver-kriska bundleResearch Elixir/Phoenix/Ecto topics or evaluate Hex libraries; Use when learning about libraries, patterns…
- ▌ Plugin Dev Workflow · oliver-kriskaGuide 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.
- ▌ Full · oliver-kriska bundleDeliver a large, cross-domain Phoenix feature or complete end-to-end system through planning, implementation, verification, and review. Use when several coordinated workflows or contexts must ship together. NOT for an existing plan; use /phx:work.
- ▌ Help · oliver-kriska bundleChoose Phoenix review, plan, debug, or test command. Use when user asks which /phx: command or plugin skill handles a task; do not route only to a domain skill. NEVER for bare /help; NOT for ambiguous requests (use intent-detection) or a plugin tour.
- ▌ Init · oliver-kriska bundleInitialize plugin in a project — install Iron Laws, auto-activation rules, and reference auto-loading into CLAUDE.md. Use when setting up or updating the plugin.
- ▌ Perf · oliver-kriska bundleAnalyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto optimization, genserver bottlenecks. Use when slowness, timeouts, or high memory reported.
- ▌ Plan · oliver-kriska bundlePlan features spanning multiple domains: billing (Stripe), auth (RBAC), real-time (Presence), webhooks, jobs (Oban). Use when designing interconnected systems or converting review findings into tasks.
- ▌ Work · oliver-kriska bundleExecute Elixir/Phoenix plan tasks with progress tracking. Use after /phx:plan to implement features with mix compile and mix test verification after each step, or --continue to resume interrupted work.
- ▌ Phx Investigate · oliver-kriska bundleInvestigate Elixir/Phoenix bugs root-cause first. Reproduce failures, cite evidence, and use optional Amp subagents only when useful.
- ▌ Release · oliver-kriska bundleCONTRIBUTOR 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.
- ▌ Oban · oliver-kriska bundleOban job processing — workers, perform/1 (OSS) and process/1 (Pro); Use when writing Oban workers, queue config…
- ▌ Phx Full · oliver-kriska bundleRun a portable sequential plan-work-verify-review-compound lifecycle. Use optional generic workers only when the runtime supports them.
- ▌ Phx Help · oliver-kriska bundleChoose Phoenix review, plan, debug, or test command. Use when user asks which /skill:phx-* command or plugin skill handles a task; do not route only to a domain skill. NEVER for bare /help; NOT for ambiguous requests (use intent-detection) or a plugin tour.
- ▌ Phx Init · oliver-kriska bundleInitialize plugin in a project — install Iron Laws, auto-activation rules, and reference auto-loading into CLAUDE.md. Use when setting up or updating the plugin.
- ▌ Phx Perf · oliver-kriska bundleAnalyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto optimization, genserver bottlenecks. Use when slowness, timeouts, or high memory reported.