Plugin marketplace for Grok Build, Claude Code, and OpenAI Codex.
Add the marketplace and install the plugins you want.
Grok Build
grok plugin marketplace add CarloLepelaars/carlocontextClaude Code
/plugin marketplace add CarloLepelaars/carlocontext
OpenAI Codex
codex plugin marketplace add CarloLepelaars/carlocontext-
Create
plugins/<kebab-name>/. Use fastcore as a reference. -
Add
plugin.json,README.md, andLICENSE. -
Add skills at
skills/<skill-name>/SKILL.md, includingnameanddescriptionfrontmatter and instructions. -
Run these commands from the new plugin's directory:
mkdir -p .grok-plugin .claude-plugin .codex-plugin ln -s ../plugin.json .grok-plugin/plugin.json ln -s ../plugin.json .claude-plugin/plugin.json ln -s ../plugin.json .codex-plugin/plugin.json
-
Register the plugin for all three AI providers:
- .grok-plugin/marketplace.json: name, description, and source path.
- .claude-plugin/marketplace.json: name, description, and source path.
- .agents/plugins/marketplace.json: name and a local source object pointing to
./plugins/<kebab-name>; follow the existing policy and category fields.
Developed by Carlo Lepelaars