LLM Skills
~/catalogue/debugging et maintenance//competitive-matrix

/competitive

/competitive-matrix

Créez des matrices concurrentielles avec scoring pondéré, analyse des écarts et insights de positionnement marché.

alirezarezvanialirezarezvani
25.6k
12 juin 2026
MIT License
// contenu du skill

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/competitive_matrix_builder.py — Matrix builder

Skill Reference

product-team/skills/competitive-teardown/SKILL.md

// source originale publique
alirezarezvani/claude-skills
/commands/competitive-matrix.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/competitive-matrix.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/competitive-matrix.md"
Ensuite dans Claude Code, tapez /competitive-matrix pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Étoiles 25.6k
LicenceMIT License
Mis à jour12 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward