JSPM

  • Created
  • Published
  • Downloads 1873
  • Score
    100M100P100Q177320F
  • License MIT

@wooksjs/event-core

Package Exports

  • @wooksjs/event-core
  • @wooksjs/event-core/package.json

Readme

@wooksjs/event-core


Typed, per-event context with lazy cached computations, composable API, and AsyncLocalStorage propagation. The foundation of the Wooks event processing framework.

Installation

npm install @wooksjs/event-core

Documentation

For full documentation, visit wooks.moost.org.

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-core-skill

# Global (available across all your projects)
npx wooksjs-event-core-skill --global

To keep skills automatically up-to-date, add a postinstall script to your package.json:

{
  "scripts": {
    "postinstall": "wooksjs-event-core-skill --postinstall"
  }
}

License

MIT