The n8n Loops skill codifies best practices for iteration in n8n workflows. It explains the three core meanings of "loop": default per-item execution, single-run (executeOnce) aggregate execution, and explicit batching via the Loop Over Items node. The documentation clarifies when to rely on the platform's implicit per-item iteration versus when to set executeOnce or use Loop Over Items for rate-limited or chunked processing. It also covers HTTP Request pagination as the preferred approach for paginated APIs.
Use this skill when building or debugging n8n workflows that process arrays, call paginated APIs, need batching/rate-limiting, or must aggregate results into a single payload. Apply it when encountering duplicate outputs from aggregates, unexpected repeated webhooks, or LLM calls firing multiple times. It is useful for both beginners learning n8n and engineers optimizing production workflows.
references/ directory (e.g., HTTP_PAGINATION.md and LOOP_OVER_ITEMS.md) with configuration examples.executeOnce, pagination patterns, Loop Over Items wiring, and anti-patterns to avoid.Useful for agents advising on workflow automation, orchestration, and low-code platforms (automation/DevOps assistants, integration specialists).
n8n-loops is a pure documentation/guidance skill for handling iteration in n8n workflows — covering default per-item execution, executeOnce, Loop Over Items, and HTTP pagination. No scripts bundled; the skill is entirely SKILL.md content. The documentation is thorough with a clear decision tree, anti-patterns table, and well-differentiated scenarios. Referenced files (LOOP_OVER_ITEMS.md, HTTP_PAGINATION.md) are not bundled, which limits standalone completeness. No security concerns whatsoever.
High-quality documentation skill. Clean frontmatter, specific triggers, well-structured content with decision tree and anti-patterns. Only gap is missing referenced files that would make it more complete standalone.