Plan, generate, normalize, validate, and publish visual assets for an ADV.JS game. Use when creating character tachie and expression variants, backgrounds, CG illustrations, thumbnails, or an asset manifest; replacing placeholders with original artwork; preparing immutable CDN/COS object paths; or auditing provenance…
Debug and analyze an ADV.JS project using deterministic checks. Use when validating scripts, resolving missing character or scene references, finding dead branches or orphan scenes, measuring route coverage, inspecting compiled project context, or replaying a failing narrative path.
Play and narrate an ADV.JS visual novel through its deterministic runtime. Use when an agent must load project context, advance dialogue, choose branches, inspect stage state, move backward, manage named saves, replay a route, or present an interactive story session to a user.
Spin up StreamKit's local observability stack (skit + Prometheus + Grafana, optional speech gateway) and validate the Grafana dashboards end-to-end. Use when testing metrics/dashboards, debugging empty dashboard panels, or reproducing the speech-gateway monitoring setup locally.
Testing the Convert and Stream views end-to-end in StreamKit. Use when writing or running browser-based tests for oneshot pipelines (TTS, transcription, file conversion) or dynamic MoQ stream pipelines, including marketplace plugin installation and YAML-driven UI controls.
End-to-end testing of the StreamKit web-capture gateway demo (examples/web-capture) with the native servo plugin. Use when verifying clip/cast endpoints, servo page rendering, or cross-session pixel isolation.
Operate the engine's distributed substrate — openraft consensus with automatic failover, multi-Raft groups, online resharding (ownership move / hibernate / rehydrate), cross-shard 2PC, and the per-tenant catalog — plus the scope-gated ADMIN tier: RBAC policy administration and ops backup/restore. Use when scaling the…