LLM Skills
~/catalog/debugging & maintenance//competitive-matrix

competitive

/competitive-matrix

Build competitive matrices with weighted scoring, gap analysis, and market positioning insights.

alirezarezvanialirezarezvani
25.6k
June 12, 2026
MIT License
// skill content

--- name: competitive-matrix description: "Build competitive analysis matrices with scoring and gap analysis. Usage:/competitive-matrix <analyze> [options]" argument-hint: "<analyze> [options]" --- #/competitive-matrix Build competitive matrices with weighted scoring, gap analysis, and market positioning insights. ## Usage `` /competitive-matrix analyze <competitors.json> Full analysis /competitive-matrix analyze <competitors.json> --weights pricing=2,ux=1.5 Custom weights ` ## Input Format `json { "your_product": { "name": "MyApp", "scores": {"ux": 8, "pricing": 7, "features": 9} }, "competitors": [ { "name": "Competitor A", "scores": {"ux": 7, "pricing": 9, "features": 6} } ], "dimensions": ["ux", "pricing", "features"] } ` ## Examples ` /competitive-matrix analyze competitors.json /competitive-matrix analyze competitors.json --format json --output matrix.json ` ## Scripts - product-team/skills /competitive-teardown/scripts/competitivematrixbuilder.py : Matrix builder ## Skill Reference → product-team/skills /competitive-teardown/SKILL.md `

// original public source
alirezarezvani/claude-skills
/commands/competitive-matrix.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/competitive-matrix.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/competitive-matrix.md"
Then in Claude Code, type /competitive-matrix to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 25.6k
LicenseMIT License
UpdatedJune 12, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward