# @wooksjs/event-wf

> @wooksjs/event-wf

Latest version **0.7.23** (published 2026-09-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @wooksjs/event-wf
pnpm add @wooksjs/event-wf
yarn add @wooksjs/event-wf
bun add @wooksjs/event-wf
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.7.23 |
| Published | 2026-09-17 |
| First published | 2023-07-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 62.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Artem Maltsev |
| Maintainers | mav-rik |
| Keywords | app, composables, framework, http, prostojs, wooks, workflow |

## Links

- npm: https://www.npmjs.com/package/@wooksjs/event-wf
- Repository: https://github.com/wooksjs/wooksjs
- Homepage: https://github.com/wooksjs/wooksjs/tree/main/packages/event-wf#readme
- Issues: https://github.com/wooksjs/wooksjs/issues
- npm.io page: https://npm.io/package/@wooksjs/event-wf

## Dependencies (1)

- [@prostojs/wf](https://npm.io/package/@prostojs/wf.md) ^0.2.1

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 0.7.23 (latest) — 2026-09-17
- 0.7.22 — 2026-07-29
- 0.7.21 — 2026-07-17
- 0.7.20 — 2026-07-11
- 0.7.19 — 2026-06-10
- 0.7.18 — 2026-06-10
- 0.7.17 — 2026-06-05
- 0.7.16 — 2026-05-28
- 0.7.15 — 2026-05-26
- 0.7.14 — 2026-05-26
- 0.7.13 — 2026-05-20
- 0.7.12 — 2026-05-15
- 0.7.11 — 2026-05-07
- 0.7.10 — 2026-04-21
- 0.7.9 — 2026-04-14
- … 82 more at https://npm.io/package/@wooksjs/event-wf/versions

## README

# @wooksjs/event-wf

<p align="center">
<img src="../../wooks-logo.png" width="450px"><br>
<a  href="https://github.com/wooksjs/wooksjs/blob/main/LICENSE">
    <img src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge" />
</a>
</p>

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](https://github.com/prostojs/wf).

## Installation

```sh
npm install @wooksjs/event-wf
```

## Documentation

For full documentation, visit [wooks.moost.org/wf](https://wooks.moost.org/wf/).

## AI Agent Skills

This package ships with structured skill files for AI coding agents (Claude Code, Cursor, Windsurf, Codex, etc.).

```bash
# 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`:

```json
{
  "scripts": {
    "postinstall": "wooksjs-event-wf-skill --postinstall"
  }
}
```

## License

MIT

---
_Source: https://npm.io/package/@wooksjs/event-wf · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
