Explore skills

4,852 skills found

Category alert

Get new DevOps e Infra skills every Monday

phx:perf

350

Analyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto optimization, genserver bottlenecks. Use when slowness, timeouts, or high memory reported.

DevOps e Infra#mcpby oliver-kriska

phx:deps-vet

350

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

DevOps e Infra#mcpby oliver-kriska

phx:plan

350

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

DevOps e Infra#mcp#aiby oliver-kriska

phx:verify

350

Verify Elixir/Phoenix changes — compile, format, and test in one loop. Use after implementation, before PRs, or after fixing bugs.

DevOps e Infra#mcp#testby oliver-kriska

session-scan

350

Compute metrics for Claude Code sessions. Discovers via ccrider, filters trivial, computes friction/opportunity/fingerprint scores. Use for broad session triage.

DevOps e Infra#mcpby oliver-kriska

skill-monitor

350

Analyze skill effectiveness across sessions. Computes per-skill metrics (action rate, friction, outcomes), identifies degrading skills, and generates improvement recommendations. Requires session-scan data in metrics.jsonl.

DevOps e Infra#mcpby oliver-kriska

phx:compound

350

Capture solved problems as searchable solution docs. Use after fixing bugs, when "that worked", or after successful /phx:review or /phx:investigate.

DevOps e Infra#mcpby oliver-kriska

deploy

350

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

350

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

DevOps e Infra#mcpby oliver-kriska

phx:mix-compression

350

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.

DevOps e Infra#mcp#testby oliver-kriska

catchup

350

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

lv:assigns

350

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