Skip to content

AI Assisted Plugins

github-actions[bot] edited this page Jun 25, 2026 · 1 revision

Building plugins with an AI assistant

The authoritative how-to is on the docs site: Building a plugin with an AI assistant, backed by the AI context pack. Start there.

This page is the community side: prompts that worked for you, which models did well or badly, and gotchas the guide doesn't cover yet. Anyone can edit it.

The short version

  1. Paste the AI context pack into your assistant.
  2. Describe the plugin you want, concretely.
  3. Check every API call it writes against the pack. If a method isn't on that page, it doesn't exist.
  4. Load with EMS debug on, paste any errors back into the chat, and iterate.

Community tips

Add what worked for you below.

  • Example: pasting the context pack plus one file from the repo's examples/ folder cut down on invented method names.

Add your tip above this line.

Clone this wiki locally