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.
TUI / CLI config manager for agentic harnesses (Amp, Claude Code, Opencode, Goose, Copilot CLI, Crush, Droid)
| Date | Stars |
|---|---|
| 2026-07-31 | 433 |
| 2026-08-06 | 433 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
 # Bridle Unified configuration manager for AI coding assistants. Manage profiles, install skills/agents/commands, and switch configurations across Claude Code, OpenCode, Goose, Amp, Copilot CLI, and Crush. ## Installation ### Try it instantly (no install) Run once without installing: | Package Manager | Command | | --------------- | -------------------- | | npx | `npx bridle-ai` | | bunx | `bunx bridle-ai` | | pnpm | `pnpm dlx bridle-ai` | ### Install globally For repeated use, install once: **Node package managers:** | Manager | Command | | ------- | -------------------------- | | npm | `npm install -g bridle-ai` | | bun | `bun install -g bridle-ai` | | pnpm | `pnpm add -g bridle-ai` | **Other methods:** ```bash # Homebrew brew install neiii/bridle/bridle # Cargo cargo install bridle # From source git clone https://github.com/neiii/bridle && cd bridle && cargo install --path . ``` ## Quick Start ```bash # Launch the TUI bridle # See what's configured across all harnesses bridle status # Create a profile from your current config bridle profile create claude work --from-current # Switch between profiles bridle profile switch claude personal ```  ## "Package Manager" for your harness With Bridle, you're able to install skills, agents, commands, and MCPs from any GitHub repository, similar to how Claude Code does it. With Bridle, however, you're not limited to just one harness; we auto-translate all the paths, namings, schemas, and configurations for you. ```bash # Install from GitHub bridle install owner/repo # What happens: # 1. Bridle scans the repo for skills, agents, commands, and MCPs # 2. You select which components to install # 3. You choose target harnesses and profiles # 4. Bridle translates paths and configs for each harness automatically ``` **Why this matters:** A skill written for Claude Code uses `~/.claude/skills/`. The same skill on OpenCode lives at `~/.config/opencode/skill/`. MCPs follow different JSON/YAML schemas. Bridle handles all these differences for you. | Component | Claude Code | OpenCode | Goose | Copilot CLI | Crush | | --------- | ----------- | -------- | ----- | ----------- | ----- | | Skills | `~/.claude/skills/` | `~/.config/opencode/skill/` | `~/.config/goose/skills/` | `~/.copilot/skills/` | `~/.config/crush/skills/` | | Agents | `~/.claude/plugins/*/agents/` | `~/.config/opencode/agent/` | — | `~/.copilot/agents/` | — | | Commands | `~/.claude/plugins/*/commands/` | `~/.config/opencode/command/` | — | — | — | | MCPs | `~/.claude/.mcp.json` | `opencode.jsonc` | `config.yaml` | `~/.copilot/mcp-config.json` | `crush.json` | ## Core Concepts **Harnesses** are AI coding assistants: `claude`, `opencode`, `goose`, `amp`, `copilot`, `crush` **Profiles** are saved configurations. Each harness can have multiple profiles (e.g., `work`, `personal`, `minimal`). Bridle copies the active profile's config into the harness's config directory when you switch. ## Commands ### Status & TUI | Command | Description | | --------------- | ------------------------------------------ | | `bridle` | Launch interactive TUI | | `bridle status` | Show active profiles across all harnesses | | `bridle init` | Initialize bridle config and default profiles | ### Profiles | Command | Description | | ------------------------------------------------------- | ------------------------------------------- | | `bridle profile list <harness>` | List all profiles for a harness | | `bridle profile show <harness> <name>` | Show profile details (model, MCPs, plugins) | | `bridle profile create <harness> <name>` | Create em
Excerpt of 6,913 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:f57f6a1ff09ddba8, topic:mcp