iii-reactive-backend
PassAudited by ClawScan on Apr 16, 2026.
Overview
The skill is an instruction-only pattern guide for building reactive backends with the iii engine and its requested surface (no installs, no env vars, no filesystem access) aligns with that purpose.
This is a documentation-style, instruction-only skill that appears coherent with its stated purpose. Before installing/use: (1) confirm your agent runtime actually implements the iii primitives referenced (registerWorker, registerTrigger, state::set, stream::send) — otherwise the examples won't run; (2) note the SKILL.md points to a ../references/reactive-backend.js example that isn't bundled — ensure the agent won't try to load arbitrary filesystem paths or fetch external code without explicit approval; (3) review any example code you paste/run from this pattern for network endpoints, logging, or side-effecting operations before execution; and (4) avoid supplying unrelated secrets — this skill does not require them.
