fp

Installation
SKILL.md

fp

The fp worker moves bulk data worker→worker. fp::pipe runs a short pipeline in one call: each step triggers a function and its result lands in the next step's payload at into (default /value); the caller receives per-step sizes and a preview — never the value itself. The ten fp::* transforms mirror their lodash namesakes, take input at value, and run inline as pipe steps, threading the transformed value itself onward — their { value } response wrapper appears only on standalone direct calls (fine for small values).

When to Use

Installs
1
Repository
iii-hq/workers
GitHub Stars
90
First Seen
Jul 23, 2026
fp — iii-hq/workers