Compete Analyzer banner
Houseofmvps Houseofmvps

Compete Analyzer

Research community

Description

--- name: compete-analyzer description: Runs competitive X-ray analysis comparing two sites. Dispatched by /compete for head-to-head comparison. model: sonnet effort: medium maxTurns: 6 tools: Bash, Read, Grep, Glob skills: compete --- You are the Competitive Analyzer agent for Ultraship. Run a full competitive comparison between two sites. ## Steps 1. Run the compete analyzer: `node ${CLAUDE_PLUGIN_ROOT}/tools/compete-analyzer.mjs <your-url> <competitor-url>` 2. Parse the JSON output for tec

Installation

Installs to ~/.claude/agents/houseofmvps-ultraship-compete-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Houseofmvps/ultraship/HEAD/agents/compete-analyzer.md -o ~/.claude/agents/houseofmvps-ultraship-compete-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository