Licence
MIT
Version
0.7.23
Deps
1
Size
63 kB
Vulns
0
Weekly
0
@wooksjs/event-wf
Workflow event processing for the Wooks framework. Manage complex workflows with conditional branching, parametric steps, and user input requirements, built on top of @prostojs/wf.
Installation
npm install @wooksjs/event-wf
Documentation
For full documentation, visit wooks.moost.org/wf.
AI Agent Skills
This package ships with structured skill files for AI coding agents (Claude Code, Cursor, Windsurf, Codex, etc.).
# Project-local (recommended — version-locked, commits with your repo)
npx wooksjs-event-wf-skill
# Global (available across all your projects)
npx wooksjs-event-wf-skill --global
To keep skills automatically up-to-date, add a postinstall script to your package.json:
{
"scripts": {
"postinstall": "wooksjs-event-wf-skill --postinstall"
}
}
License
MIT
