printing-press-score
Score a generated CLI against the Steinberger bar, compare two CLIs side-by-side
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/mvanhorn/cli-printing-press /tmp/cli-printing-press && ln -s /tmp/cli-printing-press/skills/printing-press-score ~/.claude/skills/printing-press-score
From README
/printing-press-score Score generated CLIs against the Steinberger bar. Supports rescoring, scoring by name/path, and comparing two CLIs. Prerequisites Go 1.26.5 or newer installed cli-printing-press binary on PATH ( with go github.com/mvanhorn/cli-printing-press/v4/cmd/cli-printing-press@latest) Step 0: Before any other commands, run the contract to verify the cli-printing-press binary is on PATH and initialize scope variables: After running the contract, capture the PRINTINGPRESSBIN= line from stdout. Every subsequent cli-printing-press ... invocation in this skill must use that absolute path (substitute the value, not the literal $PRINTINGPRESSBIN token) — export PATH above only affects the single Bash tool call it runs in, so later calls open a fresh shell where bare cli-printing-press resolves against the user's default PATH and a stale global can shadow the local build. After capturing the binary path, check binary version compatibility.
More from this repo
printing-press
Set up a new integration, connector, or CLI binding for any API.
printing-press-amend
Amend a published CLI from one of two input sources: (1) dogfood mode mines the active Claude Code session transcript...
printing-press-import
Bring a published CLI from the public library into the internal library so it's identical to a freshly-generated copy —...