What problem does it solve?
This Skill helps you safely change how the Space Agent frontend boots, behaves at runtime, and composes shared framework UI so features stay consistent and reusable across the app.
Core Features & Use Cases
- Browser runtime behavior changes: Update rules for framework-backed pages, shared runtime namespaces, and reusable frontend composition patterns under
app/.
- Framework bootstrap and head lifecycle control: Coordinate initialization order via
initFw.js and decide when to use declarative head tags versus imperative initializer hooks.
- Store orchestration and shared utilities: Define how runtime stores mount/unmount, manage async work, and leverage shared helpers like markdown render/parse, YAML parse/stringify, proxy/fetch behaviors, and attachment-style download URLs.
Quick Start
Use the Frontend Runtime skill to update the browser runtime behavior for framework-backed pages and shared UI/store composition under app/, then run a quick sanity check that the correct boot/initializer hooks are used and shared helpers still resolve from globalThis.space.