Comparison Table Generator logo

Comparison Table Generator

Community
kostja94
comparison-table-generator

When the user wants to create, optimize, or audit a comparison table section—an in-page block (HTML table or responsive equivalent) comparing products, methods, or approaches, with optional supporting copy. Also use when the user mentions "comparison table," "compare table," "feature matrix," "vs table," "side-by-side comparison," "competitor comparison," "traditional vs modern," "manual vs automated," "before and after," "old way vs new way," "alternatives comparison block," or "comparison section on landing page or blog." This skill is for a section inside a page, not a full alternatives URL or blog post wireframe—use alternatives-page-generator for page-level layout, keywords, and PPC destination strategy. For full-page structured data rules, use schema-markup. For FAQ blocks paired with the table, use faq-page-generator.

Overview

Publisherkostja94
Repositorymarketing-skills
Skill namecomparison-table-generator
Stars
979
Forks
137
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by kostja94 on GitHub. Read the source before you install it.

Installation

Install the Comparison Table Generator AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/kostja94/marketing-skills.git /tmp/marketing-skills
mkdir -p .claude/skills
cp -r /tmp/marketing-skills/skills/components/content/comparison-table .claude/skills/comparison-table-generator
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Comparison Table Generator in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Comparison Table Generator on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Comparison Table Generator is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Components: Comparison Table Section

Guides comparison tables as an in-page section: a scannable matrix (rows × columns) embedded inside landing pages, blog posts, pricing pages, homepages, or docs. Not a standalone page type—parent page structure, URLs, and "alternatives vs blog" decisions come from alternatives-page-generator, landing-page-generator, article-page-generator, pricing-page-generator, etc. Distinct from FAQ (Q&A → FAQPage) and from HowTo (procedure → HowTo). schema-markup remains the source for exhaustive Schema.org rules; this skill owns section-level criteria, copy, HTML/accessibility, fairness, and ad alignment.

When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.

Comparison Table Section vs Alternatives Page

DimensionComparison table section (this skill)Alternatives / compare page
ScopeOne block: headings, table, footnotes, optional CTA lineFull page or article: headline, intro, verdict, listicles, FAQ, metadata
URL / intentChosen by parent; section supports commercial or informational parentOwns "X alternatives", "X vs Y", PPC landing strategy
PPCAlign copy and criteria with ad and parent LPOwns where paid traffic lands (dedicated LP vs blog)
Skillcomparison-table-generator (this)alternatives-page-generator

Use both when building an alternatives LP: alternatives-page-generator for page structure; comparison-table-generator for the table itself (criteria, rows, cells, fairness).

Comparison Types (Same Component, Different Framing)

TypeRows / columnsTypical use
Product vs productYou vs 1–N competitors or toolsAlternatives LP, category pages, blog "best X"
Traditional vs modernOld workflow vs your approachCategory creation, thought leadership, LP objection handling
Manual vs automatedSpreadsheets, agencies, DIY vs productMid-funnel LP, demo request pages
Before / afterState A vs State B (metrics allowed if true)Outcome-focused LP, case studies
Feature / capability matrixFeatures as rows; plans or products as columnsPricing-adjacent, features-page-generator context

Column count: Prefer 4–7 columns including names; more columns hurt mobile—use priority columns above the fold and expand or link to full spec.

Placement Within the Parent Page

LocationWhen
After hero + short value propLP: remove doubt early; before long prose
After "problem" / "why switch"Alternatives or comparison article: user is ready for criteria
Before FAQTable answers "which is better for X?"; FAQ handles objections
Mid-articleBlog: after context; supports featured-snippet table patterns

Narrative: Table should answer the promise of the H1/H2—do not bury the matrix below unrelated storytelling.

Content Structure

Section title (H2)

  • Default: Outcome or task-oriented—"How [Product] compares to [Competitor]," "[Category] comparison at a glance," "Traditional vs [Your approach]."
  • Avoid: Vague "Comparison" alone; match query language where relevant ("vs", alternatives, best for).

Intro (1–3 sentences)

  • State who the table is for and criteria (e.g. "pricing as of [date]," "SMB-focused").
  • Transparency: "We sell [Product]; we include [Competitor] because users search for both."

The table

  • HTML <table> with <thead>, <th> scope, <caption> (summary for screen readers).
  • Cells: Short phrases, icons, or Yes/No/Limited—avoid marketing fluff in cells; footnote nuance.
  • Parity: Compare on dimensions competitors would accept; cherry-picked rows erode trust and GEO citation.
  • Last updated: Row or footnote—pricing and limits must be refreshable.

Below the table

  • Optional: One "Best for" line per column (if not already in table).
  • CTA: Single primary CTA aligned with parent page (trial, demo, contact)—not one CTA per competitor cell unless design system allows.

SEO

  • Intent: Often commercial; align headings and intro with "vs", alternatives, best [category] modifiers.
  • Snippets: Semantic table + clear headers support list/table extraction; see featured-snippet.
  • Keywords: Work natural competitor names into caption, headings, or intro—avoid stuffing; alternatives-page-generator owns keyword strategy for full URLs.

GEO (AI Search)

  • Extractable facts: Tables with plain text in cells are easier for models to cite than long paragraphs.
  • Fairness: Acknowledge where a competitor is strong—overly biased matrices are less likely to be summarized neutrally in AI answers.
  • Entity clarity: Use consistent product names (same spelling as in entity-seo / Organization).

Paid Ads Alignment

  • Message match: Table criteria and headline should reflect ad copy (e.g. "cheaper," "faster," "no code")—see paid-ads-strategy, landing-page-generator.
  • Landing: Competitor brand campaigns → dedicated LP with comparison section; alternatives-page-generator + google-ads for policy.

Accessibility & Mobile

  • Never rely on images only for the matrix—use a real table; images can supplement.
  • Responsive: Horizontal scroll with visible focus, or card layout per row on small screens (tab-accordion patterns only if content stays in DOM).
  • Color: Don't encode meaning by color alone (WCAG contrast).

Fairness, Legal, Trademark

  • Factual claims: Prices, limits, integrations—cite source or "as of [date]"; no invented specs.
  • Trademark: Use competitor names accurately for comparison (nominative use); avoid confusing logos without permission—follow legal review.
  • Tone: FUD and disparagement hurt trust and SEO; objective tables win.

Schema (High Level)

  • FAQ below the table → FAQPage if Q&A pairs; see faq-page-generator.
  • Product / Offer on product pages—see schema-markup; this skill does not duplicate schema tables.
  • No fake HowTo for comparison tables.

Anti-Patterns

  • Screenshot-only comparison (no crawlable text).
  • Hidden columns that only favor you (users and reviewers notice).
  • Stale pricing—add refresh owner or date in content workflow.

Best Practices Checklist

  • <table> with <caption>, header cells, semantic structure
  • Criteria fair and parity across columns
  • Intro states bias (you are the vendor) and evaluation frame
  • Last updated or as-of for volatile fields
  • Mobile usable (scroll or card fallback)
  • PPC / H1 alignment if traffic is paid
  • Paired FAQ or short copy for objections if parent page needs it

Output Format

  • Placement of the section within the parent page
  • Comparison type (product vs product, traditional vs modern, etc.)
  • Column/row design (criteria list; row labels)
  • Draft table (HTML outline or Markdown grid with cell guidance)
  • Footnotes for nuanced cells
  • Fairness notes (what to acknowledge about competitors)
  • Ad alignment notes (if PPC)
  • Explicit: Section block only—defer full page wireframe to alternatives-page-generator / landing-page-generator / article-page-generator

Related Skills

  • alternatives-page-generator: Full alternatives/compare page or blog; keywords, PPC destination, URL strategy
  • landing-page-generator: LP structure; when comparison sits on a paid LP
  • article-page-generator: Blog posts with comparison section
  • pricing-page-generator: Pricing grids and comparisons; features-page-generator for feature matrix context
  • faq-page-generator: FAQ below or beside comparison table
  • featured-snippet: Table/list snippet patterns
  • schema-markup: Product, FAQPage, Article—full JSON-LD rules
  • entity-seo: Entity naming and consistency for GEO
  • paid-ads-strategy, google-ads: Competitor brand ads, message match
  • competitor-research: Research inputs; not end-user copy
  • tab-accordion: Optional mobile patterns; DOM visibility
  • content-optimization: Headings and keyword placement in longform

References

Frequently asked questions

What does the Comparison Table Generator AI skill do?

When the user wants to create, optimize, or audit a comparison table section—an in-page block (HTML table or responsive equivalent) comparing products, methods, or approaches, with optional supporting copy. Also use when the user mentions "comparison table," "compare table," "feature matrix," "vs table," "side-by-side comparison," "competitor comparison," "traditional vs modern," "manual vs automated," "before and after," "old way vs new way," "alternatives comparison block," or "comparison section on landing page or blog." This skill is for a section inside a page, not a full alternatives...

Why use Comparison Table Generator on TypingMind?

Because you install it once and use it with any model. Comparison Table Generator is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Comparison Table Generator in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/kostja94/marketing-skills/tree/main/skills/components/content/comparison-table. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Comparison Table Generator?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Comparison Table Generator?

As many as you like. As long as a model supports skills, you can use Comparison Table Generator with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Comparison Table Generator AI skill free?

Yes. It is published on GitHub by kostja94 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇