PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing check_ps1.py via python3. From s-annam/okfmem.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing check_ps1.py via python3. From s-annam/okfmem.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Skill Claude CodeCodex
Implement a set of GitHub issues (an epic's sub-issues, or an explicit list) onto one branch as a single accumulated commit, delegating each issue to an isolated subagent, then run an adversarial review pass and open one PR via /open-pr. Use when the user says "implement batch", "/implement-batch", "implement these…
Skill Claude CodeCodex
Open a pull request against okfmem from your current work — branch if needed, commit, push, and create the PR with a filled body that links the issue. Use when the user says "open a PR", "send a PR", "/open-pr", or has finished a change and wants it reviewed.
Skill Claude CodeCodex
Revise a pull request against okfmem in response to review — check out the PR branch, fix what each unresolved thread asks for (or reply explaining why not), run the leak gate + checks, commit + push to the PR branch, then reply to and resolve the threads on GitHub. Use when the user says "revise the PR"…
Instructions file CodexOpenCode
Instructions for s-annam/okfmem, a project described as: okfmem engine — self-maintaining OKF markdown memory (decay + consolidation) for AI coding agents. Data lives in a separate private /okfmem-store.
Instructions file
Instructions for s-annam/okfmem, covering claude.md, hard rules (no exceptions), project overview, confirmation discipline and stack and commands.
Skill Claude CodeCodex
Judgment-driven memory curation (rare; routine hygiene is automatic via the okfmem consolidation Stop hook). Inventory, flag stale entries, propose deletions/compressions/semantic merges, rewrite MEMORY.md as tight one-line hooks. Hard approval gate before any deletion. Invoked as /okfmem-curate (alias…
Skill Claude CodeCodex
Topology restructuring for a bloated MEMORY.md — cluster flat pointers into lane indexes, rewrite MEMORY.md as a routing table with 'covers' clauses, verify link integrity. Not deletion (see okfmem-curate); nothing is lost, pointers only move. Hard approval gate before any write. Invoked as /okfmem-reindex.
Skill Claude CodeCodex
Session close-out — clean up tool-created worktrees/branches, write active state to STATE.md, capture durable insights as memory pages, and commit + push okfmem-store via okfmem sync. Drafts an impl-complete comment on the resolved GitHub issue via gh issue comment. Invoked as /okfmem-save (alias: /primer).
Skill Claude CodeCodex
High-level overview + status of the okfmem memory system — store location, per-project page/archive counts, decay/consolidation state, git sync status, hook + skill wiring health. /okfmem for the dashboard, /okfmem usage for the how-to.