Skill Release Sync skills from to directory, bump version numbers, and push to git. Quick Start Workflow 1. Scan for all skills with SKILL.md 2. Compare with directory using content hash 3. Copy changed skills, updating version (patch bump) 4. Commit with 5. Push to remote repository Version Management Version is stored in at skill root: - First release: - Updates: patch bump ( → ) - Semver format: Command Options | Option | Description | |--------|-------------| | | Preview changes without executing | | | Process only the specified skill | Project Structure Requirements - Python 3.8+ - Git r…