Community
Discover, share, and contribute to the LumenFlow pack ecosystem.
Pack Ecosystem
LumenFlow packs are domain plugins that teach AI agents new capabilities. Each pack bundles tools, policies, and task types into a self-contained module that plugs into the LumenFlow kernel.
Getting Started
1
Install LumenFlow
Add LumenFlow to your project with a single command.
npx lumenflow init
2
Browse Packs
Explore domain packs in the marketplace to find the right tools for your workflow.
3
Install a Pack
Add a pack to your workspace and start using its tools immediately.
npx lumenflow pack:install --id software-delivery --source registry
4
Create Your Own
Scaffold a new pack and publish it to the registry for others to use.
npx lumenflow pack:scaffold my-pack