Agent skill
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.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/gask
SKILL.md
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
Didn't find tool you were looking for?