Explore skills

4,856 skills found

Category alert

Get new DevOps e Infra skills every Monday

cc-changelog

457

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.

DevOps e Infra#mcpby oliver-kriska

catchup

457

Summarize and review what changed while you were away. Use after a weekend, vacation, or flight to check missed PRs, git commits, Linear tickets, and meetings — one prioritized brief, not a firehose.

DevOps e Infra#git#mcpby oliver-kriska

ketchup

457

Easter-egg alias for /catchup. Same return-from-absence briefing, squeezier name. Use exactly like /catchup — all flags pass through unchanged.

DevOps e Infra#mcpby oliver-kriska

lv:assigns

457

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.

DevOps e Infra#mcpby oliver-kriska

phx:boundaries

457

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

DevOps e Infra#mcpby oliver-kriska

phx:brief

457

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

DevOps e Infra#mcp#aiby oliver-kriska

phx:trace

457

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:challenge

457

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

DevOps e Infra#mcpby oliver-kriska

deploy

457

Elixir/Phoenix deployment patterns — Dockerfile, fly.toml, runtime.exs, mix release, rel/ overlays. Use when configuring Fly.io, Docker, CI/CD, health checks, or production migrations.

DevOps e Infra#deploy#mcpby oliver-kriska

phx:deps-audit

457

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

457

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-constraint-debug

457

Debug Ecto constraint violations - trace triggers, check migrations, find duplicate data. Use when seeing unique_constraint, foreign_key_constraint, or check_constraint errors.

DevOps e Infra#mcp#aiby oliver-kriska