一键导入
phoenix-framework
Use this skill working with Phoenix Framework. Consult this when working with the web layer, controllers, views, liveviews etc.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill working with Phoenix Framework. Consult this when working with the web layer, controllers, views, liveviews etc.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when writing ANY code in the Stride project (this Phoenix/Elixir kanban application). Invoke BEFORE implementing features, fixing bugs, or making UI changes. Invoke BEFORE marking any development task as complete.
Integration instructions for Stride kanban platform with AI-human collaboration workflows, client-side hooks, and task management API
INTERNAL — invoked only by stride:stride-workflow. Do NOT invoke from a user prompt. Contains the claim API contract (POST /api/tasks/claim payload and required before_doing_result shape) and the before_doing hook execution pattern, used during the orchestrator's claim phase.
INTERNAL — invoked only by stride:stride-workflow. Do NOT invoke from a user prompt. Contains the completion API contract (PATCH /api/tasks/:id/complete required fields including completion_summary, actual_complexity, after_doing_result, before_review_result, explorer_result, reviewer_result), used during the orchestrator's completion phase.
INTERNAL — invoked only by stride:stride-workflow. Do NOT invoke from a user prompt. Contains the goal/batch creation contract (POST /api/tasks/batch root key MUST be "goals" not "tasks", dependency index format), used during the orchestrator's goal-decomposition phase.
INTERNAL — invoked only by stride:stride-workflow. Do NOT invoke from a user prompt. Contains the work-task and defect creation contract (POST /api/tasks field formats — verification_steps and key_files as object arrays, testing_strategy arrays), used during the orchestrator's goal-decomposition and task-creation phases.
| name | phoenix-framework |
| description | Use this skill working with Phoenix Framework. Consult this when working with the web layer, controllers, views, liveviews etc. |
| metadata | {"managed-by":"usage-rules"} |
mix usage_rules.search_docs "search term" -p phoenix
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 servers