Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Competitor & Alternative Pages

A framework for planning and writing competitor comparison, vs, and alternative pages that serve both SEO traffic and sales enablement.

Marketing & SEOIntermediate701127AI score 8/10Last updated: Aug 12, 2026

What it does

  • Supplies four ready page formats (singular alternative, plural alternatives, you-vs-competitor, competitor-vs-competitor) with URL patterns, keyword targets, and section-by-section outlines.
  • Defines a centralized competitor data file — positioning, pricing tiers, evidence-backed strengths/weaknesses, review complaints, migration notes, last-verified date — so facts aren't duplicated across pages.
  • Prescribes a research methodology: actually sign up for the product, screenshot pricing, mine 50+ G2/Capterra reviews, interview switchers, plus a monthly/quarterly/annual verification cadence.
  • Enforces SEO and credibility rules: title/meta/H1 patterns, FAQ schema, internal-link hub, "who the competitor is best for" sections, and legal-safe, source-cited claims.
  • Documents three helper scripts for page prioritization, competitor-data staleness tracking, and comparison content scoring.

Who it's for

  • SEO and content marketers at SaaS/B2B companies chasing competitor-branded search demand.
  • Growth teams producing battle cards and objection-handling assets for sales.
  • Anyone needing a counter-comparison page because a rival already publishes one about them.

Examples

  1. "Draft a 'Notion alternative' page" → full copy with pain validation, TL;DR positioning, narrative comparisons, migration path, and CTA.
  2. "Which of our 6 competitors should get pages first?" → prioritized page-set plan by search volume and deal frequency.
  3. "Our vs page ranks but doesn't convert" → CTA placement, migration section, and risk-reversal fixes plus a content quality audit.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/borghei/Claude-Skills/HEAD/business-growth/competitor-alternatives/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the business-growth/competitor-alternatives folder from the GitHub repo borghei/Claude-Skills into my ~/.claude/skills/competitor-alternatives/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/borghei/Claude-Skills.git && mkdir -p ~/.claude/skills && cp -r Claude-Skills/business-growth/competitor-alternatives ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal and clone the repo: git clone https://github.com/borghei/Claude-Skills.git
  2. Create the skills directory if needed: mkdir -p ~/.claude/skills
  3. Copy just this skill: cp -r Claude-Skills/business-growth/competitor-alternatives ~/.claude/skills/
  4. Verify with ls ~/.claude/skills/competitor-alternatives — look for SKILL.md and a scripts/ folder (if scripts are missing, the written framework still works).
  5. To run the helper scripts you need Python 3: python3 --version
  6. Restart Claude Code and prompt something like "build a vs page against [competitor]" to trigger the skill.
View source on GitHubLicense: NOASSERTION