CometixCode
Plugin / AgentAn unofficial Rust 1:1 reimplementation of the Claude Code terminal UI, ported file-for-file onto an iocraft TUI framework.
- terminal-ui
- rust
- reimplementation
- unofficial
Shopify's official implementations of Anthropic's commerce-agents blueprint — a storefront shopping agent and a merchant agent against a real store.
This repository is Shopify's take on Anthropic's commerce-agents blueprint: storefront/ runs the blueprint's shopping agent against a real Shopify store over its UCP endpoints — searching the live catalog, building real carts, answering from store policies — while merchant/ runs the merchant agent over the same store's Admin API. Checkout, shipping, and payment stay on Shopify's own pages; nothing here places orders. The web app re-brands itself from whatever store you point it at, and the blueprint's packages install from Anthropic's repo at a pinned commit.
For developers building shopping or merchant agents who want a worked, vendor-maintained reference instead of starting from the blueprint alone.
# Python 3.11+ and Node 22 python3 -m venv .venv && source .venv/bin/activate pip install -r requirements.txt cp .env.example .env # add ANTHROPIC_API_KEY SHOP_DOMAIN=your-store.com uvicorn storefront.api.main:app --port 8004 npm install && npm run dev -w storefront/web # separate terminal
Reference code, not a product: the default SHOP_DOMAIN is Shopify's demo store, and operating a custom storefront agent is your responsibility. UCP endpoints are Shopify-specific — the blueprint is portable, this implementation is not.
Repository
Shopify/claude-for-commerce-examplesCharted
An unofficial Rust 1:1 reimplementation of the Claude Code terminal UI, ported file-for-file onto an iocraft TUI framework.
Hook-level enforcement for the natural-language rules in AGENTS.md and CLAUDE.md — every edit is judged and violations are repaired in the same turn.
A Claude Code plugin that replaces the lossy compaction summary with Jev-scored pruning: stale tool calls are dropped, and everything kept stays verbatim.