External tool coordination
Skill a5c-ai/babysitter/library/methodologies/metaswarm/skills/external-tool-coordination
Coordinate external AI tool integration (OpenAI Codex, Google Gemini) for cross-model adversarial review and delegated implementation.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill external-tool-coordinationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.4 KB, 227 tokens by cl100k_base, as published. Nobody here has run it
- 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
What ships with it: 1 file
613 B alongside SKILL.md
- README.md613 B