Grok Workflows
Description
Run Claude Code Workflows (CCW) on Grok: single install path plus a runtime translation layer
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
grok-workflows
Run [claude-code-workflows](https://github.com/shinpr/claude-code-workflows) (CCW) design, implementation, diagnosis, and review recipes on Grok without maintaining a Grok-specific fork.
This marketplace provides upstream CCW workflow packs together with `claude-to-grok`, a small adapter for Grok's tool and agent names. CCW continues to own the recipes, approval gates, review loops, and quality checks.
Quick start
Install the adapter and one workflow pack. `dev-workflows-fullstack` is the usual choice when a repository contains both backend and frontend code.
grok plugin marketplace add shinpr/grok-workflows
grok plugin install claude-to-grok --trust
grok plugin install dev-workflows-fullstack --trust
Confirm the installation, then open a new Grok session so its slash commands refresh:
grok plugin list
grok inspect
Start a workflow:
/recipe-implement "Add rate limiting to the public API"
`marketplace add` registers the catalog; the two `plugin install` commands install the adapter and workflow pack.
Choose a workflow pack
Install `claude-to-grok` plus one of these packs:
| Workflow pack | Use it for | Example entry point |
|---|---|---|
dev-workflows-fullstack |
Backend and React/TypeScript work in the same repository | /recipe-fullstack-implement |
dev-workflows |
Backend, API, CLI, and general development | /recipe-implement |
dev-workflows-frontend |
React and TypeScript frontend work | /recipe-front-design |
The packs also include focused workflows such as `/recipe-diagnose`, `/recipe-review`, and `/recipe-reverse-engineer` where applicable.
How it works
The external plugin entries in [`.grok-plugin/marketplace.json`](.grok-plugin/marketplace.json) track the default branch of the upstream CCW repository. Workflow source and release versions remain owned by CCW.
When a recipe runs, `claude-to-grok` maps the Claude Code runtime na
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11