bridge-plugin
Agent Bridge
Overview
[!NOTE] Preferred Installation Method:
npx skillsFor standard consumption, we strongly recommend usingnpx skills add richfrem/agent-plugins-skills/plugins/<name>. It auto-detects your agent environment and installs plugins natively without Python. Thisbridge-pluginlocal skill is retained primarily for contributors deploying local source modifications or replicating repos.
This skill adapts and transforms plugin content into the specific formats required by different AI agent environments. It ensures each runtime can see and use the plugin's capabilities in its native format.
Prerequisite
The auto-detect mode only targets existing directories. Create them first:
mkdir .agent .github .gemini .claude
If no directories are found, the installer will print this exact error with the mkdir command.
Usage
CRITICAL: You must never use
--target auto. You must explicitly specify your own runtime environment (e.g.,antigravity,claude,gemini,github) to avoid polluting other IDEs.