Elyra
Elyra The coding agent Elyra Conductor Local project conductor Elyra SQL Anywhere Replication-ready SQL engine
Development
Development
Elyra
Extensions

Extensions

Elyra extensions are first-party packages that add tools, skills, and slash commands to the agent. Install only what you need - every extension is opt-in, works standalone, and can be enabled per project or globally.

Install

elyra install npm:@elyracode/<name>

Add -l to install for the current project only (writes to .elyra/settings.json instead of ~/.elyra/agent/settings.json):

elyra install -l npm:@elyracode/doctor

To try a package without installing it, use -e:

elyra -e npm:@elyracode/flux-ui

See Elyra Packages for the full install, update, and source-format reference.

Catalog

Delegation & quality

Package What it gives you
@elyracode/subagents Scout, reviewer, planner, worker, oracle and parallel execution
@elyracode/swarm Multi-agent pipelines — /swarm build, /swarm review, /swarm refactor with visual progress
@elyracode/doctor Health checks: security, dependencies, code debt, code quality
@elyracode/test-gen Test generation - Pest for Laravel, Vitest for TypeScript
@elyracode/perf-tools N+1 detection, slow queries, missing indexes

Design & UI

Package What it gives you
@elyracode/design-tools Live browser preview, screenshots, Tailwind consistency checks
@elyracode/flux-ui Live Flux UI component index, Blade‐to‐Flux converter, page generator
@elyracode/anna Anna.js — Markdown presentations with terminal animations, live code, Mermaid

Data & integration

Package What it gives you
@elyracode/db-tools MySQL, ClickHouse and SQLite with schema awareness
@elyracode/http-tools API testing, live documentation fetching, OpenAPI parsing
@elyracode/git-intel Session briefings, commit messages, PR descriptions
@elyracode/docker Docker — container exec, log tailing, compose operations, .env sync
@elyracode/youtrack YouTrack — issue CRUD, comments, tags, links, projects, knowledge base, time tracking

Workflow & sessions

Package What it gives you
@elyracode/workflows Code-orchestrated pipelines — prompt, run, if, parallel steps with template interpolation
@elyracode/btw Side conversations — /btw, /btw:inject, /btw:summarize, /btw:thread for parallel questions without polluting main context

Laravel ecosystem

Package What it gives you
@elyracode/laravel Deep Laravel project understanding — models, relationships, routes, architecture analysis, docs search, log reading
@elyracode/herd Laravel Herd: services, logs, .env sync, PHP version switching
@elyracode/laravel-starters Fetch official Laravel 13.x starter kits as reference
@elyracode/i18n-tools Find hardcoded strings, detect missing translation keys

Code intelligence

Package What it gives you
@elyracode/lsp-typescript TypeScript LSP — go-to-definition, find-references, diagnostics, hover
@elyracode/lsp-php PHP/Laravel LSP — go-to-definition, find-references, diagnostics, hover

Content & discoverability

Package What it gives you
@elyracode/seo SEO and LLM optimization — audit, llms.txt, schema.org, meta tags

Stack profiles

Stack profiles add deep, framework-specific knowledge as skills. They're documented separately in Stack profiles.

Security note

Extensions run with full system access. Review the source of any third-party package before installing.