packaging

packaging is a skill for Claude Code, Codex from kitchen-engineer42/joharnessburg. It costs 137 tokens per session (2,125 once invoked), scanned A, original, MIT.

A knowledge-packaging skill that turns cleaned and cross-linked project knowledge into discoverable skills for Claude Code and Codex. A skill is a reusable set of instructions an agent can load for a project.

In plain words
What is it for?
Use it when the knowledge phases are complete to publish the resulting skills, references, scripts, and assets into the project's Claude Code and Codex skill folders.
Why use it?
It converts temporary knowledge-processing output into organized guidance that later coding sessions can find and use.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the john plugin — 28 skills, 5 commands, 5 agents, 3 hooks shipped together

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.

agentmods
npx agentmods add skills/kitchen-engineer42/joharnessburg/packaging
Any agent
npx skills add kitchen-engineer42/joharnessburg --skill packaging
Clone the repo
git clone --depth 1 https://github.com/kitchen-engineer42/joharnessburg

Made for: Claude Code, Codex.

Or install john, the plugin that ships this one along with the rest of its 28 skills, 5 commands, 5 agents, 3 hooks.

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 packaging

README.md
[![agentmods](https://agentmods.dev/badge/skills/kitchen-engineer42/joharnessburg/packaging.svg)](https://agentmods.dev/skills/kitchen-engineer42/joharnessburg/packaging)
Your own site
<a href="https://agentmods.dev/skills/kitchen-engineer42/joharnessburg/packaging"><img src="https://agentmods.dev/badge/skills/kitchen-engineer42/joharnessburg/packaging.svg" alt="Measured on agentmods" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,125 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00137 $0.02125
Opus 5 $0.00068 $0.01063
Sonnet 5 $0.00027 $0.00425
Haiku 4.5 $0.00014 $0.00213

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

Security

Grade A, and why

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 5d 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.

plugins/joharnessburg/skills/packaging/SKILL.md · 127 lines

How it starts

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

packaging

The knowledge phases end here. Packaging turns John's working knowledge state (in <project>/.john/knowledge/) into the deliverable that the app phases consume. For dual-provider projects, emit the same produced skills into both provider discovery roots:

  • Claude Code: <project>/.claude/skills/
  • Codex: <project>/.agents/skills/

After this phase, the produced skills are project-scoped skills auto-discovered by the matching provider session that builds the app.

Where the work happens

  • Inputs: <project>/.john/knowledge/<entry-id>/{header.md, body.md} (from [[knowledge-rewrite]])
  • Outputs:
    • <project>/.claude/skills/<skill-name>/SKILL.md
    • <project>/.agents/skills/<skill-name>/SKILL.md
    • optional references/, scripts/, assets/ in both provider roots when needed

<project>/.claude/skills/ is Claude Code's project-scoped skill auto-discovery path. <project>/.agents/skills/ is Codex's project-scoped skill auto-discovery path. Keep the two trees content-identical unless a provider-specific path or command truly requires a fork.

What "skill" means here

A skill in Claude Code is one directory with at minimum a SKILL.md:

<project>/.claude/skills/<skill-name>/       # Claude Code
<project>/.agents/skills/<skill-name>/       # Codex
├── SKILL.md          # required: YAML frontmatter + markdown body
├── references/       # optional: deeper material loaded on demand
├── scripts/          # optional: executable code
└── assets/           # optional: templates, icons, fonts, etc.

The frontmatter has name and description. Optionally metadata.triggers[] for keyword-based auto-load. Body is markdown — what the agent should do/know.

This is the same skill format John itself ships. Your packaging output is structurally identical to a John meta-skill or phase skill — the difference is who wrote it (humans for John core; a John-equipped agent during the knowledge phases for produced knowledge).

Mapping knowledge entries → skills

Read the full file on GitHub · 127 lines

Files

What ships with it

3 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. 5d ago First seen · 127 lines · 137 tokens per session scan A c98b8e259478

Subscribe to this mod's changes

packaging is a skill published in the GitHub repository kitchen-engineer42/joharnessburg (9 stars, last pushed 1mo ago), licensed MIT. It adds 137 tokens to every session and 2,125 once invoked, about $0.0007 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.