Tooling & Ops Custom Skills · Curated

Redirect Mapper

Generates a 301 redirect map when URLs change during a site migration or redesign.

What it does

Compares an old URL list (from a sitemap export, crawl, or CSV) against the new site structure and proposes one-to-one 301 mappings based on matching titles, slugs, and content similarity. Flags old URLs with no clear new-site match so they get a deliberate decision instead of a silent 404.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/redirect-mapper/ (or ~/.claude/skills/redirect-mapper/ for all projects)

GitHub Copilot (VS Code)

.github/skills/redirect-mapper/

OpenAI Codex

.codex/skills/redirect-mapper/

Cursor

.cursor/skills/redirect-mapper/ (or ~/.cursor/skills/redirect-mapper/ globally)

Compatibility

Any WordPress site. Redirects are written to whatever redirect plugin is active (Redirection, Yoast's redirect manager, Rank Math redirections) or to the server's redirect rules if none is active.