Back to list
carlos-algms

orchestrate-agent-clis

by carlos-algms

shareable dotfiles configuration for mac, linux and windows

1🍴 0📅 Jan 25, 2026

SKILL.md


name: orchestrate-agent-clis description: > Execute and orchestrate multiple AI agent CLIs (Gemini, Codex, Cursor, Claude Code) for getting alternative opinions, comparing approaches, or leveraging different AI models' strengths. Use when the user explicitly mentions agent names like "ask gemini", "ask cursor", "ask codex", "use composer", "try grok", or when needing diverse perspectives on complex problems, alternative implementation approaches, or multi-agent collaboration.

Orchestrate Agent CLIs

Execute different AI agent CLIs to get alternative perspectives, compare approaches, or leverage specific model strengths.

Available CLIs

Gemini

gemini -p "<prompt>"

Has internet access. Good for research and current information.

Codex

codex exec "<prompt>"

No internet access. Fast, focused on code generation.

Claude Code

claude -p "<prompt>"

Full-featured Claude agent with tool access.

Cursor Agent

cursor-agent --model=MODEL -p "<prompt>"

Available models:

  • composer-1 (preferred for multi-file edits, also fast)
  • gemini-3-pro (better for code investigation, planning and web research)
  • gemini-3-flash (faster, good for simple tasks)
  • grok (creative solutions, unconventional approaches)
  • gpt-5.2-codex (code-focused)

Note: If these models fail, you can get the list of available models by running:

cursor-agent models

File References

Reference files using @ prefix with relative paths:

codex exec "Review @src/components/Button.tsx"
gemini -p "Create tests for @src/utils/helpers.ts"
cursor-agent --model=composer-1 -p "Refactor @src/api/client.ts"

Task Guidelines

Read-Only Tasks

For questions, plans, reviews, or analysis, instruct agents not to make file changes:

cursor-agent --model=gemini-3-pro -p "Analyze the architecture in @src/core/ - explain only, do not modify files"

Comparison Workflows

Get multiple perspectives on the same problem:

# Get Gemini's opinion first
gemini -p "How would you implement feature X?"

# Then compare with Codex
codex exec "How would you implement feature X?"

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon