Bizbrain Os Plugin
D 58 completed
Other
monorepo / markdown · small
103
Files
11,752
LOC
1
Frameworks
9
Languages
Pipeline State
completedRun ID
#1546272Phase
doneProgress
0%Started
2026-04-16 23:55:32Finished
2026-04-16 23:55:32LLM tokens
0Pipeline Metadata
Stage
CatalogedDecision
proceedNovelty
47.20Framework unique
—Isolation
—Last stage change
2026-05-10 03:34:57Deduplication group #50369
Repobility analyzer · published findings · https://repobility.com
🧪 Code Distillation
Browse all specs →AI Prompt
Create a local context engine plugin for Claude Code, similar to BizBrain OS. I need it to function as a persistent AI knowledge layer that teaches the AI about my business and projects over time. The core features should include a visual dashboard accessible via a command like `/dashboard`, which shows a setup checklist across 8 categories, tracks progress with visualizations, and lists 37+ integrations. It must run locally using an Express server on port 3850, reading data from a local brain folder. I also need functionality for quick launching of folders, conversations, or starting Claude Code directly.
markdown javascript express local-ai knowledge-base plugin dashboard cli monorepo
Generated by gemma4:latest
Catalog Information
Create a local context engine plugin for Claude Code, similar to BizBrain OS. I need it to function as a persistent AI knowledge layer that teaches the AI about my business and projects over time. The core features should include a visual dashboard accessible via a command like /dashboard, which shows a setup checklist across 8 categories, tracks progress with visualizations, and lists 37+ integrations. It must run locally using an Express server on port 3850, reading data from a local brain f
Tags
markdown javascript express local-ai knowledge-base plugin dashboard cli monorepo
Quality Score
D
57.6/100
Structure
53
Code Quality
73
Documentation
81
Testing
0
Practices
54
Security
84
Dependencies
90
Strengths
- Well-documented README with substantial content
- Code linting configured (ruff (possible))
- Consistent naming conventions (snake_case)
- Good security practices — no major issues detected
Weaknesses
- No LICENSE file — legal ambiguity for contributors
- No tests found — high risk of regressions
- No CI/CD configuration — manual testing and deployment
- 460 duplicate lines detected — consider DRY refactoring
- 2 'god files' with >500 LOC need decomposition
Recommendations
- Add a test suite — start with critical path integration tests
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a LICENSE file (MIT recommended for open source)
Languages
Frameworks
Express
Symbols
variable249
function51
method44
constant29
class13
property4
API Endpoints (8)
| Method | Path | Handler | Framework | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Repobility · MCP-ready · https://repobility.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | * | app.get | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | /api/brain-status | app.get | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | /api/checklist | app.get | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | /api/checklist/:id | app.post | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | /api/integrations | app.get | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | /api/launch-claude | app.post | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | /api/open-folder | app.post | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | /api/quick-actions | app.get | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Repobility · code-quality intelligence · https://repobility.com
Embed Badge
Add to your README:
BinComp Dependency Hardening
All packages →2 of this repo's dependencies have been scanned for binary hardening. Grade reflects RELRO / stack canary / FORTIFY / PIE coverage.