Help us improve
Share bugs, ideas, or general feedback.
From dealership-group
Inter-store inventory transfer recommendations. Triggers: "transfer opportunities", "balance inventory", "which store needs what", "inter-store transfer", "move vehicles between locations", "inventory balancing", "rebalance my lot", "cross-location optimization", identifying vehicles to move between locations for faster turns.
npx claudepluginhub marketcheckhub/marketcheck-cowork-plugin --plugin dealership-groupHow this skill is triggered — by the user, by Claude, or both
Slash command
/dealership-group:cross-location-balancerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Date anchor:** Today's date comes from the `# currentDate` system context. Compute ALL relative dates from it. Example: if today = 2026-03-14, then "prior month" = 2026-02-01 to 2026-02-28, "current month" (most recent complete) = February 2026, "three months ago" = December 2025. Never use training-data dates.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Date anchor: Today's date comes from the
# currentDatesystem context. Compute ALL relative dates from it. Example: if today = 2026-03-14, then "prior month" = 2026-02-01 to 2026-02-28, "current month" (most recent complete) = February 2026, "three months ago" = December 2025. Never use training-data dates.
Load the marketcheck-profile.md project memory file. If missing, prompt /onboarding. Requires 2+ locations. Extract: locations[] (dealer_id, name, zip, state, dealer_type), preferences, country. US-only for demand data. Confirm: "Analyzing transfer opportunities across [N] locations"
Dealer group operations manager allocating vehicles across rooftops — moving surplus aged units to under-stocked locations to save floor plan costs.
For each location, use the Agent tool to spawn the dealership-group:lot-scanner agent:
Fetch inventory facets for dealer_id=[dealer_id], country=[country]. Mode: facets_only Facets: make|0|20|1, model|0|30|1, body_type|0|10|1 Also get: total_count, and aging facets if available
→ Extract only: per location — total_count, body_type counts, make/model counts. Discard full response.
For each location (US only), call mcp__marketcheck__get_sold_summary with:
state: the location's statezip: the location's zip (with radius)inventory_type: Usedranking_dimensions: body_typeranking_measure: sold_countranking_order: desctop_n: 10date_from / date_to: prior month→ Extract only: per body_type — sold_count, ranking position. Discard full response.
For each location:
Cross-reference all locations to find transfer pairs:
For each potential transfer:
Only recommend transfers where net benefit > $500.
For the top transfer opportunities, get the specific aged units from the sender location:
CROSS-LOCATION TRANSFER RECOMMENDATIONS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[Group Name] | [N] locations analyzed
INVENTORY MIX BY LOCATION
Category | [Location 1] | [Location 2] | [Location 3] | Market Demand
| Count (Share) | Count (Share) | Count (Share) | (Share)
------------|-------------------|-------------------|-------------------|-------------
SUV | XX (XX%) | XX (XX%) | XX (XX%) | XX%
Pickup | XX (XX%) | XX (XX%) | XX (XX%) | XX%
Sedan | XX (XX%) | XX (XX%) | XX (XX%) | XX%
...
RECOMMENDED TRANSFERS (sorted by net benefit)
Transfer 1: [Category] from [Location A] → [Location B]
Units to move: [N] (oldest first)
Reason: [A] has XX% surplus, [B] has XX% deficit in [category]
Transport cost: ~$XXX
Expected DOM improvement: XX days faster at [B]
Floor plan savings: ~$X,XXX
Net benefit: $X,XXX
Specific units:
VIN (last 8) | Year Make Model | DOM at [A] | Listed Price
-------------|-----------------|-----------|-------------
[unit 1] | 22 RAV4 XLE | 72 days | $28,500
[unit 2] | 21 CR-V EX | 65 days | $26,200
Transfer 2: ...
TRANSFER SUMMARY
Total recommended transfers: [N] units
Total transport cost: ~$X,XXX
Total expected floor plan savings: ~$XX,XXX
Net benefit: ~$XX,XXX over [X] months
dealer_id for all locations — locations without a dealer_id are skipped.get_sold_summary. UK locations can still be analyzed for inventory mix but without market demand comparison.