
Shopme
- Updated May 3, 2026
- chriscummings100/codex
shopme is a small productivity skill that helps plan grocery shopping trips and manage shopping lists through an agent. It is a personal-assistant style capability rather than a software-development tool. Useful for anyone who wants their agent to track and organize a grocery list.
Key points
- Plan grocery shops
- Manage shopping lists
- Personal productivity helper
Shopme by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add chriscummings100/codex/plugin install shopme@shopmeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 3, 2026 |
|---|---|
| Repository | chriscummings100/codex ↗ |
What it does
Plan grocery shops and manage shopping lists through an agent.
README.md
Codex and Claude plugins
This repository is a plugin marketplace for Codex and Claude Code. It currently publishes one plugin.
Plugins
| Plugin | Version | Category | Description |
|---|---|---|---|
shopme |
0.1.0 |
Productivity | Grocery planning and shopping assistance through the ShopMe MCP server and companion skill. |
shopme configures the shopme MCP server with:
{
"command": "npx",
"args": ["-y", "@chriscummings100/shopme-mcp-groceries"]
}
Marketplace Layout
The repository contains both marketplace formats:
- Codex marketplace:
.agents/plugins/marketplace.json - Claude Code marketplace:
.claude-plugin/marketplace.json
Each plugin can also include tool-specific manifests:
- Codex plugin manifest:
plugins/<plugin>/.codex-plugin/plugin.json - Claude Code plugin manifest:
plugins/<plugin>/.claude-plugin/plugin.json - MCP server config:
plugins/<plugin>/.mcp.json - Skills:
plugins/<plugin>/skills/
Install for Codex
Add the marketplace from GitHub:
codex plugin marketplace add https://github.com/chriscummings100/codex.git
After adding the marketplace, restart or reopen Codex if the plugin list was
already loaded. shopme will appear as an available plugin from the shopme
marketplace.
Update the marketplace later with:
codex plugin marketplace upgrade shopme
Install for Claude Code
Add the marketplace from GitHub for your user account:
claude plugin marketplace add https://github.com/chriscummings100/codex.git
Install the plugin after the marketplace is added:
claude plugin install shopme