okhp3-handoff-packaging

okhp3-handoff-packaging is a skill for Claude Code, Codex from OKHP3/skillz. It costs 113 tokens per session (1,797 once invoked), scanned A, original, MIT.

A packaging method for assembling validated business-process documents into a publication-ready handoff bundle. The bundle includes a file manifest, an approvals record, and a structured directory for sharing, archiving, or committing to a repository.

In plain words
What is it for?
Use it to prepare process documentation for publication, audit, certification, onboarding, stakeholder handoff, or repository storage.
Why use it?
It checks that the required process documents have passed validation before they are handed to stakeholders, an archive, or a document-management system. It cannot package the set when the validation report says it is not ready.

Skill for Claude CodeCodex

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

Good fit Use it to prepare process documentation for publication, audit, certification, onboarding, stakeholder handoff, or repository storage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okhp3/skillz/okhp3-handoff-packaging
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-handoff-packaging
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-handoff-packaging

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-handoff-packaging/github.svg)](https://agentmods.dev/skills/okhp3/skillz/okhp3-handoff-packaging)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-handoff-packaging"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-handoff-packaging/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for okhp3-handoff-packaging

Your own site · 80×15
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-handoff-packaging"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-handoff-packaging.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,797 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.00113 $0.01797
Opus 5 $0.00056 $0.00898
Sonnet 5 $0.00023 $0.00359
Haiku 4.5 $0.00011 $0.00180

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

Security

Grade A, and why

okhp3-handoff-packaging 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 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/build-publication-bundle.mjs, tests/validate-skill.test.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-handoff-packaging/SKILL.md · 179 lines

How it starts

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

okhp3-handoff-packaging

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

Purpose

Assemble all validated process artifacts into a publication-ready bundle. The bundle includes a machine-readable manifest, an approvals record for ISO 9001 §7.5.3 document control, and a structured directory suitable for archiving, sharing, or committing to a repository.


When to use this skill

  • validation-report.yaml exists with ready_for_publication: true (Band A or B)
  • User is ready to hand off the process documentation to stakeholders or a document management system
  • User wants to create a release package for audit, certification, or onboarding

When NOT to use this skill

  • Validation report is missing or ready_for_publication: false — run process-validation-and-quality-scoring first
  • Only a subset of artifacts is ready — wait until all required artifacts pass validation

Required Bundle Contents

The following artifacts must be present and validated before bundling:

Artifact Source skill Required
pir.yaml process-intake-and-scope yes
pns.yaml process-narrative-authoring yes
bpmn-beta.mmd visual-process-modeling yes
sop.md sop-and-work-instruction-generation yes
validation-report.yaml process-validation-and-quality-scoring yes
stakeholder-register.yaml stakeholder-and-role-mapping recommended
raci.md raci-and-governance-matrix-generation recommended
sipoc.md sipoc-generation recommended
decision-model.yaml decision-model-authoring if ≥3 gateways
work-instructions.md sop-and-work-instruction-generation recommended
gap-analysis.yaml process-gap-and-exception-analysis if redesign
measures-register.yaml process-measures-and-controls-definition if governance extended

Bundle Directory Structure

process-artifacts/<process-id>/
├── MANIFEST.yaml
├── APPROVALS.yaml
├── pir.yaml
├── pns.yaml
├── pns.md
├── bpmn-beta.mmd
├── sop.md
├── work-instructions.md          (optional)
├── stakeholder-register.yaml     (recommended)
├── raci.md                       (recommended)
├── sipoc.md                      (recommended)
├── validation-report.yaml
├── decision-model.yaml           (if ≥3 gateways)
├── gap-analysis.yaml             (if redesign)
└── measures-register.yaml        (if governance extended)

Read the full file on GitHub · 179 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 179 lines · 113 tokens per session scan A c18ad0516f20

Subscribe to this mod's changes

okhp3-handoff-packaging is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed today), licensed MIT. It adds 113 tokens to every session and 1,797 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.

Related

Other skills, from other repositories