๐ŸŽฏ

iii-sdk-reference

๐ŸŽฏSkill

from iii-hq/iii

VibeIndex|
What it does
|

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.

๐Ÿ“ฆ

Same repository

iii-hq/iii(23 items)

iii-sdk-reference

Installation

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

SKILL.md

414Installs
-
AddedMay 30, 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-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.

๐ŸŽฏ
iii-http-invoked-functions๐ŸŽฏSkill

Guides building HTTP-invoked functions on the iii backend engine, where functions are exposed as HTTP endpoints via triggers and the engine handles routing, retries, and observability across workers.