okhp3-process-capture

okhp3-process-capture is a skill for Claude Code, Codex from OKHP3/skillz. It costs 128 tokens per session (850 once invoked), scanned A, original, MIT.

A method for turning a repeated task into either a backlog note or a starter skill. A skill is a reusable set of instructions for an agent.

In plain words
What is it for?
Use it when the same task keeps recurring, when someone asks to capture a process, or at the end of a session with a repeatable pattern. It identifies the task, tools, inputs, outputs, exceptions, and suitable skill family.
Why use it?
It prevents useful working patterns from being forgotten and checks whether the task is stable enough to document. It records judgment calls that future instructions would need to include.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

Good fit Use it when the same task keeps recurring, when someone asks to capture a process, or at the end of a session with a repeatable pattern. It identifies the task, tools, inputs, outputs, exceptions, and suitable skill family.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okhp3/skillz/okhp3-process-capture
View source ↗ OKHP3/skillz
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OKHP3/skillz --skill okhp3-process-capture
Clone the repo
git clone --depth 1 https://github.com/OKHP3/skillz

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for okhp3-process-capture

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-process-capture.svg)](https://agentmods.dev/skills/okhp3/skillz/okhp3-process-capture)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-process-capture"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-process-capture.svg" alt="Measured on agentmods" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 850 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00128 $0.00850
Opus 5 $0.00064 $0.00425
Sonnet 5 $0.00026 $0.00170
Haiku 4.5 $0.00013 $0.00085

Measured 7d ago against content hash 49cd98e75a75, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

okhp3-process-capture scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/okhp3-process-capture/SKILL.md · 46 lines

How it starts

The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.

okhp3-process-capture

OverKill Hill P³ · overkillhill.com · github.com/OKHP3

The intake mechanism. Turns "I just did this for the third time" into a structured artifact, not a lost observation.

Process

  1. Extract the pattern. From the current conversation (or a description the user gives), identify: what was the task, what tools/skills were used, what was the input, what was the output, were there corrections or judgment calls along the way that would need to be encoded as instructions.

  2. Assess readiness. Has this pattern stabilized enough to write down, or is this still "developing taste" (per the original delegation-contract framing — genuinely novel judgment calls each time means it's not a skill yet)?

    • Not ready -> write a docs/BACKLOG.md entry (date, task, times observed, candidate family, status: captured). Stop here.
    • Ready -> continue to step 3.
  3. Determine target family. Does this fit an existing family (mermaid/, social-posting/, or this repo's own process-capture/), or does it need a new top-level family? If new, note this explicitly — adding a new family directory is a bigger decision than adding a skill within one, and the user should confirm.

  4. Produce the skeleton. Frontmatter (name, "pushy" description per skill-creator's triggering guidance) + section-header outline matching the body's intended structure, with 1-2 sentence descriptions per section and pointers to reference files that will need authoring. Match the structure of existing skills in this repo (core+domain pattern for multi-skill families, single-skill pattern for self-contained ones).

  5. Update the index. Add the new skill's trigger row to root AGENTS.md, even though the skeleton isn't fully authored yet — mark it in the "Planned" section if the body is still mostly TOC, move to "Active" once authored.

Handoff

A skeleton from this skill is a starting point for skill-creator (the Anthropic example skill, if available) for full authoring, testing, and description-optimization — this skill does intake and structure, not iteration and evals.

Read the full file on GitHub · 46 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 46 lines · 128 tokens per session scan A 49cd98e75a75

Subscribe to this mod's changes

okhp3-process-capture is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed yesterday), licensed MIT. It adds 128 tokens to every session and 850 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.