workflow-completion-hooks
CommunityKnow exactly when a workflow finishes—no polling.
Software Engineering#event-driven#callbacks#async jobs#workflow-completion#claude orchestrator#stategraph integration#hook registry
Authortransreal
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you react to ClaudeOrchestrator Workflow completion without writing fragile polling loops or relying on timing assumptions.
Core Features & Use Cases
- Event-driven completion notification: Register completion hooks for a workflow so you get a single, reliable callback when it reaches a final state.
- Status-rich termination reporting: Receive Mode, Status, TerminationReason, timing, step count, and FinalMarking in a structured Association.
- Safe execution semantics: Ensures one-time firing per workflow id, isolates hook exceptions, and supports Immediate firing when registering after completion.
- Supports integration patterns: Enables completion-driven orchestration across multiple parallel workflows and adapter-based forwarding from shim layers.
Quick Start
Register a completion hook for your workflow id so your function is invoked automatically when the workflow ends, including whether it completed, failed, or was cancelled.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: workflow-completion-hooks Download link: https://github.com/transreal/claudecode/archive/main.zip#workflow-completion-hooks Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.