Elyra Framework
Rust core, Svelte 5 UI — Laravel ergonomics for native desktop apps.
@elyracode/stack-elyra-framework teaches the agent how an Elyra Framework app is put together: the container and service providers, the #[command] middleware pipeline, the typed MessagePack bridge and rata codegen, the Active Record ORM and migrations, windows/menu/tray/updater, sidecar processes, and the Queue/Cache/Storage facades — plus the Ratatosk (rata) CLI workflow.
Install
elyra install npm:@elyracode/stack-elyra-framework
What’s included
- Skills — the container + providers lifecycle, writing
#[command]handlers and middleware, the event bus and typed bridge,rata codegenfor the TypeScript facade,#[derive(Model)]andrata migrate, windows/menu/global shortcuts/tray/updater, sidecar processes, and the Queue/Cache/Storage facades. - Commands —
/elyra-framework:infoshows the profile status.
Auto‑detection
Elyra detects Elyra Framework projects via an elyra.toml file or an elyra dependency in Cargo.toml, and suggests this profile.