From ce41d994d85c06a6e22a9cafe5767406d708a0ad Mon Sep 17 00:00:00 2001 From: 4shil <166588383+4shil@users.noreply.github.com> Date: Sun, 8 Mar 2026 22:07:32 +0530 Subject: [PATCH] Add Option 3 (multi-tool install) to Quick Start section --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 8ee3453..b6cad18 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,23 @@ Each agent file contains: Browse the agents below and copy/adapt the ones you need! +### Option 3: Use with Other Tools (Cursor, Aider, Windsurf, Gemini CLI, OpenCode) + +```bash +# Step 1 -- generate integration files for all supported tools +./scripts/convert.sh + +# Step 2 -- install interactively (auto-detects what you have installed) +./scripts/install.sh + +# Or target a specific tool directly +./scripts/install.sh --tool cursor +./scripts/install.sh --tool aider +./scripts/install.sh --tool windsurf +``` + +See the [Multi-Tool Integrations](#-multi-tool-integrations) section below for full details. + --- ## 🎨 The Agency Roster