From a597cb6d9e41b3c117ca791538764c8ccbe52119 Mon Sep 17 00:00:00 2001 From: Michael Sitarzewski Date: Sun, 28 Jun 2026 19:32:09 -0500 Subject: [PATCH] docs(readme): announce the native Agency Agents app (#621) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The catalog now has a native desktop app (macOS/Linux/Windows) that browses the whole roster and installs it into Claude Code, Cursor, Codex, Gemini, Osaurus and more โ€” no clone, no scripts, auto-updating. - Add a top callout banner + a "Download app" release shield for discovery. - Lead Quick Start with "Option 1: Install the app (Recommended)"; the CLI paths shift down one (Claude Code โ†’ Option 2, Reference โ†’ 3, Other Tools โ†’ 4) and stay intact for command-line users. Co-authored-by: Claude Opus 4.8 (1M context) --- README.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48d3a1e5..a7bab765 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com) [![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-pink?logo=github)](https://github.com/sponsors/msitarzewski) +[![Download the app](https://img.shields.io/github/v/release/msitarzewski/agency-agents-app?label=Download%20app&color=2563eb)](https://github.com/msitarzewski/agency-agents-app/releases/latest) + +> ### ๐Ÿ†• There's an app now +> +> **[Agency Agents](https://agencyagents.app)** is a native app for **macOS, Linux & Windows** that browses the entire roster and installs it into Claude Code, Cursor, Codex, Gemini, Osaurus, and more โ€” with a click. No clone, no scripts, and it auto-updates. +> +> **โ†’ [Download the latest release](https://github.com/msitarzewski/agency-agents-app/releases/latest) ยท [agencyagents.app](https://agencyagents.app)** --- @@ -24,7 +31,19 @@ Born from a Reddit thread and months of iteration, **The Agency** is a growing c ## โšก Quick Start -### Option 1: Use with Claude Code (Recommended) +### Option 1: Install the app (Recommended) + +The fastest way in โ€” no clone, no terminal. [**Agency Agents**](https://agencyagents.app) is a native desktop app (macOS ยท Linux ยท Windows) that browses the whole roster and installs agents into Claude Code, Cursor, Codex, Gemini CLI, OpenCode, Qwen, and Osaurus for you, then keeps them up to date. + +**[โฌ‡ Download the latest release](https://github.com/msitarzewski/agency-agents-app/releases/latest)** โ€” or on a Mac: + +```bash +brew install --cask msitarzewski/agency-agents/agency-agents +``` + +Prefer the command line? The script-based options below install the same agents. + +### Option 2: Use with Claude Code ```bash # Install all agents to your Claude Code directory @@ -37,7 +56,7 @@ cp engineering/*.md ~/.claude/agents/ # "Hey Claude, activate Frontend Developer mode and help me build a React component" ``` -### Option 2: Use as Reference +### Option 3: Use as Reference Each agent file contains: - Identity & personality traits @@ -47,7 +66,7 @@ Each agent file contains: Browse the agents below and copy/adapt the ones you need! -### Option 3: Use with Other Tools (GitHub Copilot, Antigravity, Gemini CLI, OpenCode, OpenClaw, Cursor, Aider, Windsurf, Kimi Code, Codex) +### Option 4: Use with Other Tools (GitHub Copilot, Antigravity, Gemini CLI, OpenCode, OpenClaw, Cursor, Aider, Windsurf, Kimi Code, Codex) ```bash # Step 1 -- generate integration files for all supported tools