Back to Examples
Real Grok Build Skill Definition (advanced-code-reviewer)
A complete, production-ready skill definition you can download and use.
Skill Definitions•Intermediate•json
Example Code
{
"schema": "gitcosmo-skill/v1",
"id": "advanced-code-reviewer",
"name": "advanced-code-reviewer",
"description": "Performs deep, structured code reviews...",
"instructions": "You are an expert senior engineer... (full prompt from the skill)",
"category": "Grok Build",
"compatibleAgents": ["Grok Build", "Claude", "Codex"],
"difficulty": "Intermediate"
}When to use this
A complete, production-ready skill definition you can download and use.
Quick Info
Difficulty: Intermediate
Language: json
Copy the block above and adapt it to your project.
Related Examples
Complete AGENTS.md for Next.js + TypeScript
A production-grade AGENTS.md used by real teams. Covers principles, skills, workflows, and review standards.
Research → Implement → Review → Ship Workflow
A complete multi-step workflow used for feature development with agents.
Planner → Coder Handoff Template
The exact format high-performing teams use to hand work from planning agent to implementation agent.