Find Ecto N+1 queries and missing preloads. Use only when N+1 is suspected; not for broad database performance.
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 oliver-kriska/claude-elixir-phoenix 中的 247 个 Skill。打开任一 Skill 可查看来源和详情。
oliver-kriska/claude-elixir-phoenix已展示 40 / 247 个已收集 Skill。
Find Ecto N+1 queries and missing preloads. Use only when N+1 is suspected; not for broad database performance.
原文语言:英语
OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task; Use when designing processes or debugging BEAM…
原文语言:英语
Fetch HexDocs for Elixir libraries with HTML-to-markdown conversion. Use when looking up docs on hexdocs.pm…
原文语言:英语
Build LiveView: async data (assign_async), PubSub (check connected?); Use when handling interactions, debugging…
原文语言:英语
Inspect LiveView socket assigns for memory bloat — missing; Use when LiveView memory grows or you need to add…
原文语言:英语
Narrow bare rescue in Elixir so real errors like KeyError and typos; Use to audit rescues and refactor error handling.
原文语言:英语
Oban job processing — workers, perform/1 (OSS) and process/1 (Pro); Use when writing Oban workers, queue config…
原文语言:英语
Phoenix context design — creating/splitting contexts, Scope (1.8+); Use when editing contexts, routers, or designing…
原文语言:英语
Analyze Phoenix context boundaries and module coupling via mix xref. Use when checking cross-context calls…
原文语言:英语
Brainstorm Elixir/Phoenix features — explore ideas, compare; Use when vague idea, not sure how to approach, or want…
原文语言:英语
Interactive briefing of a plan file — explains reasoning, schema; Use when developers need to understand a plan…
原文语言:英语
Challenge mode reviews - rigorous questioning before approving changes. Use when you want thorough scrutiny of Ecto…
原文语言:英语
Fix Elixir/Phoenix code until Codex CLI review comes back clean; Use when codex is installed and you want an external…
原文语言:英语
Update Hex dependencies safely. Use for upgrades; use $elixir-phoenix:phx-investigate for deps.get failures.
原文语言:英语
Recommend the right $elixir-phoenix:phx-* workflow. Use when choosing a plugin skill, not for Codex /help.
原文语言:英语
Investigate Elixir/Phoenix bugs root-cause first. Reproduce failures, cite evidence; Codex subagents are optional.
原文语言:英语
Reduce mix output noise (5-15% token savings) by installing rtk; Use when long mix output floods context.
原文语言:英语
Recommend safe Bash permissions for Elixir mix commands in; Use when permission prompts slow workflow, "fix…
原文语言:英语
Implement small Phoenix changes without planning — add validations; Use for single-file edits under 50 lines.
原文语言:英语
Recall prior work from past sessions — how a bug was fixed, what was; Use when asked 'have we done this before'…
原文语言:英语
Review changed Elixir/Phoenix code read-only. Check requirements, cite evidence, deduplicate, and return a verdict.
原文语言:英语
Analyze Elixir/Phoenix technical debt — duplicates, refactoring; Use when asked about code quality, cleanup, or what…
原文语言:英语
Triage review findings interactively — approve, skip, or prioritize; Use after $elixir-phoenix:phx-review to filter…
原文语言:英语
Verify Elixir/Phoenix changes — compile, format, and test in one loop. Use after implementation, before PRs…
原文语言:英语
Watch an Elixir/Phoenix PR for new review comments (bot + human); Use after opening a PR or pushing, while waiting on…
原文语言:英语
Investigate Elixir/Phoenix bugs root-cause first. Reproduce failures, cite evidence, and use optional native OpenCode subagents only when useful.
原文语言:英语
Review changed Elixir/Phoenix code read-only. Check requirements, cite evidence, deduplicate findings, and return a severity-based verdict.
原文语言:英语
Searchable Elixir/Phoenix/Ecto solution documentation system with YAML frontmatter. Builds institutional knowledge from solved problems. Use when consulting past solutions before investigating new issues.
原文语言:英语
OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.
原文语言:英语
Inspect 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.
原文语言:英语
Analyze Phoenix context boundaries and module coupling via mix xref. Use when checking cross-context calls, validating dependencies, before splitting modules, or reviewing architecture.
原文语言:英语
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.
原文语言:英语
Interactive briefing of a plan file — explains reasoning, schema decisions, component choices. Use when developers need to understand a plan before approving.
原文语言:英语
Challenge mode reviews - rigorous questioning before approving changes. Use when you want thorough scrutiny of Ecto changes, LiveView events, OTP designs, or PR readiness.
原文语言:英语
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.
原文语言:英语
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 (/skill:phx-investigate).
原文语言:英语
Investigate Elixir/Phoenix bugs root-cause first. Reproduce failures, cite evidence, and use optional Pi subagents only when useful.
原文语言:英语
Reduce 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.
原文语言:英语
Recommend safe Bash permissions for Elixir mix commands in settings.json. Use when permission prompts slow workflow, "fix permissions", "reduce prompts", "auto-allow mix".
原文语言:英语
Implement small Phoenix changes without planning — add validations, update routes, fix components, create migrations. Use for single-file edits under 50 lines.
原文语言:英语