Updated Edit
Remove the marketplace clone and installed plugins a profile collected before the auto-install was suppressed, naming each tree before it goes.
#c purge-plugins
remove the Claude Code plugin tree from the selected profiles: the official-marketplace clone and every plugin installed from it, six to ten megabytes per profile. Opt-in and separate from the canonical reconciliation, which is exact and would otherwise delete plugin state on every run. Names the marketplaces and plugins it finds before removing them; --dry-run reports the inventory without touching anything. New launches do not collect a new tree -- the launch environment suppresses the auto-install, one-way per profile. The 'default' profile (~/.claude) is never touched.
Effect: mutating
#Flags
| Name | Short | Type | Presence | Env | Description |
|---|---|---|---|---|---|
target | choice | required | Selection (not typed as a flag). Elect exactly one of --profile, --all-profiles. which profiles the operation applies to | ||
--profile | str | required | Elects target = profile. target one profile, by name Its value: name of the profile to target (e.g. work, personal, research) | ||
--all-profiles | required | Elects target = all-profiles. target every registered profile at once |