How this command is triggered — by the user, by Claude, or both
Slash command
/car-hunter:setup-carThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Create or update a car profile for the car-hunter plugin. The profile configures search URLs, spec options, variant tiers, and dashboard settings for a specific make and model.
Profiles live in the plugin's persistent user-data directory (`${CLAUDE_PLUGIN_DATA}/profiles/`), which survives plugin updates and is writable on marketplace installs. The bundled read-only `${CLAUDE_PLUGIN_ROOT}` is only used to load the setup skill and the schema reference.
Follow these steps:
1. Read the skill file at `${CLAUDE_PLUGIN_ROOT}/skills/setup-car-profile/SKILL.md` for the full setup process.
2. Ensu...Create or update a car profile for the car-hunter plugin. The profile configures search URLs, spec options, variant tiers, and dashboard settings for a specific make and model.
Profiles live in the plugin's persistent user-data directory (${CLAUDE_PLUGIN_DATA}/profiles/), which survives plugin updates and is writable on marketplace installs. The bundled read-only ${CLAUDE_PLUGIN_ROOT} is only used to load the setup skill and the schema reference.
Follow these steps:
${CLAUDE_PLUGIN_ROOT}/skills/setup-car-profile/SKILL.md for the full setup process.mkdir -p "${CLAUDE_PLUGIN_DATA}/profiles".${CLAUDE_PLUGIN_DATA}/profiles/ for existing profiles.${CLAUDE_PLUGIN_DATA}/profiles/{profile-name}.json.${CLAUDE_PLUGIN_DATA}/references/{profile-name}-specs.md.npx claudepluginhub zal4dw/car-hunter --plugin car-hunter