seo-geo-report-engine: Skill for Claude Code

.agents/skills/comparison-pages/SKILL.md

comparison-pages is a skill for Claude Code from prashishh/seo-geo-report-engine. It costs 162 tokens per session (1,621 once invoked), scanned A, original, MIT.

A skill for creating fact-checked pages that compare a product with a competitor, such as “us versus them” or alternatives pages. It also builds a central comparison hub that links related comparisons.

In plain words
What is it for?
Use it to research competitors, write objective comparison pages, create alternatives pages and comparison hubs, and support claims with verified facts.
Why use it?
It helps answer buyers who are deciding between products while reducing the risk of unsupported or unfair competitor claims. The pages are designed for both search engines and AI answer tools.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is prashishh/seo-geo-report-engine's own configuration. It tells Claude Code how to work on seo-geo-report-engine itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything seo-geo-report-engine configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python tools/programmatic/generate.py \.

Part of the seo-geo-report-engine plugin — 33 skills, 8 commands, 5 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to prashishh/seo-geo-report-engine. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/prashishh/seo-geo-report-engine/main/.agents/skills/comparison-pages/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/prashishh/seo-geo-report-engine

Made for: Claude Code.

Or install seo-geo-report-engine, the plugin that ships this one along with the rest of its 33 skills, 8 commands, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for comparison-pages

README.md
[![agentmods](https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/comparison-pages/github.svg)](https://agentmods.dev/skills/prashishh/seo-geo-report-engine/comparison-pages)
Your own site
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/comparison-pages"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/comparison-pages/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for comparison-pages

Your own site · 80×15
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/comparison-pages"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/comparison-pages.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,621 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00162 $0.01621
Opus 5 $0.00081 $0.00811
Sonnet 5 $0.00032 $0.00324
Haiku 4.5 $0.00016 $0.00162

Measured 11d ago against content hash 8f40511fe16e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

comparison-pages scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/comparison-pages/SKILL.md · 114 lines

How it starts

The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.

comparison-pages

Build "us vs {competitor}" pages and a comparison/alternatives hub. These rank for high-intent bottom-funnel queries and are disproportionately cited by AI answer engines, so accuracy and fairness are non-negotiable — never fabricate a competitor fact. Shares the generator and hub architecture with programmatic-seo; methodology in playbooks/programmatic-seo.md. Methodology: PERCEIVE → ANALYZE → VALIDATE → ACT, falsifiable claims. Today is 2026-06-23; write absolute dates.

Inputs

  • projects/<client>/client.ymlcompetitors list, domain, positioning, locale.
  • Existing research in projects/<client>/research/.

Resolve context first: ./bin/mkt config show --project <client>.

Workflow

  1. PERCEIVE — take the competitor set from client.yml. Read the competitors list (cross-check with management-project-competitors / site-explorer-organic-competitors if you need to find more). One page per "us vs {competitor}".

  2. ANALYZE — gather objective facts per competitor. For each one:

    • Their positioning & top pages: site-explorer-top-pages (what they're known for), and WebFetch their pricing / features / homepage for the primary source of truth.
    • Record only verifiable facts (features, pricing tiers, coverage, integrations, limits) with the source URL. If a fact can't be confirmed, mark it Unknown — do not guess.
  3. VALIDATE — size demand (Ahrefs MCP, see knowledge/ahrefs-mcp-map.md). With keywords-explorer-overview / -matching-terms, pull volume for "<competitor> alternative", "<us> vs <competitor>", "<competitor> vs <us>", "<competitor> alternatives". Prune competitors with no demand; prioritize the rest by volume.

  4. ACT — build the comparison table. Structured, fair, fact-checked rows: the same attributes for both sides, each cell sourced. Be honest where the competitor wins — fairness is what makes the page (and your brand) credible and citable. Add a row-specific FAQ and Product / structured data (defer to the schema-markup skill: Product, FAQPage, optionally a comparison/ItemList).

Read the full file on GitHub · 114 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 114 lines · 162 tokens per session scan A 8f40511fe16e

Subscribe to this mod's changes

comparison-pages is a skill published in the GitHub repository prashishh/seo-geo-report-engine (5 stars, last pushed 2mo ago), licensed MIT. It adds 162 tokens to every session and 1,621 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

content-amplifier

Use when the user asks to "amplify influencer content with paid media", "set up whitelisting or Spark Ads", "decide which posts to boost", "repurpose influencer content", "turn one video into multiple ads", or "build a UGC asset library"; produces (paid mode) a content-selection scorecard, a paid amplification…

aaron-he-zhu/aaron-marketing-skills · 202 tokens

campaign-planner

Use when the user asks to "plan an influencer campaign", "build a campaign blueprint", "track or close a creator campaign", or "record a late campaign correction"; produces the plan and, when requested, a non-canonical evidence tracker with scoped identity, publication, reconciliation, close, and reopen receipts. Not…

aaron-he-zhu/aaron-marketing-skills · 124 tokens

cold-outbound-sequencer

Use when the user asks to "build a B2B cold-outbound sequence", "design reply-triage branching", "plan a domain warmup / sending throttle", or "make my outbound CAN-SPAM / opt-in compliant"; produces a multi-step outbound sequence with reply-triage branches (positive / objection / referral / not-now / opt-out), a…

aaron-he-zhu/aaron-marketing-skills · 172 tokens

inbox-placement-monitor

Use when the user asks to "track where my emails are actually landing after I send", "read my seed-list inbox vs spam vs promotions results", "trend my Gmail Postmaster / Microsoft SNDS reputation", or "did placement drop after my last send"; produces a per-provider inbox/spam/promotions placement read, a domain/IP…

aaron-he-zhu/aaron-marketing-skills · 166 tokens

subject-line-lab

Use when the user asks to "generate subject line variants", "pre-score my subject lines", or "will this subject get truncated / trigger spam filters"; produces a labeled subject + preheader variant set and a per-variant heuristic pre-score card — spam-trigger flags, length/truncation across desktop + mobile…

aaron-he-zhu/aaron-marketing-skills · 170 tokens

email-sequence-designer

Use when the user asks to "design a welcome flow", "set up an abandoned-cart sequence", "build a light re-engagement branch inside a lifecycle flow", or "plan a cold-outbound sequence"; produces general lifecycle automation flows (welcome, cart, browse-abandon, post-purchase, in-flow re-engagement, B2B cold outbound)…

aaron-he-zhu/aaron-marketing-skills · 197 tokens