Explore skills

4,852 skills found

Category alert

Get new DevOps e Infra skills every Monday

phx:trace

350

Trace Elixir call trees from entry points via mix xref. Use when debugging data flow, planning signature changes, or understanding how a bug reaches code.

DevOps e Infra#mcpby oliver-kriska

phx:deps-audit

350

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.

DevOps e Infra#mcp#aiby oliver-kriska

phx:document

350

Generate @moduledoc and @doc strings for Elixir modules, contexts, and schemas. Use when explicitly asked to write @doc/@moduledoc — NOT for README or external docs.

DevOps e Infra#mcpby oliver-kriska

ecto-patterns

350

Ecto patterns — schemas, changesets, queries, migrations, Multi, associations, preloads, upserts. Use when editing Repo calls, Ecto.Query, or schema fields. Skip for Ash.

DevOps e Infra#mcpby oliver-kriska

phx:examples

350

Provide examples and walkthroughs for Phoenix, LiveView, Ecto, OTP patterns. Use when "how do I...", "show me an example", or "what does X look like".

DevOps e Infra#mcpby oliver-kriska

phx:help

350

Recommend the right /phx: command for planning, review, debug, deploy, or test tasks. Use when \"which command\", \"what should I use\", or \"how do I\". NOT for /help.

DevOps e Infra#deploy#mcpby oliver-kriska

phx:research

350

Research Elixir/Phoenix topics or evaluate Hex libraries (--library). Use when learning about libraries, patterns, or comparing approaches. Searches HexDocs, ElixirForum, GitHub.

DevOps e Infra#github#gitby oliver-kriska

phx:triage

350

Triage review findings interactively — approve, skip, or prioritize each issue. Use after /phx:review to filter findings before fixing.

DevOps e Infra#mcpby oliver-kriska

phx:work

350

Execute 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.

DevOps e Infra#mcp#testby oliver-kriska

ecto:n1-check

350

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.

DevOps e Infra#mcpby oliver-kriska

security

350

Enforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL injection, input validation, secrets. Use when editing auth files, login flows, RBAC, or API keys.

DevOps e Infra#sql#mcpby oliver-kriska

phx:permissions

350

Recommend safe Bash permissions for Elixir mix commands in settings.json. Use when permission prompts slow workflow, "fix permissions", "reduce prompts", "auto-allow mix".

DevOps e Infra#mcpby oliver-kriska