If you've ever manually orchestrated Promise.all chains to squeeze out parallelism while respecting dependencies, this is the library that automates that. You declare tasks with inline dependency references via ctx.$, and it builds the DAG for you, running everything as parallel as possible. Full TypeScript inference on results. The value proposition is obvious: instead of carefully splitting your async work into multiple Promise.all waves, you write it declaratively and let the library handle execution order. It's a narrow tool for a specific pain point, but if you've felt that pain, you'll immediately see why this exists.
npx skills add https://github.com/casper-studios/casper-marketplace --skill better-all