bridle

作者 neiii已验证

TUI / CLI config manager for agentic harnesses (Amp, Claude Code, Opencode, Goose, Copilot CLI, Crush, Droid)

434
Stars
19
Forks
Rust
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/neiii/bridle

快速入门

使用 bridle 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Bridle

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 ManagerCommand
npxnpx bridle-ai
bunxbunx bridle-ai
pnpmpnpm dlx bridle-ai

Install globally

For repeated use, install once:

Node package managers:

ManagerCommand
npmnpm install -g bridle-ai
bunbun install -g bridle-ai
pnpmpnpm add -g bridle-ai

Other methods:

# 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

# 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

Screenshot

"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.

# 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.

ComponentClaude CodeOpenCodeGooseCopilot CLICrush
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.jsonopencode.jsoncconfig.yaml~/.copilot/mcp-config.jsoncrush.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

CommandDescription
bridleLaunch interactive TUI
bridle statusShow active profiles across all harnesses
bridle initInitialize bridle config and default profiles

Profiles

CommandDescription
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 empty profile
bridle profile create <harness> <name> --from-currentCreate profile from current config
bridle profile switch <harness> <name>Activate a profile
bridle profile edit <harness> <name>Open profile in editor
bridle profile diff <harness> <name> [other]Compare profiles
bridle profile delete <harness> <name>Delete a profile

Installing & Uninstalling

CommandDescription
bridle install <source>Install skills/MCPs from GitHub (owner/repo or URL)
bridle install <source> --forceOverwrite existing installations
bridle uninstall <harness> <profile>Interactively remove components [experimental]

Configuration

CommandDescription
bridle config get <key>Get a config value
bridle config set <key> <value>Set a config value

Config keys: profile_marker, editor, tui.view, default_harness

Output Formats

All commands support -o, --output <format>:

  • text (default) — Human-readable
  • json — Machine-readable
  • auto — Text for TTY, JSON for pipes

Configuration

Bridle stores its config at ~/.config/bridle/config.toml:

profile_marker = false  # Create marker files for debugging
editor = "code --wait"  # Editor for `profile edit`
default_harness = "opencode" # Which tab to open on launch

[active]
claude = "work"
opencode = "default"

[tui]
view = "Dashboard"      # Will add more later :P 

Supported Harnesses

HarnessConfig LocationStatus
Claude Code~/.claude/Full support
OpenCode~/.config/opencode/Full support
Goose~/.config/goose/Full support
Amp~/.amp/Experimental (ish)
Copilot CLI~/.copilot/Full support
Crush~/.config/crush/Full support (skills + MCP)

Honorable Mentions

License

MIT

常见问题

What is bridle?

bridle is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by neiii. TUI / CLI config manager for agentic harnesses (Amp, Claude Code, Opencode, Goose, Copilot CLI, Crush, Droid). It has 434 GitHub stars.

Is bridle safe to use?

Yes. bridle passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install bridle?

Clone the repository with "git clone https://github.com/neiii/bridle" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is bridle written in?

bridle is primarily written in Rust. It is open-source under neiii on GitHub, so you can review or fork the full source.

Are there alternatives to bridle?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh bridle against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情