omgskills Get the Mac app
Skill

printing-press-score

@mvanhorn 4.2k stars Updated 2026-07-23 Author match: High

Score a generated CLI against the Steinberger bar, compare two CLIs side-by-side

ai-agentsclicli-generatordeveloper-toolsgolangopenapi

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
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

View on GitHub

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