Add a badge to your README that gives users a ready-to-paste command for Claude Code, Cursor, or Codex. No .openwithagent.md file required — instructions encode right into the URL.
.openwithagent.md to your repo.
—
—
Optionally, add an .openwithagent.md file to your repo root with AI-friendly install instructions. When a user clicks the badge, we fetch it automatically.
# Install MyTool Clone the repo, install dependencies, and run the setup script. ## Steps 1. Clone: `git clone https://github.com/you/mytool.git` 2. Install: `cd mytool && npm install` 3. Setup: `npm run setup`
No file? No problem. If your repo doesn't have .openwithagent.md, we'll use the README.md as context and let the AI figure out the setup steps.
.openwithagent.md file is optional..openwithagent.md file approach instead.