Source

iii-hq/skills

47 skills · 5.4K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
iii-cron-scheduling Registers cron triggers with 7-field expressions to run functions on recurring schedules. Use when scheduling periodi…
iii-hq/skills
249
2
iii-event-driven-cqrs Implements CQRS with event sourcing on the iii engine. Use when building command/query separation, event-sourced syst…
iii-hq/skills
222
3
iii-realtime-streams Pushes live updates to connected WebSocket clients via streams. Use when building real-time dashboards, live feeds, o…
iii-hq/skills
222
4
iii-queue-processing Enqueues jobs, configures retry policies, sets concurrency limits, and orders messages via named standard or FIFO que…
iii-hq/skills
221
5
iii-workflow-orchestration Orchestrates durable multi-step workflow pipelines on the iii engine. Use when building order fulfillment, data pipel…
iii-hq/skills
221
6
iii-dead-letter-queues Inspects and redrives jobs that exhausted all retries. Use when handling failed queue jobs, debugging processing erro…
iii-hq/skills
220
7
iii-engine-config Configures the iii engine via iii-config.yaml — modules, adapters, queue configs, ports, and environment variables. U…
iii-hq/skills
220
8
iii-state-management Creates scoped key-value stores, reads and writes state entries, lists keys, and performs partial updates across func…
iii-hq/skills
220
9
iii-state-reactions Registers state-type triggers that automatically fire functions when key-value state is created, updated, or deleted …
iii-hq/skills
220
10
iii-trigger-conditions Registers a boolean condition function and attaches it to triggers via condition_function_id so handlers only fire wh…
iii-hq/skills
220
11
iii-agentic-backend Creates and orchestrates multi-agent pipelines on the iii engine. Use when building AI agent collaboration, agent orc…
iii-hq/skills
219
12
iii-channels Binary streaming between workers via channels. Use when building data pipelines, file transfers, streaming responses,…
iii-hq/skills
219
13
iii-custom-triggers Builds custom trigger types for events iii does not handle natively. Use when integrating webhooks, file watchers, Io…
iii-hq/skills
219
14
iii-effect-system Builds composable, pipeable function chains on the iii engine. Use when building functional pipelines, effect systems…
iii-hq/skills
219
15
iii-functions-and-triggers Registers functions and triggers on the iii engine across TypeScript, Python, and Rust. Use when creating workers, re…
iii-hq/skills
219
16
iii-http-endpoints Exposes iii functions as REST API endpoints. Use when building HTTP APIs, webhooks, or inbound request handling where…
iii-hq/skills
219
17
iii-http-invoked-functions Registers external HTTP endpoints as iii functions using registerFunction(meta, HttpInvocationConfig). Use when adapt…
iii-hq/skills
219
18
iii-low-code-automation Builds trigger-transform-action automation chains on the iii engine. Use when building Zapier/n8n-style automations, …
iii-hq/skills
219
19
iii-node-sdk Node.js/TypeScript SDK for the iii engine. Use when building workers, registering functions, or invoking triggers in …
iii-hq/skills
219
20
iii-observability Integrates OpenTelemetry tracing, metrics, and logging into iii workers. Use when setting up distributed tracing, Pro…
iii-hq/skills
219
21
iii-python-sdk Python SDK for the iii engine. Use when building workers, registering functions, or invoking triggers in Python.
iii-hq/skills
219
22
iii-reactive-backend Builds reactive real-time backends on the iii engine. Use when building event-driven apps where state changes automat…
iii-hq/skills
219
23
iii-rust-sdk Rust SDK for the iii engine. Use when building high-performance workers, registering functions, or invoking triggers …
iii-hq/skills
219
24
iii-trigger-actions Selects how functions are invoked — synchronous calls that return results, fire-and-forget void dispatches, or durabl…
iii-hq/skills
219
25
agentic-backend Creates and orchestrates multi-agent pipelines on the iii engine. Use when building AI agent collaboration, agent orc…
iii-hq/skills
3
26
cron-scheduling Registers cron triggers with 7-field expressions to run functions on recurring schedules. Use when scheduling periodi…
iii-hq/skills
3
27
custom-triggers Builds custom trigger types for events iii does not handle natively. Use when integrating webhooks, file watchers, Io…
iii-hq/skills
3
28
dead-letter-queues Inspects and redrives jobs that exhausted all retries. Use when handling failed queue jobs, debugging processing erro…
iii-hq/skills
3
29
effect-system Builds composable, pipeable function chains on the iii engine. Use when building functional pipelines, effect systems…
iii-hq/skills
3
30
engine-config Configures the iii engine via iii-config.yaml — modules, adapters, queue configs, ports, and environment variables. U…
iii-hq/skills
3
31
event-driven-cqrs Implements CQRS with event sourcing on the iii engine. Use when building command/query separation, event-sourced syst…
iii-hq/skills
3
32
functions-and-triggers Registers functions and triggers on the iii engine across TypeScript, Python, and Rust. Use when creating workers, re…
iii-hq/skills
3
33
http-endpoints Exposes iii functions as REST API endpoints. Use when building HTTP APIs, webhooks, or inbound request handling where…
iii-hq/skills
3
34
http-invoked-functions Registers external HTTP endpoints as iii functions using registerFunction(meta, HttpInvocationConfig). Use when adapt…
iii-hq/skills
3
35
low-code-automation Builds trigger-transform-action automation chains on the iii engine. Use when building Zapier/n8n-style automations, …
iii-hq/skills
3
36
node-sdk Node.js/TypeScript SDK for the iii engine. Use when building workers, registering functions, or invoking triggers in …
iii-hq/skills
3
37
observability Integrates OpenTelemetry tracing, metrics, and logging into iii workers. Use when setting up distributed tracing, Pro…
iii-hq/skills
3
38
python-sdk Python SDK for the iii engine. Use when building workers, registering functions, or invoking triggers in Python.
iii-hq/skills
3
39
queue-processing Enqueues jobs, configures retry policies, sets concurrency limits, and orders messages via named standard or FIFO que…
iii-hq/skills
3
40
reactive-backend Builds reactive real-time backends on the iii engine. Use when building event-driven apps where state changes automat…
iii-hq/skills
3
41
realtime-streams Pushes live updates to connected WebSocket clients via streams. Use when building real-time dashboards, live feeds, o…
iii-hq/skills
3
42
rust-sdk Rust SDK for the iii engine. Use when building high-performance workers, registering functions, or invoking triggers …
iii-hq/skills
3
43
state-management Creates scoped key-value stores, reads and writes state entries, lists keys, and performs partial updates across func…
iii-hq/skills
3
44
state-reactions Registers state-type triggers that automatically fire functions when key-value state is created, updated, or deleted …
iii-hq/skills
3
45
trigger-actions Selects how functions are invoked — synchronous calls that return results, fire-and-forget void dispatches, or durabl…
iii-hq/skills
3
46
trigger-conditions Registers a boolean condition function and attaches it to triggers via condition_function_id so handlers only fire wh…
iii-hq/skills
3
47
workflow-orchestration Orchestrates durable multi-step workflow pipelines on the iii engine. Use when building order fulfillment, data pipel…
iii-hq/skills
3