Ask Grok banner
antonbabenko antonbabenko

Ask Grok

Development community

Description

--- name: ask-grok description: Get Grok (xAI) second opinion on a question or current work. Single-shot, advisory, no contamination. allowed-tools: mcp__deliberation-grok__grok, Read, Bash timeout: 660000 --- # Ask Grok Single-shot delegation to Grok (xAI) via MCP for an independent second opinion. Fresh thread, no shared context with prior calls. Advisory only - the Grok bridge talks to the xAI HTTP API and has no filesystem access, so it cannot implement changes (unlike `/ask-gpt` and `/ask

Installation

Installs to ~/.claude/skills/antonbabenko-claude-delegator-ask-grok/SKILL.md

Terminal
mkdir -p ~/.claude/skills/antonbabenko-claude-delegator-ask-grok && curl -fsSL https://raw.githubusercontent.com/antonbabenko/claude-delegator/HEAD/commands/ask-grok.md -o ~/.claude/skills/antonbabenko-claude-delegator-ask-grok/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository