·data-flow
{}

data-flow

simhacker/moollm

Räume als Pipeline-Knoten, Ausgänge als Kanten, Objekte als Nachrichten

3Installationen·1Trend·@simhacker

Installation

$npx skills add https://github.com/simhacker/moollm --skill data-flow

SKILL.md

"Rooms are nodes. Exits are edges. Thrown objects are messages."

MOOLLM's approach to building processing pipelines using rooms and objects. The filesystem IS the data flow network.

| THROW obj exit | Send object through exit to destination | | INBOX | List items waiting to be processed | | NEXT | Get next item from inbox (FIFO) | | PEEK | Look at next item without removing | | STAGE obj exit | Add object to outbox for later throw | | FLUSH | Throw all staged objects | | FLUSH exit | Throw staged objects for specific exit |

Räume als Pipeline-Knoten, Ausgänge als Kanten, Objekte als Nachrichten Quelle: simhacker/moollm.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/simhacker/moollm --skill data-flow
Kategorie
{}Datenanalyse
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist data-flow?

Räume als Pipeline-Knoten, Ausgänge als Kanten, Objekte als Nachrichten Quelle: simhacker/moollm.

Wie installiere ich data-flow?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/simhacker/moollm --skill data-flow Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/simhacker/moollm