Skip to main content

이 저장소의 skills

oliver-kriska/claude-elixir-phoenix - 6페이지

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

oliver-kriska/claude-elixir-phoenix

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

직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Watch an Elixir/Phoenix PR for new review comments (bot + human) and CI results via a background watcher that wakes Claude only on real events. Use after opening a PR or pushing, while waiting on CI or reviewers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ash Framework — resources, actions, policies, aggregates, calculations, AshPhoenix.Form, LiveView, migrations. Use when generating resources via mix ash.codegen, editing changes, checks, types, validations, or domain code interfaces.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fetch HexDocs for Elixir libraries with HTML-to-markdown conversion. Use when looking up docs on hexdocs.pm — modules, functions, guides, changelogs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build LiveView: async data (assign_async), PubSub (check connected?), phx-change events, form components/modals/uploads, streams for lists, live_patch. Use when handling interactions, debugging events, or tracking Presence.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Narrow bare rescue in Elixir so real errors like KeyError and typos propagate instead of being swallowed. Use to audit rescues and refactor error handling.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Oban job processing — workers, perform/1 (OSS) and process/1 (Pro), queues, cron, retries, unique jobs, idempotency, Oban Pro (Workflow, Batch, Chunk, Smart Engine), Testing. Use when writing Oban workers, queue config, or debugging jobs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Phoenix context design — creating/splitting contexts, Scope (1.8+), Ecto.Multi, PubSub, routers, plugs, controllers. Use when editing contexts, routers, or designing boundaries.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Run an A/B codex review experiment — holistic codex review vs 3 focused dimension passes (security, ecto, liveview) on the branch diff, classify findings, report a panel-value verdict. Use when the branch is fresh, before any codex review runs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Narrow bare rescue in Elixir so real errors like KeyError and typos propagate instead of being swallowed. Use to audit rescues and refactor error handling.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build LiveView: async data (assign_async), PubSub (check connected?), phx-change events, form components/modals/uploads, streams for lists, live_patch. Use when handling interactions, debugging events, or tracking Presence.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ash Framework — resources, actions, policies, aggregates, calculations, AshPhoenix.Form, LiveView, migrations. Use when generating resources via mix ash.codegen, editing changes, checks, types, validations, or domain code interfaces.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Phoenix context design — creating/splitting contexts, Scope (1.8+), Ecto.Multi, PubSub, routers, plugs, controllers. Use when editing contexts, routers, or designing boundaries.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Self-improving loop for plugin skills. Reads program.md, proposes one mutation per iteration, evaluates against deterministic scorer, keeps improvements via git, reverts failures. Targets weakest skill+dimension. Use with /loop for overnight runs.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

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