new-workspace

Installation
SKILL.md

Provision Shopping Workspace

Creates a new workspace for researching a consumer purchase. This plugin's commands (/shopping:find-product, /shopping:israel-search-zap, /shopping:recommend, etc.) are globally available once installed — this skill only provisions the data scaffold (spec, catalogs/, outputs/, region data) that those commands read from and write to.

Arguments

$ARGUMENTS is parsed as:

  • First positional: workspace name (kebab-case, used as directory and GitHub repo name). Required.
  • Second positional (optional): target parent path. Defaults to ~/repos/github/my-repos.
  • --variant=<israel|generic> (optional): which region scaffold to copy. Default: israel.
  • --local-only (optional): skip GitHub repo creation and push. Default: create a public GitHub repo and push.
  • --private (optional): create the GitHub repo as private. Default: public.

Examples

Installs
1
First Seen
Jul 29, 2026
new-workspace — danielrosehill/claude-shopping-plugin