migrate

Migrate redundant metaswarm framework files into the marketplace plugin with SHA-256 verification.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Prekzursil/quality-zero-platform --skill migrate-prekzursil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate
Source: https://github.com/Prekzursil/quality-zero-platform/tree/main/.claude/plugins/metaswarm/skills/migrate
Command: npx skills add https://github.com/Prekzursil/quality-zero-platform --skill migrate-prekzursil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill detects and cleans up redundant copies of the metaswarm framework that were embedded into a project by the npm installer, replacing them with the marketplace plugin equivalents while ensuring no project-specific data is lost.

Core Features & Use Cases

  • Safe discovery and pre-flight checks: verifies plugin presence, distribution setting, and uncommitted changes before proceeding.
  • Content-verified cleanup: inventories candidate files and compares SHA-256 normalized contents against the plugin to identify unmodified framework copies for removal while flagging user-modified files.
  • Reversible git operations and shims: stages removals with git rm, offers explicit undo instructions, creates thin command shims routing to the plugin, and updates .metaswarm/project-profile.json to record the migration.
  • Use Case: migrate a repository initialized with npx metaswarm that contains an embedded .claude/plugins/metaswarm copy so the project uses the marketplace plugin without losing custom project files.

Quick Start

Run the migration skill to stage cleaning up redundant metaswarm framework copies while preserving and never touching your project-specific files.

Frequently Asked Questions about migrate

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

FAQPage Schema
How do I safely remove redundant metaswarm framework files from my git repository?

The migrate skill safely removes redundant metaswarm framework files by verifying SHA-256 content against the marketplace plugin, staging git rm operations for unmodified copies, and creating command shims while preserving project-specific data.

What is the best way to migrate an npx metaswarm project to the marketplace plugin?

The best way to migrate an npx metaswarm project is running this skill, which performs pre-flight checks, inventories embedded files, compares SHA-256 normalized contents, stages git rm removals, and creates command shims routing to the marketplace plugin.

Does the metaswarm migration process verify file contents before deleting local copies?

Yes, the migration process verifies file contents by comparing SHA-256 normalized hashes against the marketplace plugin to identify unmodified framework copies for safe removal while explicitly flagging user-modified files to prevent data loss.

Can I undo a metaswarm framework migration if it stages the wrong files for removal?

Yes, you can undo the metaswarm framework migration because the skill enforces reversible git-based safeguards, staging removals with git rm and offering explicit undo instructions to safely revert the cleanup if the wrong files are targeted.

When do I need to run a metaswarm file cleanup and shim creation process?

You need to run a metaswarm file cleanup when your project was initialized with npx metaswarm, contains an embedded .claude/plugins/metaswarm copy, and requires safe staging of redundant framework files for cleanup using the marketplace plugin.

Why does the metaswarm migration skill flag certain files instead of removing them?

The migration skill flags certain files instead of removing them when SHA-256 verification detects user modifications, ensuring project-specific data is never touched or lost during the redundant framework cleanup and plugin redirection process.