external-tool-coordination

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

509 stars

Best use case

external-tool-coordination is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using external-tool-coordination should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/external-tool-coordination/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/metaswarm/skills/external-tool-coordination/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/external-tool-coordination/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How external-tool-coordination Compares

Feature / Agentexternal-tool-coordinationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# External Tool Coordination

## Overview

When configured via `.metaswarm/external-tools.yaml`, coordinate external AI tools for delegated implementation and cross-model adversarial review.

## When to Use

- When external AI tools are configured and available
- 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`:
```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`

Related Skills

redux-toolkit

509
from a5c-ai/babysitter

Redux Toolkit patterns including slice creation, async thunks, RTK Query, state normalization, and DevTools integration.

Static Analysis Tools Skill

509
from a5c-ai/babysitter

Integration with security-focused static analysis tools

Pwntools Exploitation Skill

509
from a5c-ai/babysitter

Exploit development automation using pwntools framework

Multi-Robot Coordination Skill

509
from a5c-ai/babysitter

Coordination and task allocation for multi-robot systems and fleets

Calibration Tools Skill

509
from a5c-ai/babysitter

Sensor and robot calibration using specialized robotics calibration tools

cuda-toolkit

509
from a5c-ai/babysitter

Deep integration with NVIDIA CUDA toolkit for kernel development, compilation, and debugging. Execute nvcc compilation with optimization flags analysis, generate and validate CUDA kernel code, analyze PTX/SASS assembly output, and configure execution parameters.

unity-ui-toolkit

509
from a5c-ai/babysitter

Unity UI Toolkit skill for runtime UI development, USS styling, UXML templates, and custom visual elements.

care-transition-coordination

509
from a5c-ai/babysitter

Manage care transitions between settings including discharge planning, medication reconciliation, follow-up scheduling, and post-acute care coordination

production-coordination

509
from a5c-ai/babysitter

Coordinate all aspects of live performance production including scheduling, technical requirements, artist contracts, venue logistics, and show documentation

scipy-optimization-toolkit

509
from a5c-ai/babysitter

SciPy scientific computing skill for numerical optimization, integration, and signal processing in physics

sensitivity-analysis-toolkit

509
from a5c-ai/babysitter

Comprehensive sensitivity analysis for optimization

robust-statistics-toolkit

509
from a5c-ai/babysitter

Robust statistical methods resistant to outliers