Claude Skill
Shpigford/chops
Chops 是一款 macOS 应用,可在 Claude Code、Cursor、Codex、Windsurf 和 Amp 中浏览、编辑和管理 AI 代理技能。基于 SwiftUI 构建,实现技能集中管理。
概览
仓库信息
安装这个 Skill
git clone https://github.com/Shpigford/chops.gitRegistry 信息
git clone https://github.com/Shpigford/chops.gitnpm install # first time only
项目简介
Chops 是一款基于 SwiftUI 构建的 macOS 应用,可让您在 Claude Code、Cursor、Codex、Windsurf 和 Amp 等多个平台上浏览、编辑和管理 AI 代理技能。它将 AI 驱动开发工具的技能组织集中到一个界面中。
Your AI agent skills, finally organized. A macOS app to browse, edit, and manage skills across Claude Code, Cursor, Codex, Windsurf, and Amp.
要点
- 在一个地方浏览、编辑和管理 AI 代理技能
- 支持 Claude Code、Cursor、Codex、Windsurf 和 Amp
- 基于 SwiftUI 构建的原生 macOS 应用
- 为多个 AI 工具提供集中的技能管理
使用场景
- 跨项目组织 Claude Code 的自定义技能
- 管理 Cursor 的 AI 代理提示和配置
- 集中管理 Codex、Windsurf 和 Amp 的技能定义
- 在不同 AI 编程助手之间编辑和同步技能
README 摘要
<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