Grok Build — автономный агент для написания кода
★ 7.1 · ai-agents
grok is a Claude Code skill that delegates coding tasks to xAI's Grok Build CLI — an autonomous agent capable of reading files, writing code, running shell commands, spawning subagents, and managing git workflows. It operates in three modes: an interactive TUI, headless (`-p`) for one-shot tasks, and as an ACP agent over JSON-RPC. The skill documents the full Hermes orchestration pattern: preferred headless invocation with `--no-auto-update` and `--always-approve`, PTY session management via tmux, and `json` or `streaming-json` output formats for structured result parsing. Grok requires no git repository and automatically reads `CLAUDE.md`, `.claude/`, and `AGENTS.md` project context. It's designed for feature building, refactoring, PR reviews, and batch issue fixing — anywhere you'd otherwise reach for Codex or Claude Code.
- #grok-cli
- #xai
- #code-automation
- #feature-building
- #pr-review