# AGENTS.md - Apple Developer Documentation CLI

You are being asked to install or use the Apple Developer Documentation CLI from the Printing Press library.

## What it is

apple-docs-pp-cli is an agent-native command line tool for Apple Developer Documentation. Every Apple framework, indexed locally, with deprecation analysis and an MCP server no other Apple-docs tool has.
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 apple-docs

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/apple-docs

## MCP server

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

## After install

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

## Links

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