A skill is the integration path written for an agent: what to do, in what order, and how to verify each step. Leave it in your repo and your agent uses it every time it touches CrossUp, without you explaining it.

Install

Copy the file below into .claude/skills/crossup/SKILL.md (Claude Code) or into your agent’s skills folder. It has no dependencies.

SKILL.md

What you will see

With the skill installed, the agent verifies the key before writing code, requests with the fields each moment needs, and finishes with a decision_id (the recommendation’s id) and a signal_id instead of “done”.

If you don’t see it

Integrate with your agent

The prompt and what an agent can do today.

llms.txt

The index and the reading order.