Stack profiles
Stack profiles bundle deep, framework‑specific knowledge as Elyra skills. Once installed, the agent knows your stack’s conventions, component APIs, lifecycle rules, and common gotchas — and it’s detected automatically when you start a session in a matching project.
Install
elyra install npm:@elyracode/stack-<name>
Available profiles
| Profile | Stack |
|---|---|
@elyracode/stack-tall |
Tailwind, Alpine.js, Laravel, Livewire 4, Flux UI |
@elyracode/stack-vilt |
Vue 3, Inertia.js, Laravel, Tailwind |
@elyracode/stack-rilt |
React 19, Inertia.js 2, Laravel, Tailwind 4, shadcn/ui |
@elyracode/stack-primevue |
PrimeVue 4 (80+ components) for Vue 3 + Laravel/Inertia |
@elyracode/stack-filament |
Filament v5 admin panels for Laravel |
@elyracode/stack-laravel-ai |
Laravel AI SDK — agents, tools, embeddings, vector stores |
Auto‑detection
Elyra inspects composer.json, package.json, and your dependency tree. When a matching stack is found, it suggests installing the profile if it isn’t already enabled.
Combine freely
Stack profiles are pure knowledge packs — they don’t conflict with each other. A Laravel project running Filament for admin and TALL for the public site can install both.