๐ŸŽฏ

iii-python-sdk

๐ŸŽฏSkill

from iii-hq/skills

VibeIndex|
What it does
|

Guides usage of the iii Python SDK for connecting Python-based workers to the iii engine, enabling Python functions to participate in the unified execution model.

๐Ÿ“ฆ

Same repository

iii-hq/skills(24 items)

iii-python-sdk

Installation

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

SKILL.md

219Installs
-
AddedApr 7, 2026

More from this repository10

๐ŸŽฏ
iii-cron-scheduling๐ŸŽฏSkill

A skill for the iii engine that registers cron triggers using 7-field expressions to run functions on recurring schedules, suitable for periodic jobs, timed automation, cleanup routines, report generation, and health checks.

๐ŸŽฏ
iii-realtime-streams๐ŸŽฏSkill

A skill for the iii engine that pushes live updates to connected WebSocket clients via streams, enabling real-time dashboards, live feeds, and collaborative features with CRUD operations for stream items.

๐ŸŽฏ
iii-event-driven-cqrs๐ŸŽฏSkill

Provides event-driven CQRS patterns for the iii engine, combining event sourcing with command-query separation using iii's Function and Trigger primitives.

๐ŸŽฏ
iii-queue-processing๐ŸŽฏSkill

Guides queue-based message processing in the iii engine, where queue topics serve as triggers that automatically route messages to the appropriate functions.

๐ŸŽฏ
iii-workflow-orchestration๐ŸŽฏSkill

Provides durable workflow orchestration patterns in the iii engine, coordinating multi-step processes across workers with automatic retries and observability.

๐ŸŽฏ
iii-state-management๐ŸŽฏSkill

Teaches state management patterns in the iii engine, where state changes can trigger functions automatically and system state is observable in real time.

๐ŸŽฏ
iii-state-reactions๐ŸŽฏSkill

Guides reactive state change handling in the iii engine, where functions are automatically triggered when specific state transitions occur across the system.

๐ŸŽฏ
iii-dead-letter-queues๐ŸŽฏSkill

A Claude Code skill for managing dead letter queues in the iii platform, providing patterns for inspecting failed jobs, redriving them after fixes, and configuring retry behavior with exponential backoff.

๐ŸŽฏ
iii-engine-config๐ŸŽฏSkill

Guides configuration of the iii backend engine, covering worker connections, trigger declarations, and system setup for the unified execution environment.

๐ŸŽฏ
iii-trigger-conditions๐ŸŽฏSkill

Provides guidance on conditional trigger evaluation in the iii engine, allowing fine-grained control over when and how functions are invoked based on event properties.