orderly-plugin-write

Installation
SKILL.md

Orderly plugin — develop (SDK patterns)

Write plugin code after scaffolding. Covers architecture, interceptor strategies, hooks usage, and best practices.

When to use

  • User has scaffolded a plugin with orderly-plugin-create and wants to write the actual plugin code.
  • User wants to add or modify interceptors, hooks, lifecycle logic.

Three Core Principles

  1. Direct SDK Package Usage

    • Plugins can use @orderly.network/hooks, @orderly.network/ui, @orderly.network/utils directly — same as in host apps.
  2. Only SDK-Declared Injectable Targets Can Be Intercepted

    • UI modifications use interceptor pattern, not traditional slots.
    • Use the Inspector tool to discover available target paths.
    • Specify a component path (e.g., Trading.OrderEntry.SubmitButton) to intercept.
Related skills

More from orderlynetwork/orderly-skills

Installs
12
First Seen
Apr 10, 2026