@elyracode/stack-elyra-framework
v0.9.31
Published
Elyra stack profile for Elyra Framework (Rust + Svelte 5 desktop apps, https://github.com/kwhorne/elyra-framework)
Downloads
1,534
Maintainers
Readme
@elyracode/stack-elyra-framework
Elyra stack profile for Elyra Framework — a Rust + Svelte 5 framework for hyper-responsive desktop apps, with Laravel-inspired ergonomics (container, providers, middleware, a typed bridge) but compiled, binary, and without runtime overhead.
Gives the agent deep, working knowledge of the framework's actual API: #[command] handlers, the Ctx/container, the typed MessagePack bridge (rata codegen), EventBus/channel(), #[derive(Model)] + the query builder, the Cache/Storage/Queue facades, the elyra::ai SDK, and the rata CLI workflow — so generated Rust and Svelte code matches the framework's real conventions instead of guessing at a generic Tauri-like API.
Detection
Detected automatically by /init when a project has:
- an
elyra.tomlconfig file (written byrata new), or - a
Cargo.tomlwithelyraas a dependency
Installation
elyra install npm:@elyracode/stack-elyra-frameworkWhat's included
elyra-frameworkskill: architecture, the#[command]+ middleware pipeline,Ctx/container/providers, the typed bridge (rata codegen→ generatedapi.*),EventBus/channel(),Database/#[derive(Model)]/migrations,Cache/Storage/Queuefacades, theelyra::aiSDK, system integration (dialogs, tray, shortcuts, updater), and therataCLI workflow./elyra-framework:info: quick reference to the loaded skill.
Learn more
Full documentation lives at elyracode.com/framework.
