competitor-analysis
Analyze competitive landscape to identify strengths, weaknesses, opportunities, and threats. Inform product strategy and positioning based on market insights.
npx skills add majiayu000/claude-skill-registry --skill competitor-analysis-aj-geddes-useful-ai-prompts-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Competitor Analysis ## Overview Systematic competitor analysis reveals market positioning, identifies competitive advantages, and informs strategic product decisions. ## When to Use - Product strategy development - Market entry planning - Pricing strategy - Feature prioritization - Market positioning - Threat assessment - Investment decisions ## Instructions ### 1. **Competitor Identification** ```python # Identify and categorize competitors class CompetitorAnalysis: COMPETITOR_TYPES = { 'Direct': 'Same market, same features', 'Indirect': 'Different approach, same problem', 'Adjacent': 'Related market, potential crossover', 'Emerging': 'New entrants, potential disruptors' } def identify_competitors(self, market_segment): """Find all competitors""" return { 'direct_competitors': [ {'name': 'Competitor A', 'market_share': '25%', 'founded': 2015}, {'name': 'Competitor B', 'market_share': '18%', 'founded': 2012} ], 'indirect_competitors': [ {'name': 'Different Approach A', 'method': 'AI-powered'} ], 'emerging_threats': [ {'name': 'Startup X', 'funding': '$10M Series A', 'differentiator': 'Mobile-first'} ] } def analyze_competitor(self, competitor): """Deep dive into competitor""" ret
- Overview
- When to Use
- Instructions
- 1. Competitor Identification
- 2. Competitive Matrix
- 3. SWOT Analysis
- 4. Competitive Insights Report
- Best Practices
- ✅ DO
- ❌ DON'T
- Competitive Analysis Tips
What does the competitor-analysis skill do?
Analyze competitive landscape to identify strengths, weaknesses, opportunities, and threats. Inform product strategy and positioning based on market insights.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill competitor-analysis-aj-geddes-useful-ai-prompts-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
