Agent skill · software engineering · mvanhorn

pp-public-param-golden

Printing Press CLI for Public Param Golden. Public parameter name golden fixture

Why this skill is useful

Adds specific commands and usage patterns for the public-param-golden-pp-cli that the AI wouldn't reliably generate on its own.

What it needs

Requires public-param-golden-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

Public Param Golden — Printing Press CLI Prerequisites: Install the CLI This skill drives the public-param-golden-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: public-param-golden-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. Public parameter name golden fixture Command Reference stores — Store lookup operations public-param-golden-pp-cli stores create — Create a store record public-param-golden-pp-cli stores find — Find nearby stores by address 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 No authentication required. Run public-param-golden-pp-cli doctor to verify setup. Agent Mode Add --agent to any command. Expands to: --json --compact --no-input --no-color. …

How to use it

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

@skills mvanhorn/public-param-golden

View the source on GitHub

Browse the @skills marketplace