Sync CLI Skill Synchronize the skill with the latest CLI source code from the Base44 CLI repository using git-based change detection. Usage When activated, this skill will ask for: 1. CLI source folder path (required) - The local path to the Base44 CLI source code (must be a git repository) How It Works This skill uses git to efficiently detect changes: 1. Reads the locally stored version from (e.g., ) 2. Compares against the CLI source repository to find changed command files 3. Only processes commands that have actually changed Steps Step 1: Gather Input Ask the user for the CLI source fold…