iii-python-sdk
๐ฏSkillfrom iii-hq/skills
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)
Installation
npx vibeindex add iii-hq/skills --skill iii-python-sdknpx skills add iii-hq/skills --skill iii-python-sdk~/.claude/skills/iii-python-sdk/SKILL.mdSKILL.md
More from this repository10
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.
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.
Provides event-driven CQRS patterns for the iii engine, combining event sourcing with command-query separation using iii's Function and Trigger primitives.
Guides queue-based message processing in the iii engine, where queue topics serve as triggers that automatically route messages to the appropriate functions.
Provides durable workflow orchestration patterns in the iii engine, coordinating multi-step processes across workers with automatic retries and observability.
Teaches state management patterns in the iii engine, where state changes can trigger functions automatically and system state is observable in real time.
Guides reactive state change handling in the iii engine, where functions are automatically triggered when specific state transitions occur across the system.
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.
Guides configuration of the iii backend engine, covering worker connections, trigger declarations, and system setup for the unified execution environment.
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.