Skip to main content

Documentation Index

Fetch the complete documentation index at: https://orderly.network/docs/llms.txt

Use this file to discover all available pages before exploring further.

This handbook explains how to build, integrate, and publish Orderly SDK plugins using the devkit CLI (@orderly.network/devkit), the Orderly SDK Docs MCP server (@orderly.network/sdk-docs), and Orderly plugin agent skills (catalog: OrderlyNetwork/orderly-skills) for scaffolding and guided workflows. If you use an AI agent (Cursor, Claude Code, Codex, etc.), read this first: Skills-first workflow — why installing devkit + plugin skills + MCP together is the preferred way to use the Orderly SDK for plugins, what the four default skills do, and how they map to create → write → add → submit.

Who this is for

  • Developers adding UI or layout behavior to an Orderly-powered DEX host.
  • Teams submitting plugins to the Orderly Marketplace.
  • Developers and agents who want repeatable, Orderly-endorsed flows (skills) plus accurate API lookup (MCP).

Documentation map (Diátaxis)

SectionPurpose
Skills-first workflowRecommended: agent skills + devkit + MCP; lifecycle and install commands.
Getting startedInstall tools, scaffold a plugin, skills and MCP (15–20 minutes).
TutorialsStep-by-step: first plugin, host integration, Marketplace — each includes skills ↔ CLI mapping.
How-to guidesTask-focused: plugin types, interceptors, usagePrompt, host wiring.
ReferenceCLI commands, manifest, MCP tools, interceptors vs template flags.
Runtime injector targetsFull path table + devkit template subset (self-contained here).
RecipesShort, single-purpose pages.

Deeper SDK docs (npm packages — not stored in this folder)

Full registerPlugin, injectable, and TECH detail ship inside @orderly.network/plugin-core on npm (GUIDE, TECH). Layout customization docs ship with @orderly.network/layout-core on npm. Interceptor path strings summarized in-handbook:

Published CLIs used in this handbook

npm packageRole
@orderly.network/devkitBin orderly-devkit (create, login, submit, MCP/skills install).
@orderly.network/sdk-docsorderly-sdk-docs-mcp MCP server plus bundled doc indexes for agents.

MCP workflow slugs

orderly_docs_get_workflow may expose short stubs (for example plugin-create, plugin-integration). Their detailed steps overlap this handbook — start from skills-first and the tutorials below.