Quick Start

Up and Running in 60 Seconds

Install, open your project, start coding. BrainSync does the rest.

1

Install the Extension

Install BrainSync from the VS Code Marketplace. Search for "BrainSync" or use the command:

VS Code
ext install dawoodahmad.brainsync

Or install from VS Code Marketplace or Open VSX.

2

Open Your Project

Open any project in VS Code. BrainSync activates automatically and begins:

  • Detecting your tech stack (package.json, Cargo.toml, go.mod, etc.)
  • Creating the local memory database for this project
  • Writing agent context files for all supported IDEs
  • Auto-compiling skills from your workflow patterns
  • Loading custom skill packs from .agent/skills/
  • Starting the integration bridge for agent connections
3

Agent Integration (Auto-Configured)

BrainSync automatically writes integration configuration files for all supported agents. No manual setup required.

Auto-configured agents include:

VS Code Cursor Windsurf Claude Code Claude Desktop Gemini / Antigravity Cline / Roo-Cline Aider

The integration bridge sets up automatically on extension activation. All agent context files are generated and kept in sync — zero configuration on your end.

4

Start Coding

That's it. BrainSync silently observes your workflow:

$ brainsync watching...

[observe] File saved: src/api/routes.ts

[classify] convention — REST endpoints use /api/v1 prefix

[sync] Pushed to all 6 agent context files

[skill]Auto-compiled: 'react-conventions' from 3 observations

Every observation is automatically synced to all your connected agents. Skills are compiled from patterns. SafetyGuard monitors terminal commands in real-time. They remember everything.

Activate Pro License

After purchasing a Pro license, activate it from the BrainSync sidebar panel:

  1. 1. Open the BrainSync sidebar (brain icon in VS Code activity bar)
  2. 2. Find the "Pro License" section
  3. 3. Paste your license key and click "Activate"
  4. 4. Pro features unlock instantly