Skip to main content
This guide covers connecting ByteRover to AI-powered IDEs. Most AI IDEs use Skill as the default connector for comprehensive project-level guidance. All support MCP and rules as alternatives.

Quick setup

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

Cursor

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

Windsurf

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

Qoder

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

Zed

Zed uses MCP as the default connector for direct tool integration.
  1. Run /connectors in the ByteRover REPL
  2. Select Zed
  3. Choose MCP connector
  4. ByteRover will configure .zed/settings.json automatically
  5. Restart Zed to load the MCP server

Trae.ai

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

Antigravity

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

Next Steps