Agent skill · AI & Agents

proxy-mode-reference

Reference guide for using PROXY_MODE with external AI models. Use when running multi-model reviews, understanding which agents support PROXY_MODE, or debugging external model integration issues.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill proxy-mode-reference-involvex-involvex-claude-mark-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-llm/proxy-mode-reference-involvex-involvex-claude-mark-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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} {actual task} ``` Example: ``` PROXY_MODE: x-ai/grok-code-fast-1 Review the architecture plan at ai-docs/plan.md ``` ## Supported Agents **Total: 18 PROXY_MODE-enabled agents across 3 plugins** ### agentdev plugin (3 agents) | Agent | subagent_type | Best For | |-------|---------------|----------| | reviewer | `agentdev:reviewer` | Implementation quality reviews | | architect | `agentdev:architect` | Design plan reviews | | developer | `agentdev:developer` | Implementation with external models | ### frontend plugin (8 agents) | Agent | subagent_type | Best For | |-------|---------------|----------| | plan-reviewer | `frontend:plan-reviewer` | Architecture plan validation | | r

What's inside
Steps it walks through
  1. What is PROXYMODE?
  2. How It Works
  3. The PROXYMODE Directive
  4. Supported Agents
  5. agentdev plugin (3 agents)
  6. frontend plugin (8 agents)
  7. seo plugin (5 agents)
  8. Common Mistakes
  9. Mistake 1: Using general-purpose
  10. Mistake 2: Instructing agent to run claudish
  11. Mistake 3: Wrong prompt format
  12. Correct Usage Pattern
  13. Checking Agent Support
  14. Troubleshooting
Ships with 1 file
  • metadata.json
Commands it runs
Find agents with PROXY_MODE support
grep -l "proxy_mode_support" plugins/*/agents/*.md
Check specific agent
grep "proxy_mode_support" plugins/agentdev/agents/reviewer.md
More from claude-skill-registry
All skills →
About this skill
What does the proxy-mode-reference skill do?

Reference guide for using PROXY_MODE with external AI models. Use when running multi-model reviews, understanding which agents support PROXY_MODE, or debugging external model integration issues.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill proxy-mode-reference-involvex-involvex-claude-mark-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going