Compose vs Clone
Choose shadcn install, Composer export, or cloning the directory repo depending on how you want to consume agents.
Three ways to take agents out of Eve Directory:
Install with shadcn CLI
Best when you already have an Eve project and want one agent (or extension) dropped in place.
npx shadcn@latest add @evedirectory/<slug>Composer
Best when you want a starter zip with multiple selected agents/extensions. Open Composer, add listings, export.
Composer is local-only for now (selection in localStorage). No account required.
Clone this repo
Best when you are contributing catalog content or running the directory site itself.
git clone https://github.com/nolly-studio/eve-directory.git
cd eve-directory
pnpm install
pnpm devCatalog source lives under catalog/ — not a substitute for eve init in an application.