Agent Skills: Ask Codex (Async)

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.

UncategorizedID: bfly123/claude_code_bridge/cask

Skill Files

Browse the full folder contents for cask.

Download Skill

Loading file tree…

skills/cask/SKILL.md

Skill Metadata

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.

Notes

  • If it fails, check backend health with cping, or start it with ccb up codex.
  • For short 1-liners you can also do: Bash(cask "…", run_in_background=true) (but prefer heredoc for arbitrary text).
  • For a more complete pattern (including heredoc/multiline): ../docs/async-ask-pattern.md