migrate4-5-legacy-path

Redirects legacy installs to the canonical markuplint v4-to-v5 migration skill.

611|63|Updated Sep 26, 2017
One-click install
npx skills add https://github.com/markuplint/markuplint --skill migrate4-5-legacy-path
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate4-5-legacy-path
Source: https://github.com/markuplint/markuplint/tree/main/skills/migrate4-5
Command: npx skills add https://github.com/markuplint/markuplint --skill migrate4-5-legacy-path

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about migrate4-5-legacy-path

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate markuplint from v4 to v5?

Install the canonical migration skill with npx skills add markuplint/markuplint@migrations/v4-v5 and follow skills/migrations/v4-v5/SKILL.md. The checklist covers silent splits, Node 24, --no-allow-warnings, and preset gaps.

What is the migrate4-5 skill in the markuplint repository?

It is a deprecated legacy install path kept so npx skills add markuplint/markuplint@migrate4-5 keeps resolving after the migration skill moved to skills/migrations/v4-v5/. It contains no migration steps of its own.

Does the migrate4-5 legacy path still work for installation?

Yes, the directory exists specifically so the old install command keeps resolving. However, the canonical install is npx skills add markuplint/markuplint@migrations/v4-v5, and only that file should be maintained.

What should I do if only the legacy migrate4-5 skill is installed?

Fetch the migration guide from the markuplint website at /docs/migration/v4-to-v5/ and apply the same checklist as the canonical skill file, including silent splits, Node 24, --no-allow-warnings, and preset gaps.

Where are markuplint v4-to-v5 migration steps maintained?

Migration steps are maintained only in skills/migrations/v4-v5/SKILL.md. The legacy migrate4-5 directory explicitly instructs not to maintain divergent migration steps in its own file.