# AGENTS.md - Jimmy John's CLI

You are being asked to install or use the Jimmy John's CLI from the Printing Press library.

## What it is

jimmy-johns-pp-cli is an agent-native command line tool for Jimmy John's. First terminal CLI for Jimmy John's ordering — local Unwich conversion, agent-native JSON, every endpoint typed.
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 jimmy-johns

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/jimmy-johns

## MCP server

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

## After install

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

## Links

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