Loading...
Loading...
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').
npx skill4agent add orderlynetwork/orderly-skills orderly-plugin-genorderbook-flashpnl-cardwidgetpagelayoutpackages/node ~/.cursor/skills/orderly-plugin-gen/scripts/create-plugin.mjs \
--name <plugin-name> \
--type <widget|page|layout> \
--path <absolute-parent-path>pnpm installsrc/index.tsxpluginsOrderlyProviderplugin-<name>/
├── package.json
├── tsconfig.json
├── tsup.config.ts
└── src/
├── index.tsx
└── components/
└── .gitkeep