create-iterator
Installation
SKILL.md
Iterator Pattern Generator
Creates Iterator pattern infrastructure for sequential access to collection elements.
When to Use
| Scenario | Example |
|---|---|
| Traverse collections | Order items, user lists, product catalog |
| Multiple traversal algorithms | Forward, backward, filtered iteration |
| Unified collection interface | Standardize iteration across different types |
| Hide collection structure | Encapsulate internal representation |