data-flow

Builds deterministic data pipelines using directories as processing nodes.

49|6|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/SimHacker/moollm --skill data-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-flow
Source: https://github.com/SimHacker/moollm/tree/main/skills/data-flow
Command: npx skills add https://github.com/SimHacker/moollm --skill data-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables building deterministic, Kilroy-style pipelines by treating directories (rooms) as processing nodes, exits as edges, and files as messages. This reduces manual wiring of data flows and makes complex data processing easier to compose, automate, and audit.

Core Features & Use Cases

  • Rooms as processing nodes with inbox/outbox semantics
  • Exits as edges enabling message passing between rooms
  • Deterministic, script/LLM/hybrid processors for each stage
  • Use Case: build a multi-stage data-cleaning pipeline from raw uploads to a final report

Quick Start

Create a multi-stage pipeline by connecting rooms and THROWing objects through exits to route them along the pipeline.