auto_agent/docs/skills/agently-triggerflow-orchestration/SKILL.md
Event-driven TriggerFlow orchestration patterns and branching.
npx skillsauth add agentera/agently-nexustodo agently-triggerflow-orchestrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for event-driven orchestration, branching, and runtime_data/collect flows.
to() / when() / collect().runtime_data for per-execution state.batch() or for_each() for fan-out work.examples/standard_trigger_flow_usage.pyexamples/triggerflow_emit_when_collect.pyexamples/triggerflow_runtime_data_collect.pyexamples/plan_execute_basic.pyexamples/iterative_refinement_loop.pySee examples/run.sh for runnable commands.
tools
Streaming outputs, runtime streams, and ReAct-style tool loops.
data-ai
Structured output patterns with ensure_keys, ordering, and instant streaming.
development
Translate LangChain/LangGraph patterns into Agently code (model control + TriggerFlow).
development
FastAPI service wrappers for Agently Agent + TriggerFlow (POST, SSE, WebSocket).