一键导入
external-agent-cli
Invoke external agent CLIs (codex/gemini/claude) via shell from chat.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Invoke external agent CLIs (codex/gemini/claude) via shell from chat.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
行为驱动开发编译器 (BDDC)。使用此技能通过 DSL 管理 BDD 测试,该 DSL 可编译为 ExUnit 测试。包括从 .dsl 文件生成测试、验证指令集以及通过 lint 确保测试质量。
Create and use Mix.install standalone scripts for debugging Elixir code, testing APIs, exploring libraries, and isolating problems. Use when you need to test third-party integrations, verify library behavior, debug signatures, or prototype solutions outside the main project.
调用 Google Jules API 进行远程代理协作编程。适用于跨仓库重构、自动 PR 生成、以及需要利用 Google 强大远程代理能力的场景。
Remote debugging for BEAM/Elixir in production-like environments. Use when you need to enter a live container or host via kubectl exec or ssh to run IEx/remote RPC, reproduce issues, and collect telemetry/metrics safely with human-in-the-loop approval.
Manage Elixir dependencies at runtime using Mix
Build professional, full-stack Phoenix LiveView prototypes in a single file. Ideal for temporary page demos, interactive feature archival, and standalone UI documentation.
| name | external-agent-cli |
| description | Invoke external agent CLIs (codex/gemini/claude) via shell from chat. |
| always | true |
Use this skill when the user asks to run an external agent CLI from chat.
User message starts with:
/skill external-agent-cli <prompt>@skill external-agent-cli <prompt>codex for general coding tasksgemini for fast analysis or summarizationclaude for long-form reasoning or draftingshell tool.You MUST use heredoc to avoid quoting errors. Do NOT use gemini "<prompt>" or similar.
Required format:
cat <<'EOF' | gemini
<user prompt here>
EOF
This applies to all CLIs:
codex: cat <<'EOF' | codexgemini: cat <<'EOF' | geminiclaude: cat <<'EOF' | claude/skill external-agent-cli generate a refactor plan for lib/cortex/agentsshell with a CLI command, then summarize the output.codex:cat <<'EOF' | codex
<prompt>
EOF
gemini:cat <<'EOF' | gemini
<prompt>
EOF
claude:cat <<'EOF' | claude
<prompt>
EOF