proxy-mode-reference

Installation
SKILL.md

PROXY_MODE Reference Guide

What is PROXY_MODE?

PROXY_MODE is a directive that tells an agent to delegate its task to an external AI model via Claudish.

How It Works

  1. Orchestrator launches Task with PROXY_MODE-enabled agent
  2. Agent detects PROXY_MODE: {model} at start of prompt
  3. Agent extracts model ID and actual task
  4. Agent runs claudish --model {model} with the task
  5. Agent returns external model's response

The PROXY_MODE Directive

Format:

PROXY_MODE: {model_id}
Installs
1
GitHub Stars
1
First Seen
2 days ago
proxy-mode-reference — involvex/involvex-claude-marketplace