lumia-plugin
v0.7.4
Published
Command-line tools for creating, building, and validating Lumia Stream plugins.
Readme
Lumia Stream Plugin CLI
The lumia-plugin package bundles the command-line tools for creating, building, and validating Lumia Stream plugins without pulling the full SDK into your runtime dependencies.
Commands
npx lumia-plugin create <directory>
npx lumia-plugin build [--dir <path>] [--out <file>]
npx lumia-plugin validate <plugin-directory>
npx lumia-plugin skills [tool] [--target <path>] [--codex-home <path>]Quick examples:
npx lumia-plugin skills
npx lumia-plugin skills claude
npx lumia-plugin skills copilot
npx lumia-plugin skills gemini
npx lumia-plugin skills cursor
npx lumia-plugin skills codex
npx lumia-plugin skills codex --codex-home "$CODEX_HOME"Run any command with --help to see detailed options.
Template
The CLI ships with a showcase template that demonstrates settings, actions, variables, and alert handling. It mirrors the starter plugin available in this repository so the CLI can scaffold it anywhere.
License
MIT
