Instructions file CodexOpenCode
Instructions for hamakyo/okf-skills, covering codex instructions, before you work, skill rules, okf rules and editing rules.
Instructions file CodexOpenCode
Instructions for hamakyo/okf-skills, covering codex instructions, before you work, skill rules, okf rules and editing rules.
Instructions file
Instructions for hamakyo/okf-skills, covering claude code instructions, repository purpose, before making changes, skill usage policy and okf usage policy.
Skill Claude CodeCodex
Use when adding a new feature or changing existing behavior in a codebase. Read OKF before implementation and prefer the smallest coherent change. Do not use for pure bug triage, test-only work, or behavior-preserving refactors.
Skill Claude CodeCodex
Use after implementation changes to update OKF from git diff or changed files. Extract durable behavior, architecture, domain, data, and playbook changes into relevant OKF documents and log entries. Do not use for temporary task notes or changes with no durable project knowledge impact.
Skill Claude CodeCodex
Use when adding or improving tests for existing behavior, regressions, edge cases, or coverage gaps. Follow existing test style and cover normal, error, and boundary cases where relevant. Do not use when behavior is undefined or implementation must change first.
Skill Claude CodeCodex
Use when a defect, regression, failing test, incident, or unclear failure needs investigation. Reproduce and analyze before fixing. Do not use when the exact root cause and approved fix are already known.
Skill Claude CodeCodex
Use when improving internal structure, readability, duplication, or maintainability without changing behavior. Keep diffs small and preserve public APIs, schemas, and user-visible behavior. Do not use when behavior, contracts, or migrations must change.