Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Zentrales Verwaltungssystem für BACH. Dies ist der EINZIGE Skill der bei Claude hochgeladen werden muss. Er kennt alle lokalen Skills, führt Versions-Checks durch und lädt bei Bedarf aktuellere lokale Versionen. Aktiviert sich automatisch bei jeder Skill-Nutzung. --- name: bach-vanilla version: 2.6.0 type: skill author: BACH Team created: 2025-12-01 updated: 2026-02-13 anthropic_compatible: true description: > Zentrales Verwaltungssystem für BACH. Dies ist der EINZIGE Skill der bei Claude hochgeladen werden muss. Er kennt alle lokalen Skills, führt Versions-Checks durch und lädt bei Bedarf aktuellere lokale Versionen. Aktiviert sich automatisch bei jeder Skill-Nutzung. --- VE Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
bach is best for general automation workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB REPOS, runtime-metrics, public facts pack
Zentrales Verwaltungssystem für BACH. Dies ist der EINZIGE Skill der bei Claude hochgeladen werden muss. Er kennt alle lokalen Skills, führt Versions-Checks durch und lädt bei Bedarf aktuellere lokale Versionen. Aktiviert sich automatisch bei jeder Skill-Nutzung. --- name: bach-vanilla version: 2.6.0 type: skill author: BACH Team created: 2025-12-01 updated: 2026-02-13 anthropic_compatible: true description: > Zentrales Verwaltungssystem für BACH. Dies ist der EINZIGE Skill der bei Claude hochgeladen werden muss. Er kennt alle lokalen Skills, führt Versions-Checks durch und lädt bei Bedarf aktuellere lokale Versionen. Aktiviert sich automatisch bei jeder Skill-Nutzung. --- VE
Public facts
5
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Lukisch
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Lukisch
Protocol compatibility
MCP
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
bash
bach skills version bach-vanilla # Prueft ob aktuellere Version existiert
python
from bach_api import task, memory, tools, steuer
task.list() # Sofort nutzbar
tools.search("ocr") # Werkzeug findentext
IMMER (vor allem anderen) ├── (1) VERSIONS-CHECK └── (2) BETRIEBSSYSTEM-CHECK ZUGRIFFSART klaeren ├── A) Bibliothek → Gast, lesend, Werkzeug ├── B) Gemischt → User-gefuehrt, API + Startup (empfohlen) └── C) Session → Klassisch, CLI + volles Protokoll IM MODUS B und C ├── (1) Lesen = Mitentwicklung │ ├── (a) Handler First │ ├── (b) Luecken fuellen │ ├── (c) Eigenes erwuenscht │ ├── (d) Fix-or-Task │ └── (e) Self-Healing ├── (2) Startprozedur durchfuehren │ ├── (1) Start [B/C] │ ├── (2) Systemwissen [B/C] │ ├── (3) Memory [B/C] │ ├── (4) Faehigkeiten [B/C] │ ├── (5) Aufgabenplanung [B/C] │ └── (6) Protokolle [C] └── (3) Zusatzpakete bei Bedarf IM MODUS A └── Zusatzpakete bei Bedarf THEMEN-PAKETE (alle Modi, bei Bedarf) ├── Teamarbeit ├── Problemloesung ├── Coding ├── Wartung ├── Dateiverwaltung ├── Self-Extension [B/C] └── Shutdown [B/C] REFERENZ ├── Skill-Architektur ├── Drei Zugriffsmodi (API-Module, Wann-was-nutzen) ├── Gesamtarchitektur-Diagramm ├── Hooks & Injektoren └── Changelog
bash
bach skills version <name> # Prüfe Versionen bach tools version <name> # Prüfe Tool-Versionen
text
agents/entwickler/ ├── SKILL.md # Definition mit Standard-Header ├── tool_xyz.py # Spezifische Tools (flat) ├── protocol_abc.md # Spezifische Protokolle (flat) └── config.json # Optional
yaml
--- name: [name] version: X.Y.Z type: skill | agent | expert | service | protocol author: [author] created: YYYY-MM-DD updated: YYYY-MM-DD anthropic_compatible: true dependencies: tools: [] services: [] protocols: [] description: > [Beschreibung] ---
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB REPOS
Editorial quality
ready
Zentrales Verwaltungssystem für BACH. Dies ist der EINZIGE Skill der bei Claude hochgeladen werden muss. Er kennt alle lokalen Skills, führt Versions-Checks durch und lädt bei Bedarf aktuellere lokale Versionen. Aktiviert sich automatisch bei jeder Skill-Nutzung. --- name: bach-vanilla version: 2.6.0 type: skill author: BACH Team created: 2025-12-01 updated: 2026-02-13 anthropic_compatible: true description: > Zentrales Verwaltungssystem für BACH. Dies ist der EINZIGE Skill der bei Claude hochgeladen werden muss. Er kennt alle lokalen Skills, führt Versions-Checks durch und lädt bei Bedarf aktuellere lokale Versionen. Aktiviert sich automatisch bei jeder Skill-Nutzung. --- VE
name: bach-vanilla version: 2.6.0 type: skill author: BACH Team created: 2025-12-01 updated: 2026-02-13 anthropic_compatible: true
(1) VERSIONS-CHECK: Wenn verschiedene Versionen dieses SKILL.md zur Verfuegung stehen (lokal, zentral), Versionsnummern vergleichen und bei Bedarf zur neuesten Version wechseln und dort weiterlesen.
bach skills version bach-vanilla # Prueft ob aktuellere Version existiert
(2) BETRIEBSSYSTEM-CHECK: Erkenne ob du auf Windows, Mac oder Linux arbeitest.
/dev/null, nutze NUL:, vermeide &&, Befehle einzeln ausfuehrenpython tools/c_nul_cleaner.py --dir <pfad> --deleteWaehle den Modus der zu deiner Situation passt:
| Modus | Wann | Startup | Zugang |
|-------|------|---------|--------|
| A) Bibliothek | Gast, lesend, einzelne Abfragen, BACH als Werkzeug | Kein Startup | from bach_api import task; task.list() |
| B) Gemischt | Vom User zu BACH-Start aufgefordert, aktive Mitarbeit | API Startup | session.startup() + API + session.shutdown() |
| C) Session | Klassisch, automatischer Start, ausfuehrliches Protokoll | CLI Startup | python bach.py --startup --partner=claude |
(1) Lesen und Schreiben -- BACH-Nutzung ist Mitentwicklung:
Wer BACH nutzt, entwickelt BACH mit. Jeder Zugriff ist eine Gelegenheit das System zu verbessern.
hub/. Ein Handler ist automatisch ueber CLI und API erreichbar. Kein separater Code fuer verschiedene Zugangswege.bach skills create um neue Tools, Handler, Agents, Experts oder Services zu scaffolden. Nach bach skills reload sind sie sofort verfuegbar. Siehe: bach help self-extension(2) Fuehre die Startprozedur durch (siehe unten). Lies Pflichtpakete und bei Bedarf (-->) freiwillige Verweise. Pakete sind mit Modus-Kennzeichnung versehen:
[C] → Nur im Session-Modus lesen[B] → Nur im Gemischten Modus lesen, im Session-Modus ueberspringen[B/C] → In beiden Modi lesen(3) Lese Zusatzpakete bei Bedarf (Themenpakete weiter unten).
Lese Zusatzpakete bei Bedarf. Kein Startup noetig, kein Shutdown erwartet.
from bach_api import task, memory, tools, steuer
task.list() # Sofort nutzbar
tools.search("ocr") # Werkzeug finden
IMMER (vor allem anderen)
├── (1) VERSIONS-CHECK
└── (2) BETRIEBSSYSTEM-CHECK
ZUGRIFFSART klaeren
├── A) Bibliothek → Gast, lesend, Werkzeug
├── B) Gemischt → User-gefuehrt, API + Startup (empfohlen)
└── C) Session → Klassisch, CLI + volles Protokoll
IM MODUS B und C
├── (1) Lesen = Mitentwicklung
│ ├── (a) Handler First
│ ├── (b) Luecken fuellen
│ ├── (c) Eigenes erwuenscht
│ ├── (d) Fix-or-Task
│ └── (e) Self-Healing
├── (2) Startprozedur durchfuehren
│ ├── (1) Start [B/C]
│ ├── (2) Systemwissen [B/C]
│ ├── (3) Memory [B/C]
│ ├── (4) Faehigkeiten [B/C]
│ ├── (5) Aufgabenplanung [B/C]
│ └── (6) Protokolle [C]
└── (3) Zusatzpakete bei Bedarf
IM MODUS A
└── Zusatzpakete bei Bedarf
THEMEN-PAKETE (alle Modi, bei Bedarf)
├── Teamarbeit
├── Problemloesung
├── Coding
├── Wartung
├── Dateiverwaltung
├── Self-Extension [B/C]
└── Shutdown [B/C]
REFERENZ
├── Skill-Architektur
├── Drei Zugriffsmodi (API-Module, Wann-was-nutzen)
├── Gesamtarchitektur-Diagramm
├── Hooks & Injektoren
└── Changelog
IMMER die neueste Version verwenden - egal ob lokal oder zentral gespeichert:
bach skills version <name> # Prüfe Versionen
bach tools version <name> # Prüfe Tool-Versionen
Jeder Skill, Agent, Expert ist vollständig autark in einem eigenen Ordner:
agents/entwickler/
├── SKILL.md # Definition mit Standard-Header
├── tool_xyz.py # Spezifische Tools (flat)
├── protocol_abc.md # Spezifische Protokolle (flat)
└── config.json # Optional
Regeln:
= 5 Dateien: Unterordner
tools/,protocols/erlaubt
---
name: [name]
version: X.Y.Z
type: skill | agent | expert | service | protocol
author: [author]
created: YYYY-MM-DD
updated: YYYY-MM-DD
anthropic_compatible: true
dependencies:
tools: []
services: []
protocols: []
description: >
[Beschreibung]
---
Templates: system/_templates/TEMPLATE_*.md
BACH bietet zwei parallele Zugangswege (CLI + Library-API), die in drei Modi kombiniert werden koennen. Beide Wege nutzen dieselben Handler und dieselbe DB.
Volles Startup/Shutdown-Protokoll ueber die Kommandozeile. Fuer interaktive Terminal-Sessions.
cd system
python bach.py --startup --partner=claude --mode=silent --watch
# ... arbeiten ...
python bach.py --shutdown "Zusammenfassung"
Direkter Zugriff auf Handler ohne Session-Overhead. Fuer Scripts, schnelle Abfragen, oder LLMs die nur einzelne Operationen brauchen.
from bach_api import task, memory, steuer, partner, tools, injector
task.list() # Tasks abfragen
memory.write("Wichtige Notiz") # Memory schreiben
steuer.status() # Steuer-Status
partner.list() # Partner auflisten
injector.process("ich bin blockiert") # Kognitive Hilfe
Volles Startup/Shutdown ueber die API. Empfohlen fuer LLM-Sessions -- kombiniert Session-Management mit ergonomischem API-Zugriff.
from bach_api import session, task, memory, injector
# Session starten (= python bach.py --startup --partner=claude --mode=silent)
session.startup(partner="claude", mode="silent")
# Arbeiten mit API
task.list()
memory.write("Notiz")
injector.process("komplexe aufgabe")
# Session beenden (= python bach.py --shutdown "Zusammenfassung")
session.shutdown("Was gemacht wurde. Naechste: Was kommt.")
from bach_api import (
# Session-Lifecycle
session, # startup(), shutdown(), shutdown_quick(), shutdown_emergency()
# Kern-Handler
task, # add(), list(), done(), assign(), ...
memory, # write(), read(), status(), fact(), search(), ...
backup, # create(), list(), info()
status, # run()
# Domain-Handler
steuer, # status(), beleg(), posten(), export()
lesson, # add(), last(), list(), search()
partner, # list(), status(), delegate(), info()
logs, # status(), tail(), show()
msg, # send(), unread(), read()
email, # send(), draft(), drafts(), confirm(), setup()
# Kognitive Injektoren
injector, # process(), check_between(), tool_reminder(), status(), toggle()
# Hook-Framework
hooks, # on(), off(), emit(), status(), list_events()
# Plugin-API (Dynamische Erweiterung)
plugins, # register_tool(), register_hook(), register_handler(), load_plugin()
# Raw-Zugriff (beliebiger Handler)
app, # app().execute("handler", "operation", ["args"])
)
| Situation | Empfehlung |
|-----------|------------|
| LLM-Session (empfohlen) | Gemischter Modus: session.startup() + API |
| Schnelle Einzelabfrage | Bibliothek-Modus: direkt task.list() |
| Mensch am Terminal | Session-Modus: python bach.py --startup |
| Dateien lesen, Code suchen | Direkt (Glob/Grep/Read) |
| Handler nicht in bach_api | app().execute("handler", "op", ["args"]) |
Architektur: core/registry.py erkennt 75+ Handler automatisch (Auto-Discovery). Neue Handler brauchen nur eine .py-Datei in hub/ -- kein manuelles Mapping. Hot-Reload: app().reload_registry()
| Typ | Ordner | Charakteristik |
|-----|--------|----------------|
| Agent | agents/<name>/ | Orchestriert Experten, eigener Ordner |
| Expert | agents/_experts/<name>/ | Tiefes Domänenwissen, eigener Ordner |
| Service | hub/_services/<name>/ | Allgemein, Handler-nah, eigener Ordner |
| Protocol | skills/workflows/ | KEIN Ordner (1 Datei = 1 Protokoll, ehem. Workflow) |
| Connector | connectors/ | Externe Anbindungen (MCP, APIs) |
| Tool (allg.) | tools/ | Wiederverwendbar |
| Tool (spez.) | Im Skill-Ordner | Nur für diesen Skill |
| Klasse | Quellen | Vorgehen |
|--------|---------|----------|
| Goldstandard | Selbst geschrieben | Beste Integration |
| Seriös | anthropics/skills, anthropics/claude-cookbooks | Nach Prüfung 1:1 übernehmbar |
| Unsicher | Andere GitHub-Repos | NUR neu schreiben |
| Blacklist | data/skill_blacklist.json | VERBOTEN |
Nur in Modus B (Gemischt) und C (Session). Modus A ueberspringt diese Sektion.
Modus C (Session/CLI):
cd system
python bach.py --startup --partner=claude --mode=silent --watch
Modus B (Gemischt/API -- empfohlen):
from bach_api import session
session.startup(partner="claude", mode="silent")
Fuer Gemini:
# Modus B (API)
session.startup(partner="gemini", mode="silent")
# Modus C (CLI)
# python bach.py --startup --partner=gemini --mode=silent --watch
bach help cli
bach help bach_info
bach help features
bach help naming
bach help guidelines
bach help architecture
# --> bach help injectors
Oder per API: help.run("cli"), help.run("features"), etc.
system/CHANGELOG.md - Versionshistoriesystem/BUGLOG.md - Bekannte Bugssystem/ROADMAP.md - Geplante Features & Architektur-Uebersicht../BACH_Dev/MASTERPLAN.txt - Release-Pipeline (Vanilla -> Strawberry -> GitHub)hub/ -- automatisch ueber CLI und API erreichbarbach_api statt CLI. Menschen nutzen CLI oder GUI.KERNPRINZIP: BACH wird NICHT primaer fuer einen einzelnen User entwickelt, sondern als wiederverwendbares System.
Sechs Grundregeln fuer alle BACH-Partner (LLMs, Agenten, Experten):
Partner-spezifische Anweisungen:
CLAUDE.md im Root-Verzeichnis (Knowledge Capture Regel, Integration)GEMINI.md im Root-Verzeichnis (Knowledge Capture Regel, Integration)OLLAMA.md im Root-Verzeichnis (Knowledge Capture Regel, Integration)Diese Dateien enthalten detaillierte Knowledge-Capture-Regeln und Partner-spezifische Einstellungen.
| # | Bereich | Wichtigste Tabellen |
|---|---------|---------------------|
| 1 | System | system_identity, system_config, instance_identity |
| 2 | Tasks | tasks |
| 3 | Memory | memory_working, memory_facts, memory_lessons, memory_sessions |
| 4 | Tools | tools (373 Eintraege) |
| 5 | Skills | skills (932 Eintraege) |
| 6 | Agents | bach_agents, bach_experts, agent_synergies |
| 7 | Files | files_truth, files_trash, dist_files |
| 8 | Automation | automation_triggers, automation_routines, automation_injectors |
| 9 | Monitoring | monitor_tokens, monitor_success, monitor_processes, monitor_pricing |
| 10 | Connections | connections, connector_messages, partner_presence |
| 11 | Languages | languages_config, languages_translations |
| 12 | Distribution | distribution_manifest, dist_type_defaults, releases, snapshots |
| 13 | Wiki | wiki (87 Artikel) |
| 14 | Usecases | usecases, toolchains |
Vollstaendiges Schema: system/data/schema/schema.sql (127 Tabellen + 2 Views + FTS)
+=====================================================================+
| USER-INTERFACES |
| +-----------+ +-----------+ +-----------+ +-------------------+ |
| | CLI | | Lib-API | | GUI | | MCP v2.2 (IDE) | |
| | bach.py | | bach_api | | server.py | | mcp_server.py | |
| +-----+-----+ +-----+-----+ +-----+-----+ +--------+--------+ |
+========|==============|==============|==================|===========+
| | | |
+========v==============v==============v==================v===========+
| CORE LAYER (core/*.py) |
| app.py → registry.py → Auto-Discovery von 75+ Handlern |
| base.py (BaseHandler) | db.py (Schema-First) | hooks.py (Events) |
+=========|==============|=======================================+====+
| | |
+==========v==============v=======================================v===+
| HUB LAYER (hub/*.py) |
| System: startup, shutdown, status, backup, tokens, inject, hooks |
| Domain: steuer, abo, haushalt, gesundheit, contact, calendar, email|
| Data: task, memory, db, session, logs, wiki, docs, inbox |
| Multi-AI: agents, partner, daemon, ollama, ati |
| Extension: skills (create/reload), hooks (status/events/log/test) |
+====|======================|======================|=================+
| | |
+----v------------------+ | +------------------v-----------------+
| AGENTS LAYER | | | CONNECTORS & PARTNERS |
| | | | |
| agents/ (Ordner) | | | connectors/ (MCP, APIs) |
| agents/_experts/ | | | partners/ (Multi-LLM-Konfig) |
+-----------------------+ | +------------------------------------+
|
+---------------------------v----------------------------------------+
| SKILLS & TOOLS LAYER | DATA LAYER |
| | |
| skills/workflows/ (ehem. _workflows) | bach.db (Unified) |
| skills/_templates/ (Standard-Templates) | Dateisystem |
| hub/_services/ (Ordner) | inbox/outbox/ |
| tools/*.py | c_*.py | injectors.py | |
+--------------------------------------------+-----------------------+
|
+-----------v-----------+
| SELF-EXTENSION LAYER |
| |
| skills create (6 Typ) |
| skills reload (Hot) |
| hooks.on/emit (14 Ev) |
| Plugin-API (geplant) |
+-----------------------+
bach help memory
bach help lessons
bach help consolidation
| Typ | Entsprechung | Funktion | Befehl |
|-----|--------------|----------|--------|
| Working | Kurzzeit | Aktuelle Session | bach mem write |
| Episodic | Tagebuch | Abgeschlossene Sessions | bach --memory session |
| Semantic | Weltwissen | Fakten, Wiki, Help | bach --memory fact |
| Procedural | Können | Tools, Skills, Workflows | bach help tools |
| Associative | Verknüpfung | Konsolidierung, Trigger | bach consolidate |
bach help skills
bach help tools
Hierarchie:
Wichtige Verzeichnisse:
system/agents/ - Agenten (je eigener Ordner)system/agents/_experts/ - Experten (je eigener Ordner)system/hub/_services/ - Services (je eigener Ordner)system/skills/workflows/ - Protokolle (Einzeldateien, ehem. _workflows)system/skills/_templates/ - Standard-Templatessystem/connectors/ - Externe Anbindungen (MCP, APIs)system/partners/ - Multi-LLM-Konfigurationen# API (bevorzugt)
from bach_api import task
task.list()
# CLI
bach help tasks
bach task list
Im Modus B optional -- Protokolle sind Dokumentation, kein Code.
bach help protocol
bach help between-tasks
bach help practices
Pfad: system/skills/workflows/
Wann lesen: Du arbeitest mit Partnern im System.
bach help partners
bach help multi_llm
bach help delegate
Chat-System:
# API
from bach_api import msg, partner
msg.send("gemini", "Bitte recherchiere...")
msg.unread()
partner.delegate("Recherche", "--to=gemini")
# CLI
bach msg send claude "Text"
bach msg unread
Lock-System:
bach llm lock <datei> # Lock VOR Schreiben
bach llm unlock [datei] # Lock freigeben
bach llm status # Wer hat welche Locks?
Wann lesen: Du triffst auf Probleme oder Blockaden.
bach help operatoren
bach help planning
bach help problemloesung
bach help strategien
Wann lesen: Du bearbeitest Code oder fixt Bugs.
bach help ati
bach help coding
bach help bugfix
Wann lesen: Du bearbeitest Wartungs-Aufgaben.
bach help maintain
bach help wartung
bach help recurring
bach daemon status
Wann lesen: Du führst Dateioperationen durch.
bach help trash
bach help migrate
bach help distribution
Wann lesen: Dir fehlt eine Faehigkeit oder du willst BACH erweitern.
bach help self-extension
bach help hooks
bach help skills
Neue Faehigkeiten erstellen (5 Typen):
bach skills create voice-processor --type tool # Neues Tool scaffolden
bach skills create email-agent --type agent # Neuen Agent scaffolden
bach skills create tax-expert --type expert # Neuen Experten scaffolden
bach skills create api-gateway --type handler # Neuen CLI-Befehl scaffolden
bach skills create data-sync --type service # Neuen Service scaffolden
Nach Erstellung: Hot-Reload (kein Neustart!)
bach skills reload
Hook-Framework (14 Events):
from core.hooks import hooks
# Eigene Logik an System-Events haengen
hooks.on('after_task_create', meine_funktion, name='mein_plugin')
hooks.on('after_startup', startup_check, name='mein_plugin')
# Events anzeigen
# bach hooks events
Plugin-API (Dynamische Erweiterung zur Laufzeit):
from bach_api import plugins
# Tool registrieren (sofort nutzbar)
plugins.register_tool("mein_tool", meine_funktion, "Beschreibung")
# Hook registrieren (Event abonnieren)
plugins.register_hook("after_task_done", callback, plugin="mein-plugin")
# Handler registrieren (neuer CLI-Befehl!)
plugins.register_handler("mein_cmd", MeinHandler)
# Plugin aus Manifest laden
plugins.load_plugin("plugins/mein-plugin/plugin.json")
# CLI: Plugin-Verwaltung
bach plugins list # Geladene Plugins
bach plugins create name # Plugin scaffolden
bach plugins load pfad # Plugin laden
bach plugins unload name # Plugin entladen
Self-Extension Loop:
bach skills create <name> --type <typ> oder plugins.register_tool()bach skills reload oder plugins.load_plugin()bach lesson add "Was gelernt"Wann lesen: Die Sitzung wird beendet. Nur in Modus B und C relevant.
Modus B (API -- empfohlen):
from bach_api import session, memory
memory.session("THEMA: Was gemacht. NAECHSTE: Was kommt.")
session.shutdown("Zusammenfassung", partner="claude")
# Oder schnell:
session.shutdown_quick("Kurze Notiz")
Modus C (CLI):
bach help shutdown
bach --memory session "THEMA: Was gemacht. NAECHSTE: Was kommt."
bach --shutdown
Hooks erlauben es, eigene Logik an 14 Lifecycle-Events zu haengen -- ohne bestehenden Code zu aendern.
from core.hooks import hooks
# Listener registrieren
hooks.on('after_task_done', auto_backup, name='backup_plugin')
hooks.on('after_startup', health_check, priority=10, name='health')
# CLI
# bach hooks status → Zeigt alle Hooks
# bach hooks events → Listet alle 14 Events
# bach hooks log → Letzte Ausfuehrungen
Events: before_startup, after_startup, before_shutdown, after_shutdown, before_command, after_command, after_task_create, after_task_done, after_task_delete, after_memory_write, after_lesson_add, after_skill_create, after_skill_reload, after_email_send
Hooks sind das technische Framework. Injektoren sind das kognitive Subsystem. Sie arbeiten unabhaengig voneinander.
Die 6 Injektoren simulieren Denken und Assoziationen als Zentrale Exekutive. Verfuegbar ueber CLI und API.
| Injektor | Teilfunktionen | API-tauglich | |----------|----------------|:---:| | strategy_injector | Metakognition, Entscheidungshilfe, Fehleranalyse | Ja | | context_injector | Tool-Empfehlung, Memory-Abruf, Anforderungsanalyse | Teilweise* | | between_injector | Qualitaetskontrolle, Task-Uebergang, Ergebnis-Validierung | Ja | | time_injector | Zeitgefuehl (Timebeat), Nachrichten-Check | Ja | | tool_injector | Tool-Erinnerung, Duplikat-Warnung | Ja | | task_assigner | Auto-Zuweisung, Task-Zerlegung | Ja |
*context_injector enthaelt CLI-Befehle als Hinweise. Im API-Modus filterbar.
CLI:
bach --inject status # Status aller Injektoren
bach --inject toggle <name> # An/Aus schalten
API:
from bach_api import injector
injector.process("text") # Alle Injektoren auf Text anwenden
injector.check_between("task done") # Quality-Check nach Task-Abschluss
injector.tool_reminder() # Verfuegbare Tools (einmalig)
injector.assign_task() # Naechste Aufgabe automatisch zuweisen
injector.time_check() # Uhrzeit + Nachrichten
injector.status() # Status aller Injektoren
injector.toggle("strategy_injector") # Einzeln an/aus
injector.set_mode("api") # CLI-Hinweise aus Kontext filtern
skills/_agents/ → agents/ (Top-Level unter system/)skills/_experts/ → agents/_experts/ (Experten gehoeren zu Agents)skills/_workflows/ → skills/workflows/ (Workflows heissen jetzt Protocols)skills/_connectors/ → connectors/ (Top-Level unter system/)skills/_partners/ → partners/ (Top-Level unter system/)protocol: Ersetzt workflow in der Typ-Hierarchieconnector: Neu fuer externe Anbindungen (MCP, APIs)bach skills create <name> --type <typ> (5 Typen: tool, agent, expert, handler, service)bach skills reload (Hot-Reload: Registry + Tools + Skills-DB)core/hooks.py - HookRegistry-Singleton, Prioritaeten, Event-Loghub/hooks.py - CLI: bach hooks status/events/log/testapp().reload_registry() ohne Neustartdocs/_archive/con5_BACHFLIEGE_BACHFORELLE_ARCHIV.md)session.startup() / session.shutdown()BACH Skill-Architektur v2.0
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/lukisch-bach/snapshot"
curl -s "https://xpersona.co/api/v1/agents/lukisch-bach/contract"
curl -s "https://xpersona.co/api/v1/agents/lukisch-bach/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/lukisch-bach/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/lukisch-bach/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/lukisch-bach/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/lukisch-bach/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/lukisch-bach/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/lukisch-bach/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_REPOS",
"generatedAt": "2026-04-17T01:49:34.631Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Lukisch",
"href": "https://github.com/lukisch/bach",
"sourceUrl": "https://github.com/lukisch/bach",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T04:00:06.953Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/lukisch-bach/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/lukisch-bach/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T04:00:06.953Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/lukisch/bach",
"sourceUrl": "https://github.com/lukisch/bach",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T04:00:06.953Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/lukisch-bach/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/lukisch-bach/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to bach and adjacent AI workflows.