sync-versions
Installation
SKILL.md
Sync Versions
Run the bundled script from the repo root:
python3 .claude/skills/sync-versions/scripts/sync_versions.py
Use --dry-run to preview changes without writing or committing.
What the script does
- Fetches all releases from
mantinedev/mantineviagh api - Ignores pre-releases (alpha, beta, rc, etc.) and drafts
- Ignores versions below v7
- Adds missing minor/major versions and their patches
- Updates changelog links for older major versions to use their versioned subdomain (e.g.
v8.mantine.dev) when a newer stable major exists - Commits with
[mantine.dev] Update versions list