Adding IDE Plugins
This guide covers how to add support for a new AI client or IDE to the Adspirer plugin system.Plugin Structure
Each plugin lives inplugins/<ide-name>/ and contains:
Integration Steps
- Create the plugin directory under
plugins/ - Define the manifest with plugin metadata, supported features, and MCP server URL
- Adapt shared skills from
shared/skills/to the IDE’s format - Write agent instructions tailored to the IDE’s capabilities
- Create installation script for one-command setup
- Test the full workflow: install → authenticate → use tools
Shared Skills Integration
Plugins should reference the shared skills inshared/skills/ as their source of truth. When a shared skill is updated, plugins should regenerate their implementations.
