Claude Skill
Shpigford/chops
Chops is a macOS app to browse, edit, and manage AI agent skills across Claude Code, Cursor, Codex, Windsurf, and Amp. Built with SwiftUI for centralized skill organization.
Overview
Repository
Install this Skill
git clone https://github.com/Shpigford/chops.gitRegistry
git clone https://github.com/Shpigford/chops.gitnpm install # first time only
Summary
Chops is a macOS app built with SwiftUI that lets you browse, edit, and manage AI agent skills across multiple platforms including Claude Code, Cursor, Codex, Windsurf, and Amp. It centralizes skill organization for AI-powered development tools.
你的AI代理技能,终于整理好了。一款macOS应用,用于浏览、编辑和管理Claude Code、Cursor、Codex、Windsurf及Amp中的技能。
Key features
- Browse, edit, and manage AI agent skills in one place
- Supports Claude Code, Cursor, Codex, Windsurf, and Amp
- Native macOS app built with SwiftUI
- Centralized skill organization for multiple AI tools
Use cases
- Organizing custom skills for Claude Code across projects
- Managing AI agent prompts and configurations for Cursor
- Centralizing skill definitions for Codex, Windsurf, and Amp
- Editing and syncing skills between different AI coding assistants
README excerpt
<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, Copilot, 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 man