Skip to main content
This guide covers connecting ByteRover to VS Code extension-based coding agents. Most extensions use Skill as the default connector for comprehensive project-level guidance, with MCP and rules as alternatives.

Quick setup

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

Cline

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

GitHub Copilot

GitHub Copilot uses Skill as the default connector for comprehensive project-level guidance.
  1. Run /connectors in the ByteRover REPL
  2. Select GitHub Copilot
  3. Choose Skill connector (recommended)
  4. ByteRover creates .github/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 VS Code to discover the skill files

Kilo Code

Kilo Code uses Skill as the default connector for comprehensive project-level guidance.
  1. Run /connectors in the ByteRover REPL
  2. Select Kilo Code
  3. Choose Skill connector (recommended)
  4. ByteRover creates .kilocode/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 VS Code to discover the skill files

Roo Code

Roo Code uses Skill as the default connector for comprehensive project-level guidance.
  1. Run /connectors in the ByteRover REPL
  2. Select Roo Code
  3. Choose Skill connector (recommended)
  4. ByteRover creates .roo/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 VS Code to discover the skill files

Augment Code

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

Amp

Amp uses Skill as the default connector for comprehensive project-level guidance.
  1. Run /connectors in the ByteRover REPL
  2. Select Amp
  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 VS Code to discover the skill files

Kiro

Kiro uses Skill as the default connector for comprehensive project-level guidance.
  1. Run /connectors in the ByteRover REPL
  2. Select Kiro
  3. Choose Skill connector (recommended)
  4. ByteRover creates .kiro/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 VS Code to discover the skill files

Junie

Junie uses Skill as the default connector for comprehensive project-level guidance.
  1. Run /connectors in the ByteRover REPL
  2. Select Junie
  3. Choose Skill connector (recommended)
  4. ByteRover creates .junie/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 VS Code to discover the skill files

Next Steps