Skip to content
Automation
Skill

/external-tool-coordination

Coordinate external AI tool integration (OpenAI Codex, Google Gemini) for cross-model adversarial review and delegated implementation.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill external-tool-coordination --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/external-tool-coordination

Context preview

The summary Claude sees to decide when to auto-load this skill.

Coordinate external AI tool integration (OpenAI Codex, Google Gemini) for cross-model adversarial review and delegated implementation.

SKILL.md

external-tool-coordination.SKILL.md
name: external-tool-coordination
description: Coordinate external AI tool integration (OpenAI Codex, Google Gemini) for cross-model adversarial review and delegated implementation.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch, WebSearch, Agent, AskUserQuestion
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • For cross-model adversarial review (writer reviewed by different model)
  • When delegating implementation to cheaper external models
  • For escalation chains across tools

Capabilities

  • **Delegated Implementation** - Send work units to external AI tools for implementation
  • **Cross-Model Review** - Implementation by Model A, adversarial review by Model B
  • **Escalation Chains** - Tool A -> Tool B -> Claude -> human
  • **Cost Optimization** - Route simpler tasks to cheaper models

Configuration

Requires `.metaswarm/external-tools.yaml`:

tools:
  - name: codex
    type: openai
    capabilities: [implement, review]
  - name: gemini
    type: google
    capabilities: [implement, review]
escalation:
  chain: [codex, gemini, claude, human]

Agents Used

  • `agents/swarm-coordinator/` - Multi-tool orchestration

Tool Use

Invoke as part of: `methodologies/metaswarm/metaswarm-swarm-coordinator`

Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.