competitor-analysis by aj-geddes/useful-ai-prompts
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill competitor-analysis系统的竞争对手分析能够揭示市场定位,识别竞争优势,并为战略产品决策提供信息。
最小工作示例:
# 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'}
]
}
// ... (see reference guides for full implementation)
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
references/ 目录下的详细实现:
每周安装量
176
代码仓库
GitHub 星标数
116
首次出现
2026年1月21日
安全审计
安装于
opencode142
gemini-cli139
codex134
claude-code131
cursor128
github-copilot116
Systematic competitor analysis reveals market positioning, identifies competitive advantages, and informs strategic product decisions.
Minimal working example:
# 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'}
]
}
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Competitor Identification | Competitor Identification |
| Competitive Matrix | Competitive Matrix |
| SWOT Analysis | SWOT Analysis |
| Competitive Insights Report | Competitive Insights Report |
Weekly Installs
176
Repository
GitHub Stars
116
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode142
gemini-cli139
codex134
claude-code131
cursor128
github-copilot116
Excel财务建模规范与xlsx文件处理指南:专业格式、零错误公式与数据分析
39,600 周安装