Build with an AI agent
These docs are published in a machine-readable form, so an AI coding agent can read the whole SDK and build a plugin for you. Install the package, point your agent at one URL, and describe what you want.
Machine-readable docs
Section titled “Machine-readable docs”| File | What it is |
|---|---|
/llms.txt |
A short index with links — the llmstxt.org standard. |
/llms-full.txt |
The entire documentation as one clean Markdown file. |
/llms-small.txt |
An abridged version that fits smaller context windows. |
The workflow
Section titled “The workflow”-
Install the SDK:
Terminal window pip install mixlar-sdk -
Give your agent the docs. Paste something like this to Claude, Cursor, Codex, or Copilot:
Read
https://docs.mixlar.net/llms-full.txt— it’s the full Mixlar plugin SDK reference. Then scaffold a plugin withmixlar-sdk create, build the idea I describe below, validate it withmixlar-sdk validate, and render the widget withmixlar-sdk emulate --render preview.png. My idea: a plugin that shows my unread email count on a widget and has a macro to mark all read. -
Let it build, then test with the emulator — no hardware needed:
Terminal window mixlar-sdk validatemixlar-sdk emulate --render preview.png