# AGENTS.md - Pagliacci Pizza CLI

You are being asked to install or use the Pagliacci Pizza CLI from the Printing Press library.

## What it is

pagliacci-pp-cli is an agent-native command line tool for Pagliacci Pizza. Order Seattle's Pagliacci Pizza from the terminal — half-and-half pies, small-party planner, slice rotation, and rewards stacking.
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install pagliacci

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-pagliacci --force

OpenClaw:

    clawhub install printing-press-library/pagliacci

## MCP server

This CLI ships an MCP server (pagliacci-pp-mcp) with 57 tools. Point any MCP client at it, including Claude Desktop.

## After install

Call pagliacci-pp-cli from the shell, or use the /pp-pagliacci skill inside an agent.
Run pagliacci-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/pagliacci
- Library page: https://printingpress.dev/library/food-and-dining/pagliacci
- This file: https://printingpress.dev/documentation/pagliacci/agents.md
