add-nodebridge-handler - Add NodeBridge Handler to System
Adds a new message handler to the NodeBridge communication system
Tags
Updated: 2026-03-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- add handler to src/nodeBridge.ts
- update types in src/nodeBridge.types.ts
- add test entry to scripts/test-nodebridge.ts
- test handler via command line
Inputs
- src/nodeBridge.ts
- src/nodeBridge.types.ts
- scripts/test-nodebridge.ts
- handler name
- input type definitions
- output type definitions
- cwd parameter
Outputs
- updated nodeBridge.ts file
- updated nodeBridge.types.ts file
- test script entry
- working handler implementation
Requirements
- Node.js environment
- TypeScript project
- NodeBridge system
- message bus access
