hybrid-executor
混合执行指令
当你判断当前任务更适合其他模型时,请通过 shell 运行以下指令:
-
调用 Claude Code 执行复杂重构:
! claude -p "请重构以下代码并优化性能:$ARGUMENTS" -
调用 Gemini CLI 分析大规模文档或日志:
! gemini -p "分析这些日志并寻找异常:$ARGUMENTS" -
获取输出并整合: 将上述命令的返回结果读取到当前会话中,并向用户提供最终建议。
(注:Codex 会自动解析 $ARGUMENTS 为你输入的参数。)
More from rexleimo/rex-skills
openspec-parallel-agents
Use when OpenSpec workflows need dependency-aware parallel subagents across OPSX commands, legacy openspec commands, and Codex CLI prompt aliases.
10openspec-long-running-harness
Use when implementing long-running agent workflows that need cross-session state persistence, incremental progress tracking, and gate enforcement. Combines OpenSpec spec-driven development with Anthropic's effective harnesses pattern for multi-context-window projects.
7anthropic-1p-prompt-optimizer
Optimize, rewrite, and evaluate prompts using the Anthropic 1P interactive prompt-engineering tutorial patterns (clear/direct instructions, role prompting, XML-tag separation, output formatting + prefilling, step-by-step “precognition”, few-shot examples, hallucination reduction, complex prompt templates, prompt chaining, and tool-use XML formats). Use for 提示词优化/Prompt优化/Prompt engineering, rewriting system+user prompts, enforcing structured outputs (XML/JSON), reducing hallucinations, building multi-step prompt templates, adding few-shot examples, or designing prompt-chaining/tool-calling scaffolds.
7spec-kit-parallel-orchestrator
Parallel orchestration skill for Spec Kit workflows. When users mention spec kit, enter /speckit.* or /prompts:speckit.* commands, request spec kit workflow prompt, or need multi-agent collaboration, this skill must be triggered. It validates stages and dependencies first, then splits tasks into 3-6 parallel subtasks, aggregates results, and recursively proceeds to the next round.
6ccg-workflow
Multi-agent orchestration workflow for software development. Coordinates Claude Code (Coordinator), Codex CLI (Backend Authority), and Gemini CLI (Frontend Authority) through slash commands (/ccg:*). Supports propose, explore, new, continue, ff, apply, verify, archive, status, config commands. Schema-driven artifact dependency graph with parallel invocation, session reuse, cross-validation, and trust-based conflict resolution.
1