Skip to content
This content is for v0.1. Switch to the latest version for up-to-date documentation.

Recursive Plugin SDK

Everything you need to extend Recursive — tools, workflows, adapters, skills, rules, and UI components.

MCP Tools

Add tools that agents call via the Model Context Protocol. Build structured inputs, validate parameters, and return machine-readable results.

Agent Adapters

Connect new agent CLIs to Recursive. Wrap any CLI tool with a spawn/send/terminate lifecycle.

Skills & Rules

Shape agent behavior with task-specific knowledge (skills) and always-on constraints (rules).

Workflows

Define multi-step pipelines that orchestrate agents through research, planning, building, testing, and review.

Dashboard UI

Extend the Recursive dashboard with Svelte 5 components — views, panels, navigation, commands, and chat renderers.

Lifecycle Hooks

React to platform events (session complete, task status change, commit created) with server-side or client-side handlers.