# printing-press-score

> Claude/Codex skill by [@mvanhorn](https://omgskills.com/library/mvanhorn/index.md) · 4.6k stars · Updated 2026-08-31

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

Tags: ai-agents, cli, cli-generator, developer-tools, golang, openapi

## Install

```sh
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.6 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.

## Links

- HTML page: https://omgskills.com/skills/mvanhorn/cli-printing-press/printing-press-score/
- GitHub: https://github.com/mvanhorn/cli-printing-press
- Author: [@mvanhorn](https://omgskills.com/library/mvanhorn/index.md)

## More from this repo

- [printing-press](https://omgskills.com/skills/mvanhorn/cli-printing-press/printing-press/index.md) — Set up a new integration, connector, or CLI binding for any API.
   - [@mvanhorn](https://omgskills.com/library/mvanhorn/index.md) · 4.6k stars
- [printing-press-amend](https://omgskills.com/skills/mvanhorn/cli-printing-press/printing-press-amend/index.md) — Amend a published CLI from one of two input sources: (1) dogfood mode mines the active Claude Code session transcript...
   - [@mvanhorn](https://omgskills.com/library/mvanhorn/index.md) · 4.6k stars
- [printing-press-import](https://omgskills.com/skills/mvanhorn/cli-printing-press/printing-press-import/index.md) — Bring a published CLI from the public library into the internal library so it's identical to a freshly-generated copy —...
   - [@mvanhorn](https://omgskills.com/library/mvanhorn/index.md) · 4.6k stars
