Agent skill · software engineering · mvanhorn

pp-printing-press-rich

Printing Press CLI for Printing Press Rich. Purpose-built fixture for rich auth env-var model coverage.

Why this skill is useful

Adds specific commands and usage patterns for the Printing Press CLI that the AI wouldn't reliably generate on its own.

What it needs

Requires printing-press-rich-pp-cli installed locally. About 11k tokens when loaded. Last updated 2026-08-06. 4,383 stars on the source repository.

What this skill does

Printing Press Rich — Printing Press CLI Prerequisites: Install the CLI This skill drives the printing-press-rich-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: 2. Verify: printing-press-rich-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. Purpose-built fixture for rich auth env-var model coverage. 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 items — Manage items printing-press-rich-pp-cli items — List items Finding the right command When you know what you want to do but not which command does it, ask the CLI directly: which resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code 0 means at least one match; exit code 2 means no confident match — fall back to --help or use a narrower query. --json (and other machine formats) keep that exit-2 contract and write {"matches":[]} on stdout so agents can inspect the envelope without treating a miss as success. Auth Setup Run printing-press-rich-pp-cli auth setup to print the URL and steps for getting a key (add --launch to open the URL). …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/printing-press-rich-auth

View the source on GitHub

Browse the @skills marketplace