What problem does it solve?
Older installs referencing the migrate4-5 path would break after the markuplint v4-to-v5 migration skill moved to skills/migrations/v4-v5/. This legacy entry point keeps npx skills add markuplint/markuplint@migrate4-5 resolving while pointing users to the canonical migration guide.
Core Features & Use Cases
- Backward-compatible install path: Keeps the old
migrate4-5 install command working after the skill was relocated.
- Canonical redirect: Directs users to install via
npx skills add markuplint/markuplint@migrations/v4-v5 and to follow skills/migrations/v4-v5/SKILL.md.
- Fallback guidance: When only this legacy copy is installed, it instructs fetching the migration guide from the website (
/docs/migration/v4-to-v5/) covering silent splits, Node 24, --no-allow-warnings, and preset gaps.
- Use Case: A developer with an old bookmark or script running
npx skills add markuplint/markuplint@migrate4-5 still receives correct migration instructions instead of a broken reference.
Quick Start
Install the canonical migration skill by running npx skills add markuplint/markuplint@migrations/v4-v5 and follow the v4-to-v5 migration checklist.