Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

startup-competitors初创竞争对手

Agent Skill

startup-competitors 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,376

周安装

94

GitHub Stars

261

下载量

832
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:startup-competitors(初创竞争对手)
来源仓库:https://github.com/ferdinandobons/startup-skill
仓库路径:skills/startup-competitors
安装命令:
npx skills add https://github.com/ferdinandobons/startup-skill --skill startup-competitors
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ferdinandobons/startup-skill --skill startup-competitors

简介

startup-competitors 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用于研究检索类任务,支持多宿主环境集成。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Startup Competitors

Deep competitive intelligence that goes beyond surface-level profiles. Produces actionable battle cards, pricing landscape analysis, and strategic vulnerability mapping using real web data.

How It Works

INTAKE → RESEARCH (3 parallel waves) → SYNTHESIS → BATTLE CARDS

The process is focused: understand the product, research competitors deeply across 3 dimensions, synthesize findings, and produce actionable output. Typical runtime: 15-25 minutes in Claude Code (parallel agents), 30-45 minutes in Claude.ai (sequential).

Language

Default output language is English. If the user writes in another language or explicitly requests one, use that language for all outputs instead.


Phase 1: Intake

Short and focused — 1-2 rounds of questions, not an extended interview. The goal is just enough context to run targeted research.

Check for Prior startup-design Work

Before asking questions, check if a startup-design session has already been completed for this project. Look for these files in the working directory or subdirectories:

  • 01-discovery/competitor-landscape.md — competitor profiles and analysis
  • 01-discovery/market-analysis.md — market size, trends, regulatory
  • 01-discovery/target-audience.md — customer personas, pain points
  • 00-intake/brief.md — product description and context

If these files exist, read them and use the data as a head start:

  • Extract the product description, target market, and known competitors from the brief
  • Use the competitor list from competitor-landscape.md as the starting point for deeper analysis (startup-design profiles 5-8 competitors at surface level — this skill goes much deeper on each)
  • Pull market size and trends from market-analysis.md to contextualize the competitive landscape
  • Use customer pain points from target-audience.md to focus the sentiment mining on what matters most

Tell the user: "I found data from a previous startup-design session. I'll use it as a starting point and go deeper on the competitive analysis."

Skip the intake interview entirely if the startup-design files provide enough context. Go straight to research.

What to Ask (if no prior data exists)

Round 1 — The basics:

  • What's your product/idea? (one sentence is fine)
  • What problem does it solve and for whom?
  • What market/category are you in?
  • Do you know any competitors already? (names, URLs)

Round 2 — Sharpening (only if needed):

  • What geography/market are you targeting?
  • What's your pricing model or range?
  • What do you consider your key differentiator?

Don't over-interview. If the user gives a clear description upfront, skip straight to research. The competitive analysis itself will surface what matters.

Output

Save to {project-name}/intake.md — a brief summary of the product, market, and known competitors. If built on startup-design data, note the source files used. The project name should be derived from the product/market (kebab-case, e.g., ai-email-assistant).

Create {project-name}/PROGRESS.md with: project name, skill name (startup-competitors), start date, language, research mode (Live / Knowledge-Based), and a phase checklist. Update it after each phase completes. If PROGRESS.md already exists from a previous session, resume from the last incomplete phase.


Phase 1.5: Research Depth Assessment

After intake, assess market complexity and present the Research Depth recommendation to the user.

Reference: Read references/research-scaling.md for the complexity scoring matrix, tier definitions, wave configurations, and the user communication template.

Process

  1. Score three factors from the intake: market breadth (1-3), known competitors (1-3), geographic scope (1-3)
  2. Sum the scores (range 3-9) and map to a tier: Light (3-4), Standard (5-7), Deep (8-9)
  3. Present the Research Depth table to the user (see research-scaling.md for the exact template)
  4. Wait for user response: light, deep, or ok to accept the recommendation
  5. Record the selected tier in PROGRESS.md

The selected tier determines the number of agents per wave and search rounds per agent in Phase 2. See research-scaling.md for exact wave configurations per tier.


Phase 2: Research

Three parallel research waves, each attacking the competitive landscape from a different angle. Together they produce a 360-degree view.

Environment Detection

Check if the Agent tool is available:

  • Agent tool available (Claude Code): Spawn all agents within each wave in parallel. This is faster.
  • Agent tool NOT available (Claude.ai, web): Execute research sequentially, following the same templates. Same depth, just slower.

Web Search

This skill requires WebSearch for real data. If WebSearch is unavailable or denied, fall back to Knowledge-Based Mode: use training data, mark all findings with [Knowledge-Based — verify independently], and reduce confidence ratings by one level.

Reference: Read references/research-principles.md before starting any wave. It defines source quality tiers, cross-referencing rules, and how to handle data gaps.

Wave 1: Competitor Profiles + Pricing Intelligence

Reference: Read references/research-wave-1-profiles-pricing.md for agent templates.

Two agents (or two sequential blocks):

A1: Competitor Deep-Dives — Identify and profile 5-8 direct competitors plus 2-3 adjacent solutions (broader platforms, manual alternatives, tools from neighboring categories that compete for the same budget). For each: product, features, team size, funding, traction signals, strengths, weaknesses. Go beyond their marketing page — check reviews, job postings, and funding data.

A2: Pricing Intelligence — For each competitor: reverse-engineer the pricing model. Not just "it costs $49/mo" but: what's the value metric (per seat? per usage? flat?), how do tiers differentiate, what pricing psychology do they use (anchoring, decoy, charm pricing), what's the switching cost (technical, contractual, emotional). Build a tier-by-tier comparison.

Wave 2: Customer Sentiment Mining

Reference: Read references/research-wave-2-sentiment-mining.md for agent templates.

Two agents (or two sequential blocks):

B1: Review Mining — Mine G2, Capterra, TrustRadius, Product Hunt, and App Store reviews for each competitor. Extract patterns: what do people praise? What do they complain about? What features do they request? Organize by competitor and by pain theme. Include verbatim quotes.

B2: Forum & Community Mining — Mine Reddit, Indie Hackers, Hacker News, Quora, and niche communities. Find: complaints about existing tools, "what do you use for X?" threads, migration stories, workaround discussions. Build a language map — the exact words customers use to describe their problems and desires. Identify churn signals — why people leave each competitor.

Wave 3: GTM & Strategic Signals

Reference: Read references/research-wave-3-gtm-signals.md for agent templates.

Two agents (or two sequential blocks):

C1: Go-to-Market Analysis — For each competitor: primary acquisition channel, sales motion (self-serve vs. sales-led), content strategy (blog frequency, topics, quality), social presence, paid advertising signals, partnership plays. Build a channel opportunity map showing competitor saturation vs. opportunity per channel.

C2: Strategic & Growth Signals — Funding trajectory (rounds, investors, timing), hiring patterns (engineering-heavy = building, sales-heavy = scaling, support-heavy = struggling), content/SEO footprint (what keywords they rank for, where the gaps are), product roadmap signals from changelogs and public statements. Identify content pillars each competitor owns and which topics nobody covers well.


Post-Research Checkpoint

After all three waves complete, before synthesis, briefly present what the research found to the user: how many competitors were profiled, the top customer pain themes, the most notable strategic signals (funding, hiring, GTM patterns). Ask: "Does this align with your expectations? Any competitors to add or remove before I synthesize?"

Keep it to one message — this is a quick alignment check, not a full report.


Phase 3: Synthesis

Reference: Read references/research-synthesis.md for synthesis protocol and battle card template.

After the checkpoint, synthesize raw findings into strategic deliverables. This step creates the real value — it's not reporting, it's pattern-matching across data sources.

How to Synthesize

  1. Read all raw files before writing anything
  2. Connect findings across waves: pricing gaps + customer complaints + hiring signals = strategic opportunities
  3. Identify contradictions between sources and explain which to trust
  4. Rate confidence for each major claim (High / Medium / Low)
  5. Surface strategic implications — not just facts, but what they mean
  6. Aggregate all data gaps from raw files into a dedicated "Data Gaps & Research Limitations" section in the competitors-report — every analysis has blind spots, and being explicit about them prevents false confidence
  7. Include adjacent solutions (broader platforms, manual alternatives, tools from neighboring categories) — customers don't just choose between direct competitors, they choose between "good enough" options from adjacent spaces

Output Files

Every deliverable file must start with a standardized header: # {Title}: {product} followed by *Skill: startup-competitors | Generated: {date}*. Every deliverable must end with Red Flags, Yellow Flags, and Sources sections.

{project-name}/competitors-report.md — The main deliverable:

  • Executive summary (5-sentence competitive landscape overview)
  • Market concentration assessment (fragmented / consolidating / dominated)
  • Key findings per research dimension
  • Strategic opportunities (where to compete)
  • Strategic risks (where to avoid)
  • Competitive moat assessment (network effects, switching costs, data moat, brand, scale)
  • Data gaps & research limitations (mandatory — aggregate from all raw files)
  • Red flags and yellow flags

{project-name}/competitive-matrix.md — Feature comparison table:

  • Features as rows, competitors as columns
  • Rating: strong / adequate / weak / missing
  • Highlight gaps where no competitor serves well
  • Your product included (or placeholder if pre-launch)

{project-name}/pricing-landscape.md — Dedicated pricing analysis:

  • Tier-by-tier comparison across all competitors
  • Value metric analysis (what each charges for and why)
  • Pricing psychology breakdown (anchoring, decoy, freemium strategies)
  • Price positioning map (axes: price vs. feature depth)
  • Pricing whitespace — where there's room to position
  • Switching cost matrix (per competitor: technical, contractual, emotional)

{project-name}/battle-cards/{competitor-name}.md — One per competitor:

  • One-page format: who they are, their strengths, their weaknesses
  • How to win against them (specific talking points)
  • When they win over you (be honest)
  • Customer objections and responses
  • Key vulnerability to exploit
  • Churn signals (why their customers leave)

Raw Data

Keep raw research files in {project-name}/raw/ for reference:

  • competitor-profiles.md
  • pricing-intelligence.md
  • review-mining.md
  • forum-mining.md
  • gtm-analysis.md
  • strategic-signals.md

Phase 3.5: Research Verification

After synthesis completes and all deliverable files are written, run a verification pass.

Reference: Read references/verification-agent.md for the full verification protocol, universal checks, and skill-specific checks.

Process

  1. Spawn agent V1: Verification — it reads all deliverable files and checks for: unlabeled claims, internal contradictions, confidence rating consistency, missing data gaps, missing flags, stale data, and duplicate-source false corroboration
  2. V1 also runs startup-competitors-specific checks: battle card vs. report consistency, matrix vs. profiles alignment, pricing landscape vs. profiles consistency, cross-deliverable coherence
  3. V1 produces {project-name}/verification-report.md
  4. If Critical issues found: Pause and present issues to the user. Ask: fix first, or proceed as-is?
  5. If only Warnings/Info: Show one-line summary

In Claude.ai or when Agent tool is unavailable, run the verification checks yourself in the main conversation following the same protocol.


Honesty Protocol

Reference: Read references/honesty-protocol.md for full protocol and anti-pattern details.

Competitive intelligence is only useful if it's honest. Core rules apply (label claims, quantify, declare gaps), plus competitive-intelligence-specific additions:

  1. No cheerleading. If a competitor is objectively better at something, say so. Battle cards that ignore competitor strengths are useless in real sales conversations.
  2. Label claims. Use [Data], [Estimate], [Assumption], [Opinion] tags. Never present guesses as facts.
  3. Quantify. "$12M ARR growing 40% YoY" not "they're growing fast."
  4. Date everything. Flag data older than 12 months.
  5. Declare gaps. "DATA GAP: Could not find reliable data on [X]" is always better than fabrication.
  6. Surface red flags. If the competitive landscape looks brutal, say so directly.
  7. Challenge confirmation bias. When research confirms what the founder already believes, probe deeper. Look for disconfirming evidence.

See references/honesty-protocol.md for the full anti-pattern table (6 entries) and detailed protocol.


Reference Files

Read only what you need for the current phase.

FileWhen to Read~LinesPurpose
honesty-protocol.mdStart of session~72Full honesty protocol with anti-patterns
research-principles.mdBefore starting Phase 2~54Source quality, cross-referencing, data gaps
research-wave-1-profiles-pricing.mdWhen running Wave 1~186Agent templates for profiles + pricing
research-wave-2-sentiment-mining.mdWhen running Wave 2~189Agent templates for review + forum mining
research-wave-3-gtm-signals.mdWhen running Wave 3~192Agent templates for GTM + strategic signals
research-synthesis.mdAfter all waves complete~231How to synthesize + battle card template
research-scaling.mdAfter intake, before Phase 2~80Complexity scoring, tier definitions, wave configurations
verification-agent.mdAfter synthesis~85Verification protocol, universal + skill-specific checks

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.7%
按下载量换算280

Claude

31.88%
按下载量换算265

Cursor

21.3%
按下载量换算177

Gemini CLI

9.64%
按下载量换算80

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/ferdinandobons/startup-skill --skill startup-competitors 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills