# AGENTS.md - Is It Agent Ready CLI

You are being asked to install or use the Is It Agent Ready CLI from the Printing Press library.

## What it is

isitagentready-pp-cli is an agent-native command line tool for Is It Agent Ready. The terminal scanner for AI-agent readiness: every check the web tool runs, plus copy-paste fixes, CI gating, scan history, and a local store the web UI has no answer for.
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 isitagentready

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/isitagentready

## MCP server

This CLI ships an MCP server (isitagentready-pp-mcp) with 1 tool. Point any MCP client at it, including Claude Desktop.

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/isitagentready
- Library page: https://printingpress.dev/library/developer-tools/isitagentready
- This file: https://printingpress.dev/documentation/isitagentready/agents.md
