gask
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.
$ Installieren
git clone https://github.com/bfly123/claude_code_bridge /tmp/claude_code_bridge && cp -r /tmp/claude_code_bridge/skills/gask ~/.claude/skills/claude_code_bridge// tip: Run this command in your terminal to install the skill
SKILL.md
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.
Details: ~/.claude/skills/docs/async-ask-pattern.md
Repository

bfly123
Author
bfly123/claude_code_bridge/skills/gask
408
Stars
35
Forks
Updated1w ago
Added1w ago