oliver-kriska/claude-elixir-phoenix
这个仓库里有 322 个技能,GitHub 星标 ★ 553。
- cc-changelog|
- codex-abRun an A/B codex review experiment — holistic codex review vs 3 focused dimensio
- docs-check|
- plugin-dev-workflowGuide plugin development workflow — editing skills, agents, hooks, or eval frame
- promoteGenerate X/Twitter release promotion posts with ASCII tables and CodeSnap render
- release|
- session-deep-diveDeep qualitative analysis of high-signal sessions. Spawns subagents with v2 temp
- session-scanCompute metrics for Claude Code sessions. Discovers via ccrider, filters trivial
- session-trendsAnalyze trends across session metrics. Computes windowed aggregates, deltas, and
- skill-monitorAnalyze skill effectiveness across sessions. Computes per-skill metrics (action
- lab_autoresearch>
- catchupSummarize and review what changed while you were away. Use after a weekend, vaca
- ketchupEaster-egg alias for /catchup. Same return-from-absence briefing, squeezier name
- constraint-debugCompatibility alias for the Elixir/Phoenix plugin's Ecto constraint debugger. In
- n1-checkCompatibility alias for the Elixir/Phoenix plugin's N+1 query checker. Invoke ex
- watch-prWatch an Elixir/Phoenix PR with an Amp Orb keep-alive lease until required non-d
- ash-frameworkAsh Framework — resources, actions, policies, aggregates, calculations, AshPhoen
- assigns-auditInspect LiveView socket assigns for memory bloat — missing temporary_assigns, un
- auditProject health audit and health check — architecture, performance, tests, depend
- boundariesAnalyze Phoenix context boundaries and module coupling via mix xref. Use when ch
- brainstormBrainstorm Elixir/Phoenix features — explore ideas, compare approaches, gather r
- briefInteractive briefing of a plan file — explains reasoning, schema decisions, comp
- challengeChallenge mode reviews - rigorous questioning before approving changes. Use when
- codex-loopFix Elixir/Phoenix code until Codex CLI review comes back clean — bounded review
- compoundCapture solved problems as searchable solution docs. Use after fixing bugs, when
- compound-docsSearchable Elixir/Phoenix/Ecto solution documentation system with YAML frontmatt
- deployElixir/Phoenix deployment patterns — Dockerfile, fly.toml, runtime.exs, mix rele
- deps-auditAudit Hex deps for supply-chain security risk — bidi chars, compile-time exec, m
- deps-updateBump outdated Hex deps — inventory, snapshot changelogs, update, fix breaks, spl
- deps-vetRecord a vetted Hex package version in hex_vet.exs after a security review — man
- documentGenerate @moduledoc/@doc for tested Elixir features; may update their README sec
- ecto-constraint-debugDebug Ecto constraint violations - trace triggers, check migrations, find duplic
- ecto-patternsEcto patterns — schemas, changesets, queries, migrations, Multi, associations, p
- elixir-idiomsOTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pat
- freezeScope or freeze which files Claude can edit during debugging, a refactor, or rev
- fullDeliver a large, cross-domain Phoenix feature or complete end-to-end system thro
- helpChoose Phoenix review, plan, debug, or test command. Use when user asks which /p
- hexdocs-fetcherFetch HexDocs for Elixir libraries with HTML-to-markdown conversion. Use when lo
- initInitialize plugin in a project — install Iron Laws, auto-activation rules, and r
- intent-detectionRoute ambiguous or mixed Phoenix/LiveView/Ecto requests before choosing a workfl
- introWalk through the Elixir/Phoenix plugin commands, workflow, and features in 6 int
- investigateInvestigate bugs and errors in Elixir/Phoenix — root-cause analysis for crashes,
- learn-from-fixCapture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or
- liveview-patternsBuild LiveView: async data (assign_async), PubSub (check connected?), phx-change
- mix-compressionReduce mix output noise (5-15% token savings) by installing rtk filters that com
- n1-checkDetect N+1 query anti-patterns specifically — Repo calls inside Enum/for loops,
- narrow-bare-rescueNarrow bare rescue in Elixir so real errors like KeyError and typos propagate in
- obanOban job processing — workers, perform/1 (OSS) and process/1 (Pro), queues, cron
- perfAnalyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto optimizatio
- permissionsRecommend safe Bash permissions for Elixir mix commands in settings.json. Use wh
- phoenix-contextsPhoenix context design — creating/splitting contexts, Scope (1.8+), Ecto.Multi,
- planPlan features spanning multiple domains: billing (Stripe), auth (RBAC), real-tim
- pr-reviewAddress feedback left on a GitHub pull request: fetch unresolved review threads,
- quickImplement small Phoenix changes without planning — add validations, update route
- recallRecall prior work from past sessions — how a bug was fixed, what was decided, wh
- researchResearch Elixir/Phoenix/Ecto topics or evaluate Hex libraries (--library). Use w
- reviewReview code with parallel agents — tests, security, Ecto, LiveView, Oban. Use af
- securityEnforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL injectio
- techdebtAnalyze Elixir/Phoenix technical debt — duplicates, refactoring opportunities, c
- testingWrite or repair Elixir tests with ExUnit, sandbox isolation, async reliability,
- tidewave-integrationTidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQ
- traceTrace Elixir call trees from entry points via mix xref. Use when debugging data
- triageTriage review findings interactively — approve, skip, or prioritize each issue.
- verifyVerify Elixir/Phoenix changes — compile, format, and test in one loop. Use after
- watch-prWatch an Elixir/Phoenix PR for new review comments (bot + human) and CI results
- workExecute Elixir/Phoenix plan tasks with progress tracking. Use after /phx:plan to
- assignsCompatibility alias for the Elixir/Phoenix plugin's LiveView assigns audit. Invo
- ash-frameworkAsh Framework — resources, actions, policies, aggregates, calculations,
- compound-docsSearchable Elixir/Phoenix/Ecto solution documentation system with YAML
- deployElixir/Phoenix deployment patterns — Dockerfile, fly.toml, runtime.exs,
- ecto-constraint-debugDebug Ecto constraint violations - trace triggers, check migrations,
- ecto-n1-checkDetect N+1 query anti-patterns specifically — Repo calls inside Enum/for
- ecto-patternsEcto patterns — schemas, changesets, queries, migrations, Multi, associations,
- elixir-idiomsOTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry,
- hexdocs-fetcherFetch HexDocs for Elixir libraries with HTML-to-markdown conversion.
- intent-detectionRoute ambiguous or mixed Phoenix/LiveView/Ecto requests before choosing
- liveview-patternsBuild LiveView: async data (assign_async), PubSub (check connected?),
- lv-assignsInspect LiveView socket assigns for memory bloat — missing temporary_assigns,
- narrow-bare-rescueNarrow bare rescue in Elixir so real errors like KeyError and typos propagate
- obanOban job processing — workers, perform/1 (OSS) and process/1 (Pro), queues,
- phoenix-contextsPhoenix context design — creating/splitting contexts, Scope (1.8+), Ecto.Multi,
- phx-auditProject health audit and health check — architecture, performance, tests,
- phx-boundariesAnalyze Phoenix context boundaries and module coupling via mix xref.
- phx-brainstormBrainstorm Elixir/Phoenix features — explore ideas, compare approaches,
- phx-briefInteractive briefing of a plan file — explains reasoning, schema decisions,
- phx-challengeChallenge mode reviews - rigorous questioning before approving changes.
- phx-codex-loopFix Elixir/Phoenix code until Codex CLI review comes back clean — bounded
- phx-compoundCapture solved problems as searchable solution docs. Use after fixing
- phx-deps-auditAudit Hex deps for supply-chain security risk — bidi chars, compile-time
- phx-deps-updateBump outdated Hex deps — inventory, snapshot changelogs, update, fix
- phx-deps-vetRecord a vetted Hex package version in hex_vet.exs after a security review
- phx-documentGenerate @moduledoc/@doc for tested Elixir features; may update their
- phx-examplesProvide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked
- phx-freezeApply an advisory edit scope in this session. Use for read-only or directory-sco
- phx-fullRun a portable sequential plan-work-verify-review-compound lifecycle.
- phx-helpChoose Phoenix review, plan, debug, or test command. Use when user asks
- phx-initInitialize plugin in a project — install Iron Laws, auto-activation rules,
- phx-introWalk through the Elixir/Phoenix plugin commands, workflow, and features
- phx-investigateInvestigate Elixir/Phoenix bugs root-cause first. Reproduce failures,
- phx-learn-from-fixCapture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections
- phx-mix-compressionReduce mix output noise (5-15% token savings) by installing rtk filters
- phx-perfAnalyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto
- phx-permissionsRecommend safe Bash permissions for Elixir mix commands in settings.json.
- phx-planPlan features spanning multiple domains: billing (Stripe), auth (RBAC),
- phx-pr-reviewAddress feedback left on a GitHub pull request: fetch unresolved review
- phx-quickImplement small Phoenix changes without planning — add validations, update
- phx-recallRecall prior work from past sessions — how a bug was fixed, what was
- phx-researchResearch Elixir/Phoenix/Ecto topics or evaluate Hex libraries (--library).
- phx-reviewReview changed Elixir/Phoenix code read-only. Check requirements, cite
- phx-techdebtAnalyze Elixir/Phoenix technical debt — duplicates, refactoring opportunities,
- phx-traceTrace Elixir call trees from entry points via mix xref. Use when debugging
- phx-triageTriage review findings interactively — approve, skip, or prioritize each
- phx-verifyVerify Elixir/Phoenix changes — compile, format, and test in one loop.
- phx-watch-prWatch an Elixir/Phoenix PR with an Amp Orb keep-alive lease until required
- phx-workExecute Elixir/Phoenix plan tasks with progress tracking. Use after phx-plan
- securityEnforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL
- testingWrite or repair Elixir tests with ExUnit, sandbox isolation, async reliability,
- tidewave-integrationTidewave MCP runtime tools — debugging, smoke testing, live state inspection,
- ash-frameworkAsh Framework — resources, actions, policies, aggregates; Use when generating
- compound-docsSearchable Elixir/Phoenix/Ecto solution documentation system with; Use
- deployElixir/Phoenix deployment patterns — Dockerfile, fly.toml; Use when configuring
- ecto-constraint-debugDebug Ecto constraint violations - trace triggers, check migrations;
- ecto-n1-checkFind Ecto N+1 queries and missing preloads. Use only when N+1 is suspected;
- ecto-patternsEcto patterns — schemas, changesets, queries, migrations, Multi; Use
- elixir-idiomsOTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task; Use
- hexdocs-fetcherFetch HexDocs for Elixir libraries with HTML-to-markdown conversion.
- intent-detectionRoute ambiguous or mixed Phoenix/LiveView/Ecto requests; Use when user
- liveview-patternsBuild LiveView: async data (assign_async), PubSub (check connected?);
- lv-assignsInspect LiveView socket assigns for memory bloat — missing; Use when
- narrow-bare-rescueNarrow bare rescue in Elixir so real errors like KeyError and typos;
- obanOban job processing — workers, perform/1 (OSS) and process/1 (Pro); Use
- phoenix-contextsPhoenix context design — creating/splitting contexts, Scope (1.8+); Use
- phx-auditProject health audit and health check — architecture, performance; Use
- phx-boundariesAnalyze Phoenix context boundaries and module coupling via mix xref.
- phx-brainstormBrainstorm Elixir/Phoenix features — explore ideas, compare; Use when
- phx-briefInteractive briefing of a plan file — explains reasoning, schema; Use
- phx-challengeChallenge mode reviews - rigorous questioning before approving changes.
- phx-codex-loopFix Elixir/Phoenix code until Codex CLI review comes back clean; Use
- phx-compoundCapture solved problems as searchable solution docs. Use after fixing
- phx-deps-auditAudit Hex deps for supply-chain security risk — bidi chars; Use after
- phx-deps-updateUpdate Hex dependencies safely. Use for upgrades; use $elixir-phoenix:phx-invest
- phx-deps-vetRecord vetted Hex versions after security review. Use to approve audited
- phx-documentDocument tested Elixir APIs; may update README/ADRs. Not for docs lookup,
- phx-examplesProvide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked
- phx-freezeApply an advisory scope in this session. Use for read-only or directory-scoped
- phx-fullRun portable end-to-end lifecycle with gates. Use for full features;
- phx-helpRecommend the right $elixir-phoenix:phx-* workflow. Use when choosing
- phx-initInitialize plugin in a project — install Iron Laws, auto-activation;
- phx-introWalk through the Elixir/Phoenix plugin commands, workflow; Use when a
- phx-investigateInvestigate Elixir/Phoenix bugs root-cause first. Reproduce failures,
- phx-learn-from-fixCapture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections
- phx-mix-compressionReduce mix output noise (5-15% token savings) by installing rtk; Use
- phx-perfAnalyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto;
- phx-permissionsRecommend safe Bash permissions for Elixir mix commands in; Use when
- phx-planPlan features spanning multiple domains: billing (Stripe), auth; Use
- phx-pr-reviewAddress feedback left on a GitHub pull request: fetch unresolved; Use
- phx-quickImplement small Phoenix changes without planning — add validations; Use
- phx-recallRecall prior work from past sessions — how a bug was fixed, what was;
- phx-researchResearch Elixir/Phoenix/Ecto topics or evaluate Hex libraries; Use when
- phx-reviewReview changed Elixir/Phoenix code read-only. Check requirements, cite
- phx-techdebtAnalyze Elixir/Phoenix technical debt — duplicates, refactoring; Use
- phx-traceTrace Elixir call trees from entry points via mix xref. Use when debugging
- phx-triageTriage review findings interactively — approve, skip, or prioritize;
- phx-verifyVerify Elixir/Phoenix changes — compile, format, and test in one loop.
- phx-watch-prWatch an Elixir/Phoenix PR for new review comments (bot + human); Use
- phx-workExecute Elixir/Phoenix plan tasks with progress tracking. Use after $elixir-phoe
- securityEnforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS; Use
- testingWrite or repair Elixir tests with ExUnit, sandbox isolation, async; Use
- tidewave-integrationTidewave MCP runtime tools — debugging, smoke testing, live state; Use
- ash-frameworkAsh Framework — resources, actions, policies, aggregates, calculations,
- compound-docsSearchable Elixir/Phoenix/Ecto solution documentation system with YAML
- deployElixir/Phoenix deployment patterns — Dockerfile, fly.toml, runtime.exs,
- ecto-constraint-debugDebug Ecto constraint violations - trace triggers, check migrations,
- ecto-n1-checkDetect N+1 query anti-patterns specifically — Repo calls inside Enum/for
- ecto-patternsEcto patterns — schemas, changesets, queries, migrations, Multi, associations,
- elixir-idiomsOTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry,
- hexdocs-fetcherFetch HexDocs for Elixir libraries with HTML-to-markdown conversion.
- intent-detectionRoute ambiguous or mixed Phoenix/LiveView/Ecto requests before choosing
- liveview-patternsBuild LiveView: async data (assign_async), PubSub (check connected?),
- lv-assignsInspect LiveView socket assigns for memory bloat — missing temporary_assigns,
- narrow-bare-rescueNarrow bare rescue in Elixir so real errors like KeyError and typos propagate
- obanOban job processing — workers, perform/1 (OSS) and process/1 (Pro), queues,
- phoenix-contextsPhoenix context design — creating/splitting contexts, Scope (1.8+), Ecto.Multi,
- phx-auditProject health audit and health check — architecture, performance, tests,
- phx-boundariesAnalyze Phoenix context boundaries and module coupling via mix xref.
- phx-brainstormBrainstorm Elixir/Phoenix features — explore ideas, compare approaches,
- phx-briefInteractive briefing of a plan file — explains reasoning, schema decisions,
- phx-challengeChallenge mode reviews - rigorous questioning before approving changes.
- phx-codex-loopFix Elixir/Phoenix code until Codex CLI review comes back clean — bounded
- phx-compoundCapture solved problems as searchable solution docs. Use after fixing
- phx-deps-auditAudit Hex deps for supply-chain security risk — bidi chars, compile-time
- phx-deps-updateBump outdated Hex deps — inventory, snapshot changelogs, update, fix
- phx-deps-vetRecord a vetted Hex package version in hex_vet.exs after a security review
- phx-documentGenerate @moduledoc/@doc for tested Elixir features; may update their
- phx-examplesProvide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked
- phx-freezeApply an advisory edit scope in this session. Use for read-only or directory-sco
- phx-fullRun a portable sequential plan-work-verify-review-compound lifecycle.
- phx-helpChoose Phoenix review, plan, debug, or test command. Use when user asks
- phx-initInitialize plugin in a project — install Iron Laws, auto-activation rules,
- phx-introWalk through the Elixir/Phoenix plugin commands, workflow, and features
- phx-investigateInvestigate Elixir/Phoenix bugs root-cause first. Reproduce failures,
- phx-learn-from-fixCapture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections
- phx-mix-compressionReduce mix output noise (5-15% token savings) by installing rtk filters
- phx-perfAnalyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto
- phx-permissionsRecommend safe Bash permissions for Elixir mix commands in settings.json.
- phx-planPlan features spanning multiple domains: billing (Stripe), auth (RBAC),
- phx-pr-reviewAddress feedback left on a GitHub pull request: fetch unresolved review
- phx-quickImplement small Phoenix changes without planning — add validations, update
- phx-recallRecall prior work from past sessions — how a bug was fixed, what was
- phx-researchResearch Elixir/Phoenix/Ecto topics or evaluate Hex libraries (--library).
- phx-reviewReview changed Elixir/Phoenix code read-only. Check requirements, cite
- phx-techdebtAnalyze Elixir/Phoenix technical debt — duplicates, refactoring opportunities,
- phx-traceTrace Elixir call trees from entry points via mix xref. Use when debugging
- phx-triageTriage review findings interactively — approve, skip, or prioritize each
- phx-verifyVerify Elixir/Phoenix changes — compile, format, and test in one loop.
- phx-watch-prWatch an Elixir/Phoenix PR for new review comments (bot + human) and
- phx-workExecute Elixir/Phoenix plan tasks with progress tracking. Use after /phx-plan
- securityEnforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL
- testingWrite or repair Elixir tests with ExUnit, sandbox isolation, async reliability,
- tidewave-integrationTidewave MCP runtime tools — debugging, smoke testing, live state inspection,
- ash-frameworkAsh Framework — resources, actions, policies, aggregates, calculations,
- compound-docsSearchable Elixir/Phoenix/Ecto solution documentation system with YAML
- deployElixir/Phoenix deployment patterns — Dockerfile, fly.toml, runtime.exs,
- ecto-constraint-debugDebug Ecto constraint violations - trace triggers, check migrations,
- ecto-n1-checkDetect N+1 query anti-patterns specifically — Repo calls inside Enum/for
- ecto-patternsEcto patterns — schemas, changesets, queries, migrations, Multi, associations,
- elixir-idiomsOTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry,
- hexdocs-fetcherFetch HexDocs for Elixir libraries with HTML-to-markdown conversion.
- intent-detectionRoute ambiguous or mixed Phoenix/LiveView/Ecto requests before choosing
- liveview-patternsBuild LiveView: async data (assign_async), PubSub (check connected?),
- lv-assignsInspect LiveView socket assigns for memory bloat — missing temporary_assigns,
- narrow-bare-rescueNarrow bare rescue in Elixir so real errors like KeyError and typos propagate
- obanOban job processing — workers, perform/1 (OSS) and process/1 (Pro), queues,
- phoenix-contextsPhoenix context design — creating/splitting contexts, Scope (1.8+), Ecto.Multi,
- phx-auditProject health audit and health check — architecture, performance, tests,
- phx-boundariesAnalyze Phoenix context boundaries and module coupling via mix xref.
- phx-brainstormBrainstorm Elixir/Phoenix features — explore ideas, compare approaches,
- phx-briefInteractive briefing of a plan file — explains reasoning, schema decisions,
- phx-challengeChallenge mode reviews - rigorous questioning before approving changes.
- phx-codex-loopFix Elixir/Phoenix code until Codex CLI review comes back clean — bounded
- phx-compoundCapture solved problems as searchable solution docs. Use after fixing
- phx-deps-auditAudit Hex deps for supply-chain security risk — bidi chars, compile-time
- phx-deps-updateBump outdated Hex deps — inventory, snapshot changelogs, update, fix
- phx-deps-vetRecord a vetted Hex package version in hex_vet.exs after a security review
- phx-documentGenerate @moduledoc/@doc for tested Elixir features; may update their
- phx-examplesProvide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked
- phx-freezeApply an advisory edit scope in this session. Use for read-only or directory-sco
- phx-fullRun a portable sequential plan-work-verify-review-compound lifecycle.
- phx-helpChoose Phoenix review, plan, debug, or test command. Use when user asks
- phx-initInitialize plugin in a project — install Iron Laws, auto-activation rules,
- phx-introWalk through the Elixir/Phoenix plugin commands, workflow, and features
- phx-investigateInvestigate Elixir/Phoenix bugs root-cause first. Reproduce failures,
- phx-learn-from-fixCapture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections
- phx-mix-compressionReduce mix output noise (5-15% token savings) by installing rtk filters
- phx-perfAnalyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto
- phx-permissionsRecommend safe Bash permissions for Elixir mix commands in settings.json.
- phx-planPlan features spanning multiple domains: billing (Stripe), auth (RBAC),
- phx-pr-reviewAddress feedback left on a GitHub pull request: fetch unresolved review
- phx-quickImplement small Phoenix changes without planning — add validations, update
- phx-recallRecall prior work from past sessions — how a bug was fixed, what was
- phx-researchResearch Elixir/Phoenix/Ecto topics or evaluate Hex libraries (--library).
- phx-reviewReview changed Elixir/Phoenix code read-only. Check requirements, cite
- phx-techdebtAnalyze Elixir/Phoenix technical debt — duplicates, refactoring opportunities,
- phx-traceTrace Elixir call trees from entry points via mix xref. Use when debugging
- phx-triageTriage review findings interactively — approve, skip, or prioritize each
- phx-verifyVerify Elixir/Phoenix changes — compile, format, and test in one loop.
- phx-watch-prWatch an Elixir/Phoenix PR for new review comments (bot + human) and
- phx-workExecute Elixir/Phoenix plan tasks with progress tracking. Use after /phx-plan
- securityEnforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL
- testingWrite or repair Elixir tests with ExUnit, sandbox isolation, async reliability,
- tidewave-integrationTidewave MCP runtime tools — debugging, smoke testing, live state inspection,
- ash-frameworkAsh Framework — resources, actions, policies, aggregates, calculations,
- compound-docsSearchable Elixir/Phoenix/Ecto solution documentation system with YAML
- deployElixir/Phoenix deployment patterns — Dockerfile, fly.toml, runtime.exs,
- ecto-constraint-debugDebug Ecto constraint violations - trace triggers, check migrations,
- ecto-n1-checkDetect N+1 query anti-patterns specifically — Repo calls inside Enum/for
- ecto-patternsEcto patterns — schemas, changesets, queries, migrations, Multi, associations,
- elixir-idiomsOTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry,
- hexdocs-fetcherFetch HexDocs for Elixir libraries with HTML-to-markdown conversion.
- intent-detectionRoute ambiguous or mixed Phoenix/LiveView/Ecto requests before choosing
- liveview-patternsBuild LiveView: async data (assign_async), PubSub (check connected?),
- lv-assignsInspect LiveView socket assigns for memory bloat — missing temporary_assigns,
- narrow-bare-rescueNarrow bare rescue in Elixir so real errors like KeyError and typos propagate
- obanOban job processing — workers, perform/1 (OSS) and process/1 (Pro), queues,
- phoenix-contextsPhoenix context design — creating/splitting contexts, Scope (1.8+), Ecto.Multi,
- phx-auditProject health audit and health check — architecture, performance, tests,
- phx-boundariesAnalyze Phoenix context boundaries and module coupling via mix xref.
- phx-brainstormBrainstorm Elixir/Phoenix features — explore ideas, compare approaches,
- phx-briefInteractive briefing of a plan file — explains reasoning, schema decisions,
- phx-challengeChallenge mode reviews - rigorous questioning before approving changes.
- phx-codex-loopFix Elixir/Phoenix code until Codex CLI review comes back clean — bounded
- phx-compoundCapture solved problems as searchable solution docs. Use after fixing
- phx-deps-auditAudit Hex deps for supply-chain security risk — bidi chars, compile-time
- phx-deps-updateBump outdated Hex deps — inventory, snapshot changelogs, update, fix
- phx-deps-vetRecord a vetted Hex package version in hex_vet.exs after a security review
- phx-documentGenerate @moduledoc/@doc for tested Elixir features; may update their
- phx-examplesProvide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked
- phx-freezeApply an advisory edit scope in this session. Use for read-only or directory-sco
- phx-fullRun a portable sequential plan-work-verify-review-compound lifecycle.
- phx-helpChoose Phoenix review, plan, debug, or test command. Use when user asks
- phx-initInitialize plugin in a project — install Iron Laws, auto-activation rules,
- phx-introWalk through the Elixir/Phoenix plugin commands, workflow, and features
- phx-investigateInvestigate Elixir/Phoenix bugs root-cause first. Reproduce failures,
- phx-learn-from-fixCapture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections
- phx-mix-compressionReduce mix output noise (5-15% token savings) by installing rtk filters
- phx-perfAnalyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto
- phx-permissionsRecommend safe Bash permissions for Elixir mix commands in settings.json.
- phx-planPlan features spanning multiple domains: billing (Stripe), auth (RBAC),
- phx-pr-reviewAddress feedback left on a GitHub pull request: fetch unresolved review
- phx-quickImplement small Phoenix changes without planning — add validations, update
- phx-recallRecall prior work from past sessions — how a bug was fixed, what was
- phx-researchResearch Elixir/Phoenix/Ecto topics or evaluate Hex libraries (--library).
- phx-reviewReview changed Elixir/Phoenix code read-only. Check requirements, cite
- phx-techdebtAnalyze Elixir/Phoenix technical debt — duplicates, refactoring opportunities,
- phx-traceTrace Elixir call trees from entry points via mix xref. Use when debugging
- phx-triageTriage review findings interactively — approve, skip, or prioritize each
- phx-verifyVerify Elixir/Phoenix changes — compile, format, and test in one loop.
- phx-watch-prWatch an Elixir/Phoenix PR for new review comments (bot + human) and
- phx-workExecute Elixir/Phoenix plan tasks with progress tracking. Use after /skill:phx-p
- securityEnforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL
- testingWrite or repair Elixir tests with ExUnit, sandbox isolation, async reliability,
- tidewave-integrationTidewave MCP runtime tools — debugging, smoke testing, live state inspection,
想一次拿到这个仓库的全部技能?
本站把开放许可(MIT / Apache 等)的仓库按整仓打包整理到网盘,点一下转存到你自己的网盘。许可未声明的仓库只给原始仓库链接,不打包。