一键导入
codify
Action workflow for codifying a specific lesson, behavior, or guardrail into the strongest appropriate mechanism.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Action workflow for codifying a specific lesson, behavior, or guardrail into the strongest appropriate mechanism.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reference guide to all mechanisms for codifying behaviors, lessons, and guardrails — skills, subagents, hooks, tests, linters, scripts, and more. Trigger phrases: "what mechanism should I use", "how do I codify this", "where should this live", "what are my options for enforcing".
Debrief — Review the current session and persist lessons learned
Structured debugging workflow using scientific method. Trigger phrases: "debug this", "help me debug", "why is this failing", "find the bug", "this is broken", "fix this error".
Autonomous review loop — Codex CLI reviews, Claude refines, iterating to convergence. Trigger phrases: "codex review", "review this", "get a second opinion".
| name | codify |
| description | Action workflow for codifying a specific lesson, behavior, or guardrail into the strongest appropriate mechanism. |
| disable-model-invocation | true |
A structured workflow for taking a lesson, behavior, convention, or guardrail
and codifying it into the strongest, most appropriately scoped mechanism
available. This is the action counterpart to the codification-reference
skill — use that for browsing options, use this when you have something
specific to codify.
$ARGUMENTS — a description of what needs to be codified. Can be a lesson
learned, a behavior to enforce, a process to automate, or a convention to
establish.
Before choosing a mechanism, fully understand the input:
Ask clarifying questions if the input is ambiguous. Don't proceed until the scope is clear.
Load the codification-reference skill for the full mechanism taxonomy. Then
apply the decision process:
Selection principles:
Present the proposed mechanism to the user with:
Build the chosen mechanism:
skills/_template/ as starting point.Show the user what you're writing and get confirmation before each write.
After implementation: