pre-pr

pre-pr is a skill for Claude Code, Codex from plastic-labs/honcho. It costs 69 tokens per session (621 once invoked), scanned A, original, AGPL-3.0.

A pull-request preparation checklist for changes in the Honcho code repository. A pull request is a proposed code change that others review before it is merged.

In plain words
What is it for?
Preparing a Honcho branch for a pull request, checking whether it is ready, and writing its Description, Proofs, and Fixes sections.
Why use it?
It helps catch missing issue links, tests, or documentation before review and fills in the repository’s required summary sections.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

About the project

Honcho is a memory service for software agents that stores messages and events, builds representations of people and other entities over time, and provides session context, search results, and natural-language insights. It is for developers building agents that need persistent, changing state across conversations and projects, using a managed service, local stack, or self-hosted FastAPI server. The catalogue entries connect coding agents and MCP clients to Honcho’s memory system.

plastic-labs/honcho · 7,022 stars · on GitHub · docs.honcho.dev

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/plastic-labs/honcho/pre-pr
Any agent
npx skills add plastic-labs/honcho --skill pre-pr
Clone the repo
git clone --depth 1 https://github.com/plastic-labs/honcho

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 pre-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/plastic-labs/honcho/pre-pr.svg)](https://agentmods.dev/skills/plastic-labs/honcho/pre-pr)
Your own site
<a href="https://agentmods.dev/skills/plastic-labs/honcho/pre-pr"><img src="https://agentmods.dev/badge/skills/plastic-labs/honcho/pre-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 621 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00069 $0.00621
Opus 5 $0.00034 $0.00311
Sonnet 5 $0.00014 $0.00124
Haiku 4.5 $0.00007 $0.00062

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

Security

Grade A, and why

pre-pr 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 6d 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.

skills/pre-pr/SKILL.md · 64 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 64 lines · 69 tokens per session scan A 4f16d8156d41

Subscribe to this mod's changes

pre-pr is a skill published in the GitHub repository plastic-labs/honcho (7,022 stars, last pushed yesterday), licensed AGPL-3.0. It adds 69 tokens to every session and 621 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

plur-memory

Persistent learning for AI agents. Open engram format. Your agent learns from corrections, remembers across sessions, and transfers knowledge across domains.

plur-ai/plur · 31 tokens

plur-session-end

Extract durable learnings at the end of a session. Saves corrections, preferences, and codebase patterns as engrams — nothing ephemeral, nothing sensitive.

plur-ai/plur · 35 tokens

plur-memory

Your memory stays on your machine. No cloud, no tracking, no API key. PLUR makes your OpenClaw remember — and shares that memory with every other tool you use.

plur-ai/plur · 41 tokens

mnemo-cortex

Installs and wires Mnemo Cortex (local-first persistent memory) into OpenClaw and other MCP-capable agents. Use for cross-session recall, decision history, or multi-agent shared memory.

GuyMannDude/mnemo-cortex · 44 tokens

ori-memory

Persistent agent memory with learning retrieval. Knowledge graph on markdown files — capture insights, decisions, research, and learnings during work, then retrieve them weeks or months later. Use when knowledge is too valuable to lose but too much to inject into every prompt.

aayoawoyemi/Ori-Mnemos · 54 tokens

anneal-memory

Persistent four-layer agent memory (episodic + continuity + Hebbian + affective) plus a prospective spore layer and an on-demand crystallized-pattern tier, via anneal-memory. Use in any project wired for anneal-memory — an ANNEALMEMORYDB env var, an anneal://continuity MCP resource, or memory instructions referencing…

phillipclapham/anneal-memory · 170 tokens