forayconsulting

Shop — Development skill for Claude Code

Development community

Run a merchant interaction.

How to install Shop

Installs to ~/.claude/skills/forayconsulting-crawledcode-shop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/forayconsulting-crawledcode-shop && curl -fsSL https://raw.githubusercontent.com/forayconsulting/crawledcode/HEAD/.claude/skills/shop.md -o ~/.claude/skills/forayconsulting-crawledcode-shop/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Shop does


name: shop description: "Run a merchant interaction. Browse inventory, buy, sell, and haggle."

/shop — Merchant Interaction

Commands

  • /shop {shop_name} — Open a specific shop
  • /shop browse — List nearby shops in current location
  • /shop buy {item} — Purchase an item
  • /shop sell {item} — Sell an item
  • /shop haggle — Attempt to negotiate prices

Opening a Shop

  1. Read shop inventory from games/{campaign}/economy/shops/{shop}.md
  2. If no shop file exists, generate

Alternatives in Development

  • Commerce Agents — Reference blueprint for building shopping and merchant agents with Claude 2.6k ★
  • Chops — 1,000+ macOS app to browse, edit, and manage skills across Claude Code, Cursor, Codex, Windsurf, and Amp 1.1k ★
  • Skills Directory — 462 skills across 35 categories Browse online: spawner.vibeship.co/skills 845 ★

Full documentation available on GitHub

View Source Repository