🎯

iii-node-sdk

🎯Skill

from iii-hq/iii

VibeIndex|
What it does
|

Provides the Node.js SDK for connecting workers to the iii backend engine, enabling function registration, trigger binding, and durable orchestration across distributed services from Node.js applications.

πŸ“¦

Same repository

iii-hq/iii(23 items)

iii-node-sdk

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add iii-hq/iii --skill iii-node-sdk
skills.sh Install⚠ Installs to .agents/skills/
npx skills add iii-hq/iii --skill iii-node-sdk
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/iii-node-sdk/SKILL.md

SKILL.md

194Installs
-
AddedApr 11, 2026

More from this repository10

🎯
iii-engine-config🎯Skill

Guides configuring the iii backend engine, which unifies API routing, task queues, cron scheduling, pub/sub, state management, and observability into a single process using Function, Trigger, and Worker primitives.

🎯
iii-error-handling🎯Skill

Part of iii, a composable runtime that lets you add workers (services, agents, sandboxes) to a live catalog where they discover and call each other instantly through three primitives: Workers, Functions, and Triggers.

🎯
iii-architecture-patterns🎯Skill

Provides architecture patterns for composing iii primitives into backend systems including durable workflows, reactive backends, agentic pipelines, event-driven CQRS, effect pipelines, and trigger-transform-action automation.

🎯
iii-sdk-reference🎯Skill

SDK reference for the iii platform covering Node.js, browser, Python, and Rust clients with APIs for worker initialization, function/trigger registration, invocation, channels, logging, and OpenTelemetry integration.

🎯
iii-browser-sdk🎯Skill

Browser-optimized SDK for connecting web applications to the iii engine via WebSocket, enabling frontend code to register functions, invoke server-side triggers, and consume real-time streams.

🎯
iii-trigger-actions🎯Skill

Covers trigger action modes in the iii backend engine, including fire-and-forget (Void), durable async (Enqueue), and direct invocation patterns for controlling how functions are executed across workers.

🎯
iii-workflow-orchestration🎯Skill

Guides building durable workflow orchestration on the iii engine, chaining functions across distributed workers with automatic retry handling, state management, and end-to-end observability.

🎯
iii-custom-triggers🎯Skill

Guides creating custom trigger types in the iii backend engine beyond built-in HTTP, cron, and queue triggers, allowing developers to define domain-specific event sources that fire functions.

🎯
iii-trigger-conditions🎯Skill

Skill for configuring trigger conditions in the iii backend engine, defining when functions execute based on event sources like HTTP requests, cron schedules, queue messages, and state changes.

🎯
iii-functions-and-triggers🎯Skill

Covers the core Function and Trigger primitives of the iii backend engine, teaching how to define units of work, bind them to event sources (HTTP, cron, queue, state change), and orchestrate execution across distributed workers.