Update Market banner
adammpkins adammpkins

Update Market

Data community

Description

--- description: Refresh market-price baselines in data/market-prices.md from current listings --- # /update-market Refresh the market-price baseline table from current listing data plus external fair-value references. ## Preconditions - `data/listings/` contains at least one active listing (if empty, halt — nothing to do). ## Procedure 1. `Glob` `data/listings/*.md` and parse frontmatter from every file (any status). 2. For each listing, emit an observation row: `date=today, year, make, m

Installation

Installs to ~/.claude/commands/adammpkins-carbuyer-update-market.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/adammpkins/CarBuyer/HEAD/.claude/commands/update-market.md -o ~/.claude/commands/adammpkins-carbuyer-update-market.md

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

Full documentation available on GitHub

View Source Repository