bridge-plugin

Installation
SKILL.md

Agent Bridge

Overview

[!NOTE] Preferred Installation Method: npx skills For standard consumption, we strongly recommend using npx skills add richfrem/agent-plugins-skills/plugins/<name>. It auto-detects your agent environment and installs plugins natively without Python. This bridge-plugin local 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.

Installs
1
GitHub Stars
4
First Seen
May 24, 2026
bridge-plugin — richfrem/project_sanctuary