-
Notifications
You must be signed in to change notification settings - Fork 0
AI Assisted Plugins
github-actions[bot] edited this page Jun 25, 2026
·
1 revision
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.
- Paste the AI context pack into your assistant.
- Describe the plugin you want, concretely.
- Check every API call it writes against the pack. If a method isn't on that page, it doesn't exist.
- Load with EMS debug on, paste any errors back into the chat, and iterate.
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.