Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Competitive Landscape Analysis

Produces analyst-grade competitive landscape reports — peer positioning, market share, and moat assessment — grounded in SEC filings with per-fact citation links.

Data & AnalyticsIntermediate15211AI score 6/10Last updated: Jun 15, 2026

What it does

  • Takes a target ticker plus required peers and analyzes competitive landscape, market-share dynamics, positioning shifts, moat durability, and Porter's Five Forces.
  • Retrieves 10-K/10-Q/8-K filings using a three-layer protocol (document discovery → page map → deep read) and pulls structured metrics via XBRL concepts.
  • Writes a markdown deliverable to {ticker}/{YYYY-MM-DD_HHMM}_competitive_peer-positioning.md, tags every finding [FACT]/[DEDUCTED]/[VIEW], and attaches inline /v/ citation links (≥1 per 200 words) plus a Key Citations roll-up.
  • Exposes 8 addressable analyst modes via --mode=<slug> / --mode=all, with a documented error-handling table (missing data, sector mismatch, <3 years of history, MCP unreachable).

Who it's for

  • Equity research analysts, buy-side/sell-side teams, corporate strategy and IR functions
  • Anyone who repeatedly needs citable competitor comparisons sourced from SEC filings
  • Users of the agentii Investment Intelligence plugin / MCP data plane

Examples

  1. "Analyze NVDA's competitive landscape against AMD and INTC" → 8-quarter share trajectory and positioning report
  2. "Assess KO's competitive moat for an investment decision" → moat durability report with clickable SEC page citations
  3. "Run --mode=all to include strategic group mapping for three semicap peers"

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/agentii-ai/agentii-investment-intelligence/HEAD/plugins/agent-plugins/agentii-equity-agent/skills/agentii/competitive/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the plugins/agent-plugins/agentii-equity-agent/skills/agentii/competitive folder from the GitHub repo agentii-ai/agentii-investment-intelligence into my ~/.claude/skills/competitive/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/agentii-ai/agentii-investment-intelligence.git && mkdir -p ~/.claude/skills && cp -r agentii-investment-intelligence/plugins/agent-plugins/agentii-equity-agent/skills/agentii ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Prerequisites: Claude Code installed and access to the agentii data plane (MCP server). Without it the skill halts at preflight.
  2. Clone the repository: git clone https://github.com/agentii-ai/agentii-investment-intelligence.git
  3. Copy the whole skill tree: mkdir -p ~/.claude/skills && cp -r agentii-investment-intelligence/plugins/agent-plugins/agentii-equity-agent/skills/agentii ~/.claude/skills/ — keep the sibling contracts/ and references/ docs, which the skill depends on.
  4. Register the agentii MCP server in your Claude Code config (see the repo README).
  5. Restart Claude Code and confirm the competitive skill is listed.
  6. Test it: "Analyze AAPL's competitive landscape, peers: MSFT, GOOGL."
View source on GitHubLicense: Apache-2.0