Grok Build Skills: How to Install and Use SKILL.md with xAI's Agent
xAI's Grok Build entered the coding agent race. Here's how to add SKILL.md skills to it.
Grok Build is xAI's entry into the coding agent market. It joins Claude Code, Codex, Cursor, Kiro, and about 20 other tools that now support the SKILL.md open standard for agent skills.
The short version: Grok Build reads SKILL.md files the same way Claude Code and Codex do. Drop a skill into the right directory and Grok Build picks it up on the next session. The skill format is portable across agents.
Quick Answer: Grok Build supports SKILL.md skills. Install them in your project's
.grok/skills/directory or globally in~/.grok/skills/. The same skills that work in Claude Code and Codex work in Grok Build.
Setting up skills in Grok Build
Grok Build looks for skills in two locations:
Project-level skills go in your repository root:
your-project/.grok/skills/skill-name/SKILL.md
Global skills available across all projects:
~/.grok/skills/skill-name/SKILL.md
Each skill lives in its own folder containing a SKILL.md file and optionally supporting files like scripts, templates, or reference docs.
Recommended skills

production-agent-architect
by Roy Yuen
Architect, scaffold, and harden production-grade AI agents with battle-tested pa…
harness-engineering
by Roy Yuen
Design, debug, and harden AI control loops with explicit contracts and automated…

AGENTS.md & Agent-Config Quality Gate — Catch Ambiguous Rules, Conflicts & Missing Guardrails Before You Ship
by PubsProToolkit
An adversarial reviewer for AGENTS.md and agent instruction files. It flags ambi…
Installing skills from Agensi
The fastest way to get started:
- Browse skills at agensi.io/skills
- Download the SKILL.md file
- Create a folder in your skills directory:
~/.grok/skills/code-reviewer/ - Drop the SKILL.md file in that folder
- Start a new Grok Build session
Grok Build loads skills at session start. If you add a skill mid-session, start a new one to pick it up.
Best skills for Grok Build
Grok Build benefits from the same skills as other terminal-based agents. The best starting point:
Code Reviewer for automated PR analysis. Testing skills for your framework (Jest, Pytest, Vitest). Git Commit Writer for consistent conventional commits. Security audit skills for catching vulnerabilities before they ship.
Since Grok Build is newer, its default behaviors are less refined than Claude Code's. Skills help fill the gaps by providing the procedural knowledge that more mature agents have built into their harness.
How Grok Build compares for skills
Claude Code has the deepest skill integration with hooks, agent teams, and dynamic workflows. Codex has skills, plugins, and subagents. Grok Build's skill support is simpler but functional. It reads the SKILL.md, applies the instructions, and follows the procedures.
The advantage of the SKILL.md open standard is that you don't have to choose. The same skill file works in all of them. Install once, use everywhere.
Browse all Grok Build compatible skills at agensi.io/skills.
Related: Every AI Agent That Supports SKILL.md in 2026 and Best Claude Code Skills 2026.
Keep reading
- Amp Code Skills: How to Use SKILL.md with Sourcegraph's Coding Agent (2026)
- Cline Skills: How to Use SKILL.md After the Roo Code Shutdown (2026)
- Copilot Agent Mode Skills: Using SKILL.md with GitHub Copilot (2026 Update)
- OpenCode Skills: How to Use SKILL.md with the Open-Source Alternative (2026)
- Kiro Skills: How to Use SKILL.md with AWS's AI Coding Agent (2026)