/redirects
Check URLs for redirect chains, loops, and mixed HTTP/HTTPS
> /plugin marketplace add Houseofmvps/ultraship > /plugin install ultraship@ultraship
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/redirects
Context preview
What this command does when you run it.
Check URLs for redirect chains, loops, and mixed HTTP/HTTPS
Command definition
redirects.mddescription: Check URLs for redirect chains, loops, and mixed HTTP/HTTPS
Ask the user for URLs to check, or use their sitemap:
**Individual URLs:**
node ${CLAUDE_PLUGIN_ROOT}/tools/redirect-checker.mjs <url1> <url2> ...**From sitemap:**
node ${CLAUDE_PLUGIN_ROOT}/tools/redirect-checker.mjs --sitemap=<sitemap-url-or-path>Report: redirect chains (should be single hop), loops (critical), mixed HTTP/HTTPS (should all be HTTPS), and 302s that should be 301s for SEO value transfer.
"ULTRASHIP" Claude Code plugin — 39 skills, 33 tools, 11 agents for ship-ready workflows: planning, review, pentesting, safety guardrails, canary monitoring, SEO/AI-readiness check, penetration testing, code review, competitive analysis, incident response. 1 dependency. 180 tests. MIT.
Repo: Houseofmvps/ultraship
Other commands on ultraship.
bundle
Track bundle size, detect heavy dependencies, compare to previous builds

