pp-learn-disabled-example

pp-learn-disabled-example is a skill for Claude Code, Codex from mvanhorn/cli-printing-press. It costs 25 tokens per session (2,342 once invoked), scanned A, original, MIT.

A test fixture for the Printing Press command-line tool that checks its option to disable learning during generation.

In plain words
What is it for?
Installing and checking the required CLI, then testing the learn-disabled generation path.
Why use it?
It verifies that the tool can produce output without its normally enabled learning loop when that setting is intentionally turned off.

Skill for Claude CodeCodex

Part of the cli-printing-press plugin — 19 skills, 1 hook 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/mvanhorn/cli-printing-press/learn-disabled-example
Any agent
npx skills add mvanhorn/cli-printing-press --skill learn-disabled-example
Clone the repo
git clone --depth 1 https://github.com/mvanhorn/cli-printing-press

Made for: Claude Code, Codex.

Or install cli-printing-press, the plugin that ships this one along with the rest of its 19 skills, 1 hook.

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 pp-learn-disabled-example

README.md
[![agentmods](https://agentmods.dev/badge/skills/mvanhorn/cli-printing-press/learn-disabled-example.svg)](https://agentmods.dev/skills/mvanhorn/cli-printing-press/learn-disabled-example)
Your own site
<a href="https://agentmods.dev/skills/mvanhorn/cli-printing-press/learn-disabled-example"><img src="https://agentmods.dev/badge/skills/mvanhorn/cli-printing-press/learn-disabled-example.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,342 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 $0.00025 $0.02342
Opus 5 $0.00013 $0.01171
Sonnet 5 $0.00005 $0.00468
Haiku 4.5 $0.00003 $0.00234

Measured 4d ago against content hash 8c4a1823bfba, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pp-learn-disabled-example 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 4d 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.

testdata/golden/expected/generate-learn-disabled-api/learn-disabled-example/SKILL.md · 210 lines

How it starts

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

Learn Disabled Example — Printing Press CLI

Prerequisites: Install the CLI

This skill drives the learn-disabled-example-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:

  1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows:
    npx -y @mvanhorn/printing-press-library install learn-disabled-example --cli-only
    
  2. Verify: learn-disabled-example-pp-cli --version
  3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill.

If the npx install fails before this CLI has a public-library category, install Node or use the category-specific Go fallback after publish.

If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds.

Golden fixture exercising the learn.disabled generation-time opt-out. With the self-learning loop on by default for every fresh print, this fixture pins the ONLY sanctioned way to print without it: learn.disabled: true. The locked artifacts must carry no internal/learn tree, no teach/recall/learnings commands, no learn store schema, and no self-learning sections in README.md / SKILL.md / AGENTS.md. A regression here means either the opt-out stopped working (learn surface appears) or the default leaked into an opted-out spec.

When Not to Use This CLI

Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and analysis.

Command Reference

games — Minimal syncable resource so the disabled shape still keeps its profile-derived store; the opt-out must remove the learn surface, not the ordinary data layer.

Read the full file on GitHub · 210 lines

Files

What ships with it

5 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. 4d ago First seen · 210 lines · 25 tokens per session scan A 8c4a1823bfba

Subscribe to this mod's changes

pp-learn-disabled-example is a skill published in the GitHub repository mvanhorn/cli-printing-press (4,615 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 2,342 once invoked, about $0.0001 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.