chops banner
Shpigford Shpigford

chops

Development community intermediate

Description

- **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

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Chops

Your AI skills and agents, finally organized.

Download · Website · @Shpigford

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, Hermes, 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)
  • xcodegenbrew 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

git clone https://github.com/Shpigford/chops.git
cd chops
brew install xcodegen    # skip if already installed
xcodegen generate        # generates Chops.xcodeproj from project.yml
open Chops.xcodeproj     # opens in Xcode

Then hit **Cmd+R** to build and run.

...