langgraph-parallel
✓LangGraph parallel execution patterns. Use when implementing fan-out/fan-in workflows, map-reduce over tasks, or running independent agents concurrently.
Installation
SKILL.md
| Max parallel | 5-10 concurrent (avoid overwhelming APIs) | | Error handling | returnexceptions=True (don't fail all) | | Timeout | 30-60s per branch | | Accumulator | Use Annotated[list, add] for results |
fanout-pattern Keywords: fanout, parallel, concurrent, scatter Solves:
parallel-template Keywords: template, implementation, parallel, agent Solves:
LangGraph parallel execution patterns. Use when implementing fan-out/fan-in workflows, map-reduce over tasks, or running independent agents concurrently. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill langgraph-parallel- Source
- yonatangross/orchestkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is langgraph-parallel?
LangGraph parallel execution patterns. Use when implementing fan-out/fan-in workflows, map-reduce over tasks, or running independent agents concurrently. Source: yonatangross/orchestkit.
How do I install langgraph-parallel?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill langgraph-parallel Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01