원클릭으로
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