focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Build competitive analysis matrices with scoring and gap analysis. Usage: /competitive-matrix <analyze> [options]
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/competitive-matrixContext preview
What this command does when you run it.
Build competitive analysis matrices with scoring and gap analysis. Usage: /competitive-matrix <analyze> [options]
name: competitive-matrix description: "Build competitive analysis matrices with scoring and gap analysis. Usage: /competitive-matrix <analyze> [options]" argument-hint: "<analyze> [options]"
Build competitive matrices with weighted scoring, gap analysis, and market positioning insights.
/competitive-matrix analyze <competitors.json> Full analysis /competitive-matrix analyze <competitors.json> --weights pricing=2,ux=1.5 Custom weights
{
"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"]
}/competitive-matrix analyze competitors.json /competitive-matrix analyze competitors.json --format json --output matrix.json
→ `product-team/skills/competitive-teardown/SKILL.md`
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…