hamakyo

7 mods across 1 repository, 2 stars between them.

hamakyo/okf-skills

Instructions file CodexOpenCode

Instructions for hamakyo/okf-skills, covering codex instructions, before you work, skill rules, okf rules and editing rules.

2 11d ago A 470 tokens original MIT

hamakyo/okf-skills

Instructions file

Instructions for hamakyo/okf-skills, covering claude code instructions, repository purpose, before making changes, skill usage policy and okf usage policy.

2 11d ago A 478 tokens original MIT

implement-feature

03

hamakyo/okf-skills

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.

2 11d ago A 50 tokens original MIT

update-okf

04

hamakyo/okf-skills

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.

2 11d ago A 58 tokens original MIT

add-test

05

hamakyo/okf-skills

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.

2 11d ago A 52 tokens original MIT

investigate-bug

06

hamakyo/okf-skills

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.

2 11d ago A 45 tokens original MIT

refactor-safely

07

hamakyo/okf-skills

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.

2 11d ago A 52 tokens original MIT