Your AI agent skills, finally organized. A macOS app to browse, edit, and manage skills across Claude Code, Cursor, Codex, Windsurf, and Amp.
<p align="center"> <img src="site/public/favicon.png" width="128" height="128" alt="Chops icon" /> </p> <h1 align="center">Chops</h1> <p align="center">Your AI skills and agents, finally organized.</p> <p align="center"> <a href="https://github.com/Shpigford/chops/releases/latest/download/Chops.dmg">Download</a> · <a href="https://chops.md">Website</a> · <a href="https://x.com/Shpigford">@Shpigford</a> </p> <p align="center"> <img src="site/public/screenshot.png" width="720" alt="Chops screenshot" /> </p> One macOS app to discover, organize, and edit coding agent skills and agents across Claude Code, Cursor, Codex, Windsurf, and Amp. Stop digging through dotfiles. ## Features - **Multi-tool support** — Claude Code, Cursor, Codex, Windsurf, Cursor, Aider, Amp - **Skills + Agents** — Discovers both skills and agents from each tool's directories - **Built-in editor** — Monospaced editor with Cmd+S save, frontmatter parsing - **Collections** — Organize skills and agents without modifying source files - **Real-time file watching** — FSEvents-based, instant updates on disk changes - **Full-text search** — Search across name, description, and content - **Create new skills & agents** — Generates correct boilerplate per tool - **Remote servers** — Connect to servers running [OpenClaw](https://openclaw.ai), [Hermes](https://github.com/NousResearch/hermes-agent), or other layouts to discover, browse, and install skills ## Prerequisites - **macOS 15** (Sequoia) or later - **Xcode** with command-line tools (`xcode-select --install`) - **Homebrew** ([brew.sh](https://brew.sh)) - **xcodegen** — `brew install xcodegen` Sparkle (auto-update framework) is the only external dependency and is pulled automatically by Xcode via Swift Package Manager. No manual setup needed. ## Quick Start ```bash git clone https://github.com/Shpigford/chops.git cd chops brew install xcodegen # skip if already installed xcodegen generate # generates Chops.xco
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.