data-flow
✓Rooms as pipeline nodes, exits as edges, objects as messages
Installation
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 |
Rooms as pipeline nodes, exits as edges, objects as messages Source: simhacker/moollm.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/simhacker/moollm --skill data-flow- Source
- simhacker/moollm
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is data-flow?
Rooms as pipeline nodes, exits as edges, objects as messages Source: simhacker/moollm.
How do I install data-flow?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/simhacker/moollm --skill data-flow Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/simhacker/moollm
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01