Learn-skills.dev agently-langgraph-to-triggerflow
Use when a migration is already known to stay on the LangGraph orchestration side, including stages, routing, checkpoints, interrupts, persistence, streaming, and subgraph boundaries.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/agentera/agently-skills/agently-langgraph-to-triggerflow" ~/.claude/skills/neversight-learn-skills-dev-agently-langgraph-to-triggerflow && rm -rf "$T"
manifest:
data/skills-md/agentera/agently-skills/agently-langgraph-to-triggerflow/SKILL.mdsource content
LangGraph To TriggerFlow
Use this skill after migration ownership is already confirmed to be LangGraph orchestration work.
Native-First Rules
- map graph orchestration concerns into TriggerFlow rather than rebuilding a graph layer
- preserve explicit orchestration stages, state, and resume behavior
- combine with request-side response skills only when a workflow step needs them
Anti-Patterns
- do not flatten orchestration semantics into one large request
- do not rebuild LangGraph primitives outside TriggerFlow first
Read Next
references/overview.md