Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill formula-derivation명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | formula-derivation |
| description | Derive research formulas. |
Use this skill when the task is not merely to prove a finished theorem, but to build the derivation itself:
Do not use this skill as a replacement for strict proof writing once the exact claim is already fixed and the user wants a theorem-proof package. In that case, hand off to proof-writer.
The derivation must be built around one invariant object. Do not start from scattered formulas. Start from the object that survives across regimes, then derive proxies, decompositions, and interpretations from it.
Prefer one of these outputs:
State explicitly:
Do not start symbolic manipulation before this is fixed.
Find the single quantity that should remain meaningful across regimes.
Examples:
If the current notes use a narrower quantity (c_i, throughput, delay, CW, etc.), decide whether it is:
Before deriving, list:
Do not introduce hidden assumptions mid-derivation unless they are clearly marked as extra local assumptions.
Every nontrivial part of the derivation must be labeled mentally as one of:
Never mix these without signaling the change.
If the goal is to split a quantity into components, start from the global quantity and then differentiate / decompose.
Pattern:
W = \sum_j \Gamma_j;c_i;Do not present the decomposition as if it appeared magically from one local variable itself. The split must come from the effect of changing that variable on the chosen global quantity.
If the theory must cover both a simplified regime and a more general regime, do not write two unrelated stories.
Use this pattern:
This prevents the simple case from looking like an exception and the general case from looking like a different theory.
If the true object is state dependent, adaptive, vector-valued, or otherwise complicated, but a theorem needs a simpler parameterization, write:
Use language such as:
Do not let the simplified case silently replace the real conceptual object.
For derivations intended for papers:
If a section starts to read like an internal lecture note, split it into:
At the end, state:
Especially guard against:
When the user is unsure how to start, try one of these common patterns:
Definition -> substitution -> simplification Use when the target formula is mostly algebraic.
Global quantity -> perturbation -> decomposition Use when the target needs direct / indirect, private / external, or local / global splitting.
Primitive law -> intermediate variable -> target expression Use when deriving from a physical principle, conservation law, or probabilistic identity.
Exact model -> approximation -> interpretable closed form Use when the exact formula is too heavy and a paper needs a usable surrogate.
General dynamic object -> frozen slice -> theorem -> return to general case Use when the real system is adaptive or state dependent, but the proof needs a simpler slice.
For an internal derivation note:
For a paper-style theory section:
proof-writerUse formula-derivation when the user says things like:
Use proof-writer only after: