원클릭으로
phoenix-framework
Use this skill when working with Phoenix and LiveView web layers, routing, rendering, templates, and events.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when working with Phoenix and LiveView web layers, routing, rendering, templates, and events.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Unified Vmemo local development workflow: setup-state check, reset decision, and temporary port conflict handling.
Run the full GitHub PR lifecycle: create, update, assign, and keep PR content in sync with new commits.
Prepare a Vmemo release PR with explicit config-change confirmation gates.
Create concise incident postmortems at others/postmortem/YYYY-MM-DD-title.md for non-trivial bugs or issues.
开发时必须遵守 Vmemo 的编码规范与工程约束。
Use when working on Phoenix projects with Tidewave MCP. Prefer Tidewave tools for code discovery, docs lookup, runtime checks, and database verification instead of ad-hoc guessing.
| name | phoenix-framework |
| description | Use this skill when working with Phoenix and LiveView web layers, routing, rendering, templates, and events. |
| metadata | {"managed-by":"usage-rules"} |
mix usage_rules.search_docs "search term" -p phoenix -p phoenix_ecto -p phoenix_html -p phoenix_live_dashboard -p phoenix_live_reload -p phoenix_live_view
mix compile.phoenixmix phx - Prints Phoenix help informationmix phx.digest - Digests and compresses static filesmix phx.digest.clean - Removes old versions of static assets.mix phx.gen - Lists all available Phoenix generatorsmix phx.gen.auth - Generates authentication logic for a resourcemix phx.gen.auth.hashing_librarymix phx.gen.auth.injectormix phx.gen.auth.migrationmix phx.gen.cert - Generates a self-signed certificate for HTTPS testingmix phx.gen.channel - Generates a Phoenix channelmix phx.gen.context - Generates a context with functions around an Ecto schemamix phx.gen.embedded - Generates an embedded Ecto schema filemix phx.gen.html - Generates context and controller for an HTML resourcemix phx.gen.json - Generates context and controller for a JSON resourcemix phx.gen.live - Generates LiveView, templates, and context for a resourcemix phx.gen.notifier - Generates a notifier that delivers emails by defaultmix phx.gen.presence - Generates a Presence trackermix phx.gen.release - Generates release files and optional Dockerfile for release-based deploymentsmix phx.gen.schema - Generates an Ecto schema and migration filemix phx.gen.secret - Generates a secretmix phx.gen.socket - Generates a Phoenix socket handlermix phx.routes - Prints all routesmix phx.server - Starts applications and their serversmix compile.phoenix_live_viewmix phoenix_live_view.upgrade