call-ai

Coordinate parallel prompts across Codex, Gemini, and Claude with retry logic.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/choru-k/skills-for-claude --skill call-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: call-ai
Source: https://github.com/choru-k/skills-for-claude/tree/main/plugins/call-ai/skills/call-ai
Command: npx skills add https://github.com/choru-k/skills-for-claude --skill call-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, bc, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinates parallel prompts across Codex, Gemini, and Claude to obtain diverse AI responses without manual coordination, streamlining multi-model evaluation.

Core Features & Use Cases

  • Parallel multi-AI execution with per-model variants (thorough/fast) and retry logic.
  • Unified result logging and storage to a .responses directory for auditing and comparison.
  • Context-free prompting with optional Zellij pane visualization for real-time streaming (when available).

Quick Start

Provide a single prompt to run across Codex, Gemini, and Claude in parallel and review the aggregated results.

Frequently Asked Questions about call-ai

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

FAQPage Schema
How do I run parallel prompts across Claude, Codex, and Gemini?

Running parallel prompts across Claude, Codex, and Gemini requires a unified wrapper that dispatches a single prompt to all configured models simultaneously, obtaining diverse AI responses without manual coordination.

What is the best way to compare multiple AI responses without manual coordination?

Comparing multiple AI responses without manual coordination is achieved through parallel multi-model execution that dispatches prompts to different AIs simultaneously and logs structured results to a .responses directory for auditing.

Do I need jq and bc installed to coordinate parallel multi-model execution?

Yes, you need jq and bc installed as dependencies to coordinate parallel multi-model execution, as the unified wrapper relies on these utilities for handling structured data and calculations during prompt orchestration.

Can I use Zellij pane visualization for real-time streaming of AI responses?

Yes, you can use Zellij pane visualization for real-time streaming of AI responses when the environment supports it, allowing you to monitor parallel prompt execution across multiple models as it happens.

How does retry logic work when a model times out during parallel execution?

Retry logic handles timeouts and errors automatically during parallel execution by re-attempting failed prompts per-model, ensuring robust multi-model orchestration even when individual AI services experience intermittent connectivity issues.

What are per-model variants for thorough and fast prompt execution?

Per-model variants allow configurable selection between thorough and fast prompt execution modes for each AI model, enabling tailored parallel multi-model evaluation based on your specific latency and depth requirements.