sync-cli-skill
Installation
SKILL.md
Sync CLI Skill
Synchronize the skills/base44-cli/ 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:
- 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:
- Reads the locally stored version from
CLI_VERSION(e.g.,v0.0.17) - Compares against the CLI source repository to find changed command files
- Only processes commands that have actually changed