a11y
Accessibility audit + auto-fix (WCAG 2.2 A/AA). Scans built/static HTML for screen-reader, keyboard, and structure failures, fixes the deterministic ones, and…
Competitive X-Ray — analyze any competitor URL vs your site. Use when user wants to compare their site against a competitor, benchmark performance, or understand competitive positioning.
$ npx -y skills add Houseofmvps/ultraship --skill compete --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/competeContext preview
The summary Claude sees to decide when to auto-load this skill.
Competitive X-Ray — analyze any competitor URL vs your site. Use when user wants to compare their site against a competitor, benchmark performance, or understand competitive positioning.
name: compete description: "Competitive X-Ray — analyze any competitor URL vs your site. Use when user wants to compare their site against a competitor, benchmark performance, or understand competitive positioning." argument-hint: "<competitor-url>" allowed-tools: Bash, Read, Grep, Glob
Know what you're up against. Understand where you win, where you lose, and where the gaps are. This isn't just a technical comparison — it's a strategic assessment.
Ask the user for: 1. **Your site URL** (production URL) 2. **Competitor URL** (the site to compare against)
If the user provided both URLs already, skip asking.
node ${CLAUDE_PLUGIN_ROOT}/tools/compete-analyzer.mjs <your-url> <competitor-url>Parse the JSON output.
Present results in a clear head-to-head format:
**Performance:**
**Tech Stack:**
**SEO:**
**Security:**
Go beyond raw data. A principal-level competitive analysis answers:
**1. Moat Assessment**
**2. Positioning Gap Analysis**
**3. Pricing & Value Perception**
**4. Technical Debt Signals**
**5. Your Advantages** — where you're ahead, how to maintain and widen the lead **6. Their Advantages** — where they beat you, how to close the gap **7. Quick Wins** — low-effort improvements that would flip a loss into a win
Display the ASCII comparison card from the tool output. This is designed to be screenshot-shareable on Twitter/X.
Suggest the user share it with context like: "Ran a competitive analysis of [my product] vs [competitor]. Here's what the data shows:" — factual, not adversarial.
Create a prioritized action plan:
**This week (quick wins):**
**This month (strategic):**
**This quarter (moat building):**
"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
Accessibility audit + auto-fix (WCAG 2.2 A/AA). Scans built/static HTML for screen-reader, keyboard, and structure failures, fixes the deterministic ones, and…
Living Architecture Map — auto-generate Mermaid diagrams of your codebase. Use when user wants to visualize architecture, understand code structure, generate…
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Post-deploy canary monitoring — checks site health, detects regressions, monitors for errors after deployment. Use after deploying to verify production is…
Learn From the Best — analyze patterns from any codebase and apply them to yours. Use when user wants to adopt best practices from another repo, compare code…
Code review with principal-engineer-level depth. Reviews for correctness, performance, security, maintainability, and architecture. Use when completing tasks,…