external-tools

Delegate implementation and review tasks to external AI CLI tools with cross-model adversarial evaluation.

Updated Apr 6, 2018
One-click install
npx skills add https://github.com/montoyaedu/Trish --skill external-tools-montoyaedu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external-tools
Source: https://github.com/montoyaedu/Trish/tree/main/.claude/plugins/metaswarm/skills/external-tools
Command: npx skills add https://github.com/montoyaedu/Trish --skill external-tools-montoyaedu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill delegates implementation and review tasks to external AI CLI tools, enabling cost savings and faster delivery while maintaining governance through adversarial review.

Core Features & Use Cases

  • External tool delegation for implementation and review using Codex CLI and Gemini CLI.
  • Cross-model adversarial review that ensures independent verification and reduces single-model blind spots.
  • Strict isolation and minimal permissions, with artifact logging and cost awareness for accountability.
  • Use Case: When a team needs to prototype features quickly, delegate work to available tools and have reviewers from other models validate changes before integration.

Quick Start

Use this skill to delegate a sample task to an external AI tool and have the orchestrator manage delegation and cross-model review.

Frequently Asked Questions about external-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is cross-model adversarial review for AI-generated code?

Cross-model adversarial review validates AI-generated code by having a different AI model independently verify the implementation, reducing single-model blind spots. The orchestrator routes completed implementation tasks to a separate model for strict independent validation before committing changes.

How do I delegate implementation tasks to external AI CLI tools?

You delegate implementation tasks using an orchestrator that runs health checks, selects the cheapest-available tool, and routes tasks to external AI CLIs like Codex or Gemini. The orchestrator enforces strict isolation, minimal permissions, and budget enforcement throughout the delegation process.

Can I use Codex CLI and Gemini CLI together for code review?

Yes, you can use Codex CLI and Gemini CLI together for cross-model code review. The orchestrator delegates implementation to one tool and routes the output to the other model for independent adversarial review, ensuring independent verification before integration.

Does external tool orchestration enforce cost limits and permissions?

External tool orchestration enforces cost limits and permissions through strict isolation, minimal permissions, budget enforcement, and artifact logging. The orchestrator selects the cheapest-available CLI tool for delegation and captures all results as factual outputs for accountability.

What are the limitations of cross-model adversarial review?

A limitation of cross-model adversarial review is its dependency on the availability and health of external AI CLI tools. The orchestrator runs health checks to select tools, but delegation and independent validation are constrained by budget enforcement and strict isolation requirements.