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)
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
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
-
Open BrainDrive β Plugin Manager
-
Click Install Plugin
-
Select the generated ZIP
-
Done
If youβre building on BrainDrive and tired of boilerplate, this is for you.
Clone it. Run /start. Build something real.