@wooksjs/event-wf
v0.7.8
Published
@wooksjs/event-wf
Maintainers
Readme
@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-wfDocumentation
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 --globalTo keep skills automatically up-to-date, add a postinstall script to your package.json:
{
"scripts": {
"postinstall": "wooksjs-event-wf-skill --postinstall"
}
}License
MIT
