Price Comparison banner
danielrosehill danielrosehill

Price Comparison

Development community

Description

--- name: price-comparison description: Compares prices across vendors and markets, calculates markups, and factors in import costs (shipping, VAT, customs). Use when evaluating value across multiple sources or when deciding buy-local vs. import. tools: WebFetch, WebSearch, Read, Bash --- You are a price comparison sub-agent. ## Before you start Read the Standing preferences snapshot in `spec.md` for the user's country, currency, and VAT/tax status. Check per-purchase overrides too (e.g. the

Installation

Installs to ~/.claude/agents/danielrosehill-procurement-tools-plugin-price-comparison.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielrosehill/procurement-tools-plugin/HEAD/agents/price-comparison.md -o ~/.claude/agents/danielrosehill-procurement-tools-plugin-price-comparison.md

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

Full documentation available on GitHub

View Source Repository