Async via cask, end turn immediately; use only when user explicitly delegates to Codex (ask/@codex/let codex/review); NOT for questions about Codex itself.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: cask description: Async via cask, end turn immediately; use only when user explicitly delegates to Codex (ask/@codex/let codex/review); NOT for questions about Codex itself.
Ask Codex (Async)
Send the user’s request to Codex asynchronously.
Execution (MANDATORY)
Bash(cask <<'EOF'
$ARGUMENTS
EOF
, run_in_background=true)
CRITICAL Rules
- Always use
run_in_background=true. - After running
cask, say “Codex processing...” and immediately end your turn. - Do not wait for results or check status in the same turn.
Details: ~/.claude/skills/docs/async-ask-pattern.md
More by bfly123
View allSend a task to Gemini via the `gask` CLI and wait for the reply. Use only when the user explicitly delegates to Gemini (ask/@gemini/let gemini/review); not for questions about Gemini itself.
Fetch the latest reply from Gemini (shorthand: g/gm) via the `gpend` CLI. Use only when the user explicitly asks to view the Gemini/gm reply/response (e.g. "看下 g 回复/输出"); do not run proactively after `gask` unless requested.
Test connectivity with Gemini (shorthand: g/gm) via the `gping` CLI. Use when the user explicitly asks to check Gemini/gm status/connection (e.g. "g ping", "gm ping", "Gemini 连上没"), or when troubleshooting Gemini not responding.
Async via gask, end turn immediately; use only when user explicitly delegates to Gemini (ask/@gemini/let gemini/review); NOT for questions about Gemini itself.
