Noah's persönlicher, domain-agnostischer Knowledge Hub für technisches Wissen über mehrere Tools: Godot, Blender, DaVinci Resolve, FreeCAD und mehr.
# Abhängigkeiten
brew install repomix ripgrep
pip install -r requirements.txt
# Godot-Skills in ein Projekt installieren
./install.sh ~/my-godot-project godot
# Status prüfen
./domains/godot/scripts/status.sh- Repo-Wissen — Automatisch aus Dokumentationen und Code-Repos gescraped (via repomix)
- Persönliches Wissen — FAQs, Gotchas, Best Practices aus Noahs Erfahrung
- Embedding-Index — Semantische Suche via ChromaDB + MPNet
- MCP-Server — Native OpenCode-Integration
| Ordner | Inhalt |
|---|---|
domains/ |
Wissensdomains (Godot, Blender, …) |
scripts/ |
Infrastruktur: Index, Suche |
mcp_servers/ |
MCP-Server für OpenCode |
.agents/skills/ |
OpenCode-Skills (Single Source of Truth) |
docs/ |
Dokumentation (für Menschen + AI-Agenten) |
Starte mit docs/ai/README.md für die Lese-Reihenfolge. Die vollständige Architektur-Spec liegt unter docs/superpowers/specs/2026-06-09-knowledge-hub-design.md.