Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › competitor-analyst vs interaction-patterns

competitor-analyst vs interaction-patterns

Two Product Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Namecompetitor-analystinteraction-patterns
DescriptionCompetitive analysis and market positioning partner for Product Managers. Use when the user needs to analyze competitors, map market positioning, identify feature gaps, or prepare for competitive conversations.…UI interaction design patterns for skeleton loading, infinite scroll with accessibility, progressive disclosure, modal/drawer/inline selection, drag-and-drop with keyboard alternatives, tab overflow handling, and toast…
CategoryProductProduct
Sub-categorycompetitiveaccessibility
Tags
AuthorAhmed Khaled Mohamed <[email protected]>OrchestKit
LicenseMITMIT
Install/add-skill competitor-analyst/add-skill interaction-patterns

Tag overlap

Shared

Only in competitor-analyst

Only in interaction-patterns

Sample code from each SKILL.md

competitor-analyst

                    Marketing-led
                         │
           Braze ●       │      ● Airship
                         │
    Self-serve ──────────┼────────── Enterprise
                         │
        OneSignal ●      │      ● Knock
                         │
                    Engineering-led

interaction-patterns

function CardSkeleton() {
  return (
    <div className="animate-pulse space-y-3">
      <div className="h-48 w-full rounded-lg bg-muted" />
      <div className="h-4 w-3/4 rounded bg-muted" />
      <div className="h-4 w-1/2 rounded bg-muted" />
    </div>
  )
}

function CardList({ items, isLoading }: { items: Item[]; isLoading: boolean }) {
  if (isLoading) {
    return (
      <div className="grid grid-cols-3 gap-4">
…

When to choose each

competitor-analyst — Competitive analysis and market positioning partner for Product Managers. Use when the user needs to analyze competitors, map market positioning, identify feature gaps, or prepare for competitive conversations.…

interaction-patterns — UI interaction design patterns for skeleton loading, infinite scroll with accessibility, progressive disclosure, modal/drawer/inline selection, drag-and-drop with keyboard alternatives, tab overflow handling, and toast…

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open competitor-analyst → Open interaction-patterns →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Product skills · Top 100