Agent skill

competitor-analysis

Analyze competitive landscape to identify strengths, weaknesses, opportunities, and threats. Inform product strategy and positioning based on market insights.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/analysis/competitor-analysis-aj-geddes-useful-ai-prompts-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Instructions
  4. 1. Competitor Identification
  5. 2. Competitive Matrix
  6. 3. SWOT Analysis
  7. 4. Competitive Insights Report
  8. Best Practices
  9. ✅ DO
  10. ❌ DON'T
  11. Competitive Analysis Tips
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going