Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

elixir-phoenix-guide

elixir-phoenix-guide 收录了来自 j-morgan6 的 19 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
19
Stars
145
更新
2026-07-03
Forks
14
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

ecto-nested-associations
软件开发工程师

Use when a form or operation manages parent and child records together — cast_assoc/cast_embed, on_replace, Ecto.Multi across tables, FK cascade design.

2026-07-03
otp-essentials
软件开发工程师

Use when writing GenServer, Supervisor, Task, Agent, or Registry code — init/handle_continue, call vs cast, supervision strategies, process naming.

2026-07-03
ecto-essentials
软件开发工程师

Use when defining schemas, writing queries, or creating migrations — schema design, Repo usage, indexes, query composition.

2026-07-03
elixir-essentials
软件开发工程师

Use when writing or refactoring core Elixir — pattern matching, case/cond/with, pipes, {:ok, _}/{:error, _} contracts. Baseline style for any .ex/.exs change not covered by a more specific skill.

2026-07-03
phoenix-liveview-essentials
软件开发工程师

Use when writing LiveView modules or HEEx templates — mount/handle_params lifecycle, assigns, streams, events, components.

2026-07-03
telemetry-essentials
软件开发工程师

Use when adding logging, metrics, or instrumentation — structured Logger usage, telemetry handler attachment, Ecto/Phoenix telemetry events.

2026-07-03
code-quality
软件质量保证分析师与测试员

Use when refactoring for duplication, complexity, or dead code — includes the plugin's on-demand analysis scripts.

2026-07-03
deployment-gotchas
网络与计算机系统管理员

Use when preparing releases or deployment config — runtime.exs vs compile-time config, release migrations, PHX_HOST/PHX_SERVER, assets, health checks.

2026-07-03
ecto-changeset-patterns
软件开发工程师

Use when a resource needs multiple changesets (registration vs update), conditional validation, field transforms, or uniqueness validation — changeset composition.

2026-07-03
oban-essentials
软件开发工程师

Use when writing background jobs with Oban — worker options, return contracts, idempotency, uniqueness, Oban.Testing.

2026-07-03
phoenix-auth-customization
软件开发工程师

Use when extending phx.gen.auth — adding registration fields, custom user attributes, extra migrations alongside generated auth, fixture updates.

2026-07-03
phoenix-authorization-patterns
软件开发工程师

Use when deciding who may do what — ownership checks, policy modules, scoped queries, role-based access in LiveViews and controllers.

2026-07-03
phoenix-channels-essentials
软件开发工程师

Use when building WebSocket features with Phoenix Channels — socket auth, join authorization, handle_in/push/broadcast, Presence.

2026-07-03
phoenix-json-api
软件开发工程师

Use when building JSON API endpoints — :api pipeline, FallbackController, error rendering, pagination, versioning, Bearer auth.

2026-07-03
phoenix-liveview-auth
软件开发工程师

Use when protecting LiveViews with authentication — on_mount hooks, live_session, mount_current_scope, auth redirect testing.

2026-07-03
phoenix-pubsub-patterns
软件开发工程师

Use when adding real-time updates via Phoenix.PubSub — subscribe/broadcast topology, topic naming, handle_info message handling.

2026-07-03
phoenix-uploads
软件开发工程师

Use when implementing file uploads — allow_upload, consume_uploaded_entries, validation, dev vs production storage (local, S3/:external), serving files.

2026-07-03
security-essentials
信息安全分析师

Use when code touches user input, tokens, redirects, raw SQL, or logging — injection, XSS, atom exhaustion, timing attacks, audit tooling.

2026-07-03
testing-essentials
软件质量保证分析师与测试员

Use when writing or fixing ExUnit tests — case templates, async safety, fixtures, LiveView test helpers, error-path coverage.

2026-07-03