·data-flow
{}

data-flow

simhacker/moollm

Les pièces comme nœuds de pipeline, les sorties comme bords, les objets comme messages

3Installations·0Tendance·@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 |

Les pièces comme nœuds de pipeline, les sorties comme bords, les objets comme messages Source : simhacker/moollm.

Voir l'original

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/simhacker/moollm --skill data-flow
Catégorie
{}Analyse de Données
Vérifié
Première apparition
2026-02-01
Mis à jour
2026-02-18

Réponses rapides

Qu'est-ce que data-flow ?

Les pièces comme nœuds de pipeline, les sorties comme bords, les objets comme messages Source : simhacker/moollm.

Comment installer data-flow ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/simhacker/moollm --skill data-flow Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor

Où se trouve le dépôt source ?

https://github.com/simhacker/moollm