
π―Skills24
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.
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.
Guides reactive state change handling in the iii engine, where functions are automatically triggered when specific state transitions occur across the system.
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.
Provides observability patterns for the iii engine, covering traces, metrics, and real-time system behavior monitoring across all connected workers and functions.
Enables low-code automation workflows in the iii engine by composing functions and triggers declaratively without writing boilerplate routing or retry logic.
Teaches reactive backend patterns in the iii engine where the system responds to events in real time through live discovery, extensibility, and observability.
Core skill teaching iii's fundamental primitives β Functions (units of work) and Triggers (what causes them to run) β for building backend systems with a single execution model.
Guides usage of the iii Rust SDK for building high-performance workers that connect to the iii engine with full access to functions, triggers, and observability.
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.
Guides implementation of HTTP-invoked functions in the iii engine, where HTTP requests trigger function execution with automatic routing and error handling.
Provides guidance on implementing trigger-based actions in the iii backend engine, enabling functions to execute automatically in response to events like HTTP requests, cron schedules, or state changes.
Guides usage of the iii Node.js SDK for connecting workers, registering functions, and declaring triggers in JavaScript/TypeScript applications.
Teaches creation of custom trigger types in the iii engine beyond built-in HTTP, cron, and queue triggers, enabling domain-specific event sources.
Provides guidance on the iii effect system for managing side effects in functions, ensuring predictable execution and clean separation of pure logic from I/O.
Teaches building AI agent backends with the iii engine, leveraging its live discovery and extensibility for dynamic agent capability registration and orchestration.
Teaches pub/sub channel patterns in the iii engine for real-time event streaming between functions and workers with live discovery and delivery guarantees.
Guides creation of HTTP endpoints in the iii engine, exposing functions via HTTP routes with automatic discovery and connection to the execution model.