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.
| Name | competitor-analyst | interaction-patterns |
|---|---|---|
| Description | 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.… | 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… |
| Category | Product | Product |
| Sub-category | competitive | accessibility |
| Tags | — | — |
| Author | Ahmed Khaled Mohamed <[email protected]> | OrchestKit |
| License | MIT | MIT |
| Install | /add-skill competitor-analyst | /add-skill interaction-patterns |
Marketing-led
│
Braze ● │ ● Airship
│
Self-serve ──────────┼────────── Enterprise
│
OneSignal ● │ ● Knock
│
Engineering-led
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">
…
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.
See all Claude Code skill comparisons · Browse all Product skills · Top 100
SKILL.md files, not affiliated with, endorsed by, or sponsored by Anthropic.