wp-migratelisted
Install: claude install-skill aiskillstore/marketplace
# WordPress Migration Skill
This skill provides expertise for working with the wp-migrate.sh WordPress migration tool.
## Project Overview
wp-migrate.sh is a comprehensive WordPress migration tool that operates in two modes:
1. **Push Mode**: Migrates WordPress sites between servers via SSH (source → destination)
2. **Archive Mode**: Imports WordPress backup archives (Duplicator, Jetpack Backup, Solid Backups) on destination server
**Current Version**: Check the latest release
```bash
git describe --tags --abbrev=0 # Get current version from git
```
**Latest Release**: See [GitHub Releases](https://github.com/BWBama85/wp-migrate.sh/releases/latest)
**Repository**: BWBama85/wp-migrate.sh
**Main Branch**: main
## Core Capabilities
### Migration Modes
#### Push Mode
- Transfers wp-content and database from source to destination via SSH
- Enables maintenance mode on both servers during migration
- Creates timestamped backups before overwriting
- Performs URL search-replace to align destination domain
- Excludes object-cache.php to preserve destination caching infrastructure
- Supports StellarSites managed hosting compatibility (--stellarsites flag)
#### Archive Mode
- Auto-detects archive format (Duplicator, Jetpack Backup, Solid Backups)
- Extracts archives to temporary directory
- Validates disk space (requires 3x archive size)
- Creates backups of destination database and wp-content before import
- Automatically aligns table prefixes if different from wp-config.p