effect-iteration

Official

Master effectful iteration with concurrency.

Authoragentxm
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Efficiently orchestrate iteration in effectful programs by selecting the right primitive (forEach, all, Schedule, loop) to balance concurrency, determinism, and reliability.

Core Features & Use Cases

  • Effect.forEach handles per-element effectful work with configurable concurrency.
  • Effect.all composes a fixed set of heterogeneous effects while preserving shape.
  • Schedule enables retries, polling, and time-based workflows.
  • Practical guidance on avoiding anti-patterns like using for...of with yield* and pushing results.

Quick Start

Process a list of items with an effectful operation, selecting an appropriate tool (forEach, all, or Schedule) to meet your concurrency and retry requirements.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: effect-iteration
Download link: https://github.com/agentxm/axm/archive/main.zip#effect-iteration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.