Skip to main content

oliver-kriska/claude-elixir-phoenix

SkillsMP는 oliver-kriska/claude-elixir-phoenix에서 247개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
247
GitHub 스타
535
GitHub 포크
38

수집된 skill 247개 중 40개를 표시합니다.

직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Provide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked for sample code, a walkthrough, a proper…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Tidewave MCP runtime tools — debugging, smoke testing, live state; Use when evaluating code in a running Phoenix app.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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 (/phx-investigate).

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Generate @moduledoc/@doc for tested Elixir features; may update their README section or ADR. Not for docs lookup, documentation audits/reviews, or capturing standalone decisions.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Apply an advisory edit scope in this session. Use for read-only or directory-scoped work; no enforcement hook is installed.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Run a portable sequential plan-work-verify-review-compound lifecycle. Use optional generic workers only when the runtime supports them.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Investigate Elixir/Phoenix bugs root-cause first. Reproduce failures, cite evidence, and use optional native DeepSeek Harness subagents only when useful.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Implement small Phoenix changes without planning — add validations, update routes, fix components, create migrations. Use for single-file edits under 50 lines.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Review changed Elixir/Phoenix code read-only. Check requirements, cite evidence, deduplicate findings, and return a severity-based verdict.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Analyze Elixir/Phoenix technical debt — duplicates, refactoring opportunities, credo issues. Use when asked about code quality, cleanup, or what to improve.

원문 언어: 영어

업데이트
수집된 skill 247개 중 40개를 표시합니다.