BrainDrive Plugin Builder (Open Source)

Hey Everyone

We just launched the BrainDrive Plugin Builder: open source, production-ready, and built for real devs. You can now generate fully installable BrainDrive plugins using a guided, interactive workflow β€” with first-class support for both Claude Code and OpenCode.


What this is

BrainDrive Plugin Builder is a CLI-driven builder that interviews you about your plugin and generates everything needed to ship. No coding experience needed!

You answer questions.
It outputs a ready-to-install ZIP.


What you get

  • Complete plugin structure

  • Full lifecycle manager (900+ lines, not stubs)

  • React + TypeScript frontend

  • Webpack + TS configs

  • BrainDrive-compatible ZIP package


Two builders. Same power. (How to Use)

:small_blue_diamond: Claude Code version

Repo: https://github.com/BrainDriveAI/BrainDrive-Plugin-Builder-ClaudeCode

git clone https://github.com/BrainDriveAI/BrainDrive-Plugin-Builder-ClaudeCode.git
cd BrainDrive-Plugin-Builder-ClaudeCode
claude
/start

:small_blue_diamond: OpenCode version

Repo: https://github.com/BrainDriveAI/BrainDrive-Plugin-Builder-OpenCode

git clone https://github.com/BrainDriveAI/BrainDrive-Plugin-Builder-OpenCode.git
cd BrainDrive-Plugin-Builder-OpenCode
opencode
/start

Both builders:

  • Generate plugins into plugin-test/

  • Validate structure and compatibility

  • Package clean installable ZIPs


Core commands

  • /start – guided interview

  • /build – generate all files

  • /verify – run validation checks

  • /package – produce installable ZIP

  • /summary – what was built + next steps


Smart modes

  • Mode A (Repo-Aware): detects BrainDrive-Core and uses real templates (Still in development)

  • Mode B (Standalone): works in an empty folder (Stable release)

Check anytime with /mode.


Install in BrainDrive

  1. Open BrainDrive β†’ Plugin Manager

  2. Click Install Plugin

  3. Select the generated ZIP

  4. Done


If you’re building on BrainDrive and tired of boilerplate, this is for you.

Clone it. Run /start. Build something real.

1 Like