Agent Skills: Ask Gemini (Async)

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.

UncategorizedID: bfly123/claude_code_bridge/gask

Skill Files

Browse the full folder contents for gask.

Download Skill

Loading file tree…

skills/gask/SKILL.md

Skill Metadata

Name
gask
Description
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.

Ask Gemini (Async)

Send the user’s request to Gemini asynchronously.

Execution (MANDATORY)

Bash(gask <<'EOF'
$ARGUMENTS
EOF
, run_in_background=true)

CRITICAL Rules

  • Always use run_in_background=true.
  • After running gask, say “Gemini 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 gping, or start it with ccb up gemini.
  • For short 1-liners you can also do: Bash(gask "…", run_in_background=true) (but prefer heredoc for arbitrary text).
  • For a more complete pattern (including heredoc/multiline): ../docs/async-ask-pattern.md