From all-skills
Coordinates with OpenAI Codex CLI and Google Antigravity CLI from Claude Code, enabling second opinions, task delegation, and cross-model critique with topic-aware sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills:dispatchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delegate tasks to external AI CLIs from inside Claude Code. Say "check with codex", "ask gemini for a second opinion", or "validate this before I merge" and Claude runs the other agent, keeps a topic-aware conversation, and critiques the result rather than echoing it.
Delegate tasks to external AI CLIs from inside Claude Code. Say "check with codex", "ask gemini for a second opinion", or "validate this before I merge" and Claude runs the other agent, keeps a topic-aware conversation, and critiques the result rather than echoing it.
Supports OpenAI Codex CLI and Google Antigravity CLI (multi-model: Gemini, Claude, GPT-OSS). No API keys — both CLIs use their own auth (OAuth / Google sign-in).
Source: sparklingneuronics/sparkling-skills (MIT)
User: ask codex to review my uncommitted changes before I merge
Claude: [runs codex review --uncommitted, synthesizes findings]
Codex flagged three things. I agree with #1 (missing null check)
but #2 and #3 are false positives. Want me to fix the null check?
User: ask gemini to challenge this architecture
Claude: [runs agy with Gemini 3.1 Pro, compares with own analysis]
Gemini raises a valid concern about hot-partition risk that I
hadn't flagged. Its other two points don't apply here.
User: continue with codex — is the top issue real?
Claude: [resumes the same codex session with a delta bridge]
Codex confirms the null-check issue — it traced the code path.
codex CLI + codex login (OAuth)agy CLI + Google sign-in (free account)Install: claude install-plugin sparklingneuronics/sparkling-skills
npx claudepluginhub davepoon/buildwithclaude --plugin all-skillsDelegates tasks to OpenAI Codex CLI and Google Antigravity CLI from Claude Code, enabling cross-model second opinions and multi-agent workflows. Invoke by saying 'check with codex' or using /codex.
Invokes OpenAI Codex and Google Gemini CLIs via Bash for second opinions, code reviews, and alternative analysis. Useful when users request external AI verification or explicitly say 'ask codex' or 'ask gemini'.
Uses OpenAI Codex CLI as a second opinion for plan reviews, code reviews, architecture decisions, and debugging.