# AGENTS.md - Jira Cloud Platform CLI

You are being asked to install or use the Jira Cloud Platform CLI from the Printing Press library.

## What it is

jira-pp-cli is an agent-native command line tool for Jira Cloud Platform. Jira Cloud platform REST API documentation
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 jira

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/jira

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/jira
- Library page: https://printingpress.dev/library/project-management/jira
- This file: https://printingpress.dev/documentation/jira/agents.md
