Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Your AI agent skills, finally organized. A macOS app to browse, edit, and manage skills across Claude Code, Cursor, Codex, Windsurf, and Amp.
| Date | Stars |
|---|---|
| 2026-07-31 | 1501 |
| 2026-08-04 | 1526 |
| 2026-08-06 | 1526 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<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 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.xcodeproj from project.yml open Chops.xcodeproj # opens in Xcode ``` Then hit **Cmd+R** to build and run. > **Note:** The Xcode project is generated from `project.yml`. If you change `project.yml`, re-run `xcodegen generate`. Don't edit the `.xcodeproj` directly. ### CLI build (no Xcode GUI) ```bash xcodebuild -scheme Chops -configuration Debug build ``` ## Project Structure ``` Chops/ ├── App/ │ ├── ChopsApp.swift # @main entry — SwiftData ModelContainer + Sparkle │ ├── AppState.swift # @Observable singleton — filters, selection, search │ └── ContentView.swift # Three-column NavigationSplitView, kicks off scanning ├── Models/ │ ├── Skill.swift # @Model — a discovered skill or agent file │ ├── Collection.swift # @Model — user-created skill groupings │ └── ToolSource.swift # Enum of supported tools, their paths and icons ├── Services/ │ ├── SkillScanner.swift # Probes tool directories, upserts skills into SwiftData │ ├── SkillParser.swift # Dispatches to FrontmatterParser or MDCParser │ ├── FileWatcher.swift # FSEvents listener, triggers re-scan on changes │ └── SearchService.swift # In-memory full-text search ├── Utilities/ │ ├── FrontmatterParser.swift # Extracts YAML frontmatter from .md files │ └── MDCParser.swift # Parses Cursor .mdc files ├── Views/ │ ├── Sidebar/ # Tool filters, skills/agents lists, collections │ ├── Detail/ # Skill editor, metadata display │ ├── Settings/ # Preferences & update UI │ └── Shared/ # Reusable components (ToolBadge, NewSkillSheet) ├── Resources/ # Asset catalog (tool icons, colors) └── Chops.entitlements # Disables sandbox (intentional) project.yml # xcodegen config — source of truth for Xcode project settings scripts/ # Release pipeline (release.sh) site/ # Marketing website (Astro 6) ``` ## Architecture
Excerpt of 7,850 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:bea8698a41521df8, topic:agents, desc:ai agent