issy
Navigation — AI Agents

AI Agents

issy learn is the canonical AI-agent reference for issy. It prints compact, versioned instructions for the installed CLI, including when to use issy, how to write issues, how roadmap ordering works, and which commands to run.

issy learn

Automatic agent setup

Add this line to AGENTS.md so agents know when to load the issy guidance:

When the task involves creating, reading, updating, listing, searching, prioritizing, closing, reopening, or choosing project issues, tasks, bugs, improvements, or roadmap work, run `issy learn` first and follow its guidance.

Bootstrap skill

For assistants that support skills, install the lightweight bootstrap skill:

issy skill install

Or, without running the issy wrapper:

npx skills add miketromba/issy

The skill only defines the relevance rule and tells the assistant to run issy learn. The operational reference lives in the CLI so it stays aligned with the installed issy version. The issy CLI still needs to be available when the assistant runs issy learn.