orderly-plugin-create
Orderly plugin — create (CLI)
Scaffold a new plugin package using @orderly.network/cli (the official template).
When to use
- User wants to generate a new plugin project from the CLI template.
- After scaffolding, use orderly-plugin-write to develop plugin code.
Prerequisites
- Node.js >= 20.19.0
- CLI:
npx orderly-devkit(preferred if repo depends on CLI) ornpx @orderly.network/cli
Inputs to collect
Ask for these if missing. For naming validation rules, see reference.md § Naming conventions:
| Input | Flag | Description |
More from orderlynetwork/orderly-skills
orderly-plugin-write
Use when the user wants to write / develop Orderly plugin code — including interceptors, hooks, lifecycle hooks, component patterns, and best practices. Triggers on "develop Orderly plugin", "write plugin", "add interceptor", "plugin architecture", "Orderly hooks", "plugin component", "Orderly SDK patterns".
12orderly-plugin-add
Add / integrate / register an Orderly plugin into an Orderly SDK DEX host app. Use when the user wants to install an Orderly plugin, wire a plugin into OrderlyAppProvider, or connect a local plugin package. Triggers on "add Orderly plugin", "install Orderly plugin", "integrate Orderly plugin".
12orderly-plugin-submit
Prepare and submit / publish an Orderly plugin to the Marketplace via `orderly-devkit submit`. Covers README generation (with user consent), required usagePrompt drafting and approval, manifest updates, and API submission. Use when the user wants to publish, release, upload, or submit a plugin to the Orderly Marketplace. Triggers on "submit plugin", "publish plugin", "release plugin", "marketplace", "upload plugin", "usagePrompt", "orderly-devkit submit", "plugin manifest".
12orderly-plugin-gen
Generate Orderly SDK plugin scaffolding with unique ID, registration boilerplate, and typed interceptors. Use when the user mentions creating, developing, registering, implementing, or generating a plugin (e.g. 'create a plugin', 'generate a plugin', 'develop a plugin', 'register a plugin', 'implement a plugin', 'build a plugin', 'add a plugin', 'scaffold a plugin', 'new plugin').
8