원클릭으로
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: