arturseo-geo

Redirect — Development skill for Claude Code

Development community

Manage Nginx 301 redirects.

How to install Redirect

Installs to ~/.claude/skills/arturseo-geo-cowork-wordpress-publisher-redirect/SKILL.md

Terminal
mkdir -p ~/.claude/skills/arturseo-geo-cowork-wordpress-publisher-redirect && curl -fsSL https://raw.githubusercontent.com/arturseo-geo/cowork-wordpress-publisher/HEAD/commands/redirect.md -o ~/.claude/skills/arturseo-geo-cowork-wordpress-publisher-redirect/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Redirect does


description: Manage Nginx 301 redirects. Add, list, verify, or remove redirect rules safely with syntax validation before any reload.

Use the redirect-manager skill.

Arguments: $ARGUMENTS

Supported formats: /wp:redirect list — show all current redirects /wp:redirect add /old-slug /new-slug — add a new 301 redirect /wp:redirect verify /old-slug — verify a redirect is working /wp:redirect remove /old-slug — remove a redirect rule

Alternatives in Development

  • Param Discover — Discover hidden HTTP parameters on a URL or list of URLs using Arjun (or x8 fallback) 4.5k ★
  • Retune Color — Change a Graphite color safely by editing only the canonical primitive, then verify 452 ★
  • Env — Manage Vercel environment variables 263 ★

Full documentation available on GitHub

View Source Repository