graph-patterns
Original:🇺🇸 English
Translated
2 scripts
LangGraph workflow patterns including basic graphs, conditional routing, parallel execution, and subgraphs. Use when designing graph structure or workflow flow.
9installs
Added on
NPX Install
npx skill4agent add vanman2024/ai-dev-marketplace graph-patternsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Graph Patterns
Skill for LangGraph workflow design patterns.
Overview
Design patterns for:
- Linear workflows
- Conditional branching
- Parallel execution
- Nested subgraphs
Use When
This skill is automatically invoked when:
- Designing workflow structure
- Adding conditional logic
- Implementing parallel nodes
- Creating reusable subgraphs
Available Scripts
| Script | Description |
|---|---|
| Initialize LangGraph project |
Available Templates
| Template | Description |
|---|---|
| Basic Python graph |
| Conditional routing |