external-tool-coordination

Solid

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

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
59
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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`

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

ai-pair

AI Pair Collaboration Skill. Coordinate multiple AI models to work together: one creates (Author/Developer), two others review (Codex + Gemini). Works for code, articles, video scripts, and any creative task. Trigger: /ai-pair, ai pair, dev-team, content-team, team-stop

244 Updated 2 months ago
axtonliu
AI & Automation Solid

orchestrated-execution

Execute work units through the rigorous 4-phase Metaswarm cycle (Implement -> Validate -> Adversarial Review -> Commit) with independent quality gate enforcement.

1,160 Updated today
a5c-ai
AI & Automation Listed

interop-router

Automatically routes tasks to external AI CLIs (Codex or Gemini) when more efficient. No manual commands needed - routing decisions are made automatically based on task type.

69 Updated 2 months ago
claude-world
Code & Development Listed

reviewing-code-multi-ai

Orchestrates multiple AI tools (Claude, Codex, Gemini, Droid) for comprehensive code review from multiple perspectives. Use for "멀티 AI 리뷰", "코드 리뷰", "종합 리뷰" requests or when thorough multi-agent review is needed.

1 Updated today
Open330
AI & Automation Listed

agents-consilium

Query external AI agents (Codex, Gemini, OpenCode, Claude Code headless) in parallel for independent second opinions, code review, bug investigation, and consensus on high-stakes decisions. Agents and models are configurable in config.json. Use for architecture choices, security review, or ambiguous problems where independent perspectives matter. Not for simple questions answerable from docs or the codebase — use web search or repo exploration instead.

77 Updated 6 days ago
CodeAlive-AI