Scan the user's system for installed CLI tools and help them create TabzChrome profiles.
/plugin marketplace add GGPrompts/TabzChrome/plugin install ggprompts-tabz-chrome@GGPrompts/TabzChrome# Profile Discovery Assistant Scan the user's system for installed CLI tools and help them create TabzChrome profiles. > **Note**: There is no API to edit profiles directly. Profiles are stored in Chrome storage and can only be modified via the Settings UI. This skill generates JSON files for the user to import. ## Instructions 1. **Check existing profiles first** to avoid duplicates. Use the profiles API: This returns: - `profiles[]` - Array of all configured profiles - `defaultProfileId` - Which profile spawns on "+" - `globalWorkingDir` - The header working directory Note which t...