Skip to main content
This guide covers connecting ByteRover to command-line coding tools. Most CLI tools use Skill as the default connector for comprehensive project-level guidance. All also support MCP and rules.

Quick setup

Run /connectors in the interactive TUI, select your tool, and choose a connector type:
/connectors

Claude Code

Claude Code supports skill (default), hook, MCP, and rules connectors. Skill provides comprehensive project-level guidance through discoverable markdown files.
  1. Run /connectors in the ByteRover REPL
  2. Select Claude Code
  3. Choose Skill connector (recommended)
  4. ByteRover creates .claude/skills/byterover/ with:
    • SKILL.md — Quick reference with commands and best practices
    • WORKFLOWS.md — Detailed workflow patterns
    • TROUBLESHOOTING.md — Diagnostics and support info
  5. Restart Claude Code to discover the skill files

Auggie CLI

Auggie CLI uses Skill as the default connector for comprehensive project-level guidance.
  1. Run /connectors in the ByteRover REPL
  2. Select Auggie CLI
  3. Choose Skill connector (recommended)
  4. ByteRover creates .augment/skills/byterover/ with:
    • SKILL.md — Quick reference with commands and best practices
    • WORKFLOWS.md — Detailed workflow patterns
    • TROUBLESHOOTING.md — Diagnostics and support info
  5. Restart Auggie CLI to discover the skill files

Gemini CLI

Gemini CLI uses Skill as the default connector for comprehensive project-level guidance.
  1. Run /connectors in the ByteRover REPL
  2. Select Gemini CLI
  3. Choose Skill connector (recommended)
  4. ByteRover creates .gemini/skills/byterover/ with:
    • SKILL.md — Quick reference with commands and best practices
    • WORKFLOWS.md — Detailed workflow patterns
    • TROUBLESHOOTING.md — Diagnostics and support info
  5. Restart Gemini CLI to discover the skill files

Codex

Codex uses Skill as the default connector, with MCP and rules as alternatives.
  1. Run /connectors in the ByteRover REPL
  2. Select Codex
  3. Choose Skill connector (recommended)
  4. ByteRover creates .agents/skills/byterover/ with:
    • SKILL.md — Quick reference with commands and best practices
    • WORKFLOWS.md — Detailed workflow patterns
    • TROUBLESHOOTING.md — Diagnostics and support info
  5. Restart Codex to discover the skill files

OpenCode

OpenCode uses Skill as the default connector for comprehensive project-level guidance.
  1. Run /connectors in the ByteRover REPL
  2. Select OpenCode
  3. Choose Skill connector (recommended)
  4. ByteRover creates .opencode/skills/byterover/ with:
    • SKILL.md — Quick reference with commands and best practices
    • WORKFLOWS.md — Detailed workflow patterns
    • TROUBLESHOOTING.md — Diagnostics and support info
  5. Restart OpenCode to discover the skill files

Qwen Code

Qwen Code uses MCP as the default connector, with rules as a fallback.
  1. Run /connectors in the ByteRover REPL
  2. Select Qwen Code
  3. Choose MCP connector
  4. Follow the manual setup instructions provided
Qwen Code requires manual MCP configuration. ByteRover will display the configuration steps to follow.

Warp

Warp uses Skill as the default connector for comprehensive project-level guidance.
  1. Run /connectors in the ByteRover REPL
  2. Select Warp
  3. Choose Skill connector (recommended)
  4. ByteRover creates .warp/skills/byterover/ with:
    • SKILL.md — Quick reference with commands and best practices
    • WORKFLOWS.md — Detailed workflow patterns
    • TROUBLESHOOTING.md — Diagnostics and support info
  5. Restart Warp to discover the skill files

Next Steps