### Install Starter Pack CLI Source: https://printingpress.dev/ Installs a recommended set of four hand-picked CLIs and skills with a single command. ```bash npx -y @mvanhorn/printing-press install starter-pack ``` -------------------------------- ### Install Printing Press Binary Source: https://printingpress.dev/ Installs the main Printing Press binary using Go. Verify the installation with `printing-press --version`. This binary is used to generate new CLIs from various sources. ```bash go install github.com/mvanhorn/cli-printing-press/v4/cmd/printing-press@latest ``` -------------------------------- ### Find Recipes with recipe-goat Source: https://printingpress.dev/ Searches for recipes based on keywords (e.g., 'chocolate cake') and ranks them by trust, specifying the number of servings. The recipe-goat CLI provides scalable servings and ingredient links. ```bash $ /pp-recipe-goat find chocolate cake --rank trust --servings 8 ``` -------------------------------- ### Combine Sports and Flight Search with espn and flight-goat Source: https://printingpress.dev/ Combines the espn and flight-goat CLIs to find the next game for a sports team (OKC) and the cheapest flight options for a round trip, including same-day return. ```bash $ /pp-espn nba okc round 2 game 1 + /pp-flightgoat sea-okc, fly-in same day ``` -------------------------------- ### Clone Printing Press Skills Repository Source: https://printingpress.dev/ Clones the repository for Claude Code skills. This is the recommended method for managing and updating Claude Code skills, using `git pull` for updates. ```bash git clone https://github.com/mvanhorn/cli-printing-press.git ``` -------------------------------- ### Query Blocked Issues with PrintingPress CLI Source: https://printingpress.dev/ Use this command to find issues that have been blocked for over a week. It queries the Linear API for issues where the blocker has not been updated recently. ```bash $ /pp-linear sql 'blocked issues whose blocker hasn\'t moved in 7 days' ``` ```sql linear-pp-cli sql --compact <