eliza-app-development
Installation
SKILL.md
eliza app development
This repository is an elizaOS application: a local-first assistant with CLI, dashboard, Electrobun desktop shell, connectors, and Eliza Cloud integration. Eliza is this app’s product and CLI name—not a separate platform from elizaOS.
Read These References First
references/repo-map.mdfor layout, edit targets, and common commandsreferences/runtime-and-cloud.mdfor runtime flow, onboarding, service routing, skills, and Eliza Cloud behavior
Editing Heuristics
- Prefer
packages/app-core/for app shell behavior (API, CLI, onboarding, config). - Prefer
packages/agent/for agent providers, services, and runtime glue around elizaOS. - Prefer
packages/app/for UI work andpackages/app-core/platforms/electrobun/for the Electrobun native shell. - Treat
packages/cloud/as the Eliza Cloud product and backend surface.