focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Scan, prioritize, and report technical debt. Usage: /tech-debt <scan|prioritize|report> [options]
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/tech-debtContext preview
What this command does when you run it.
Scan, prioritize, and report technical debt. Usage: /tech-debt <scan|prioritize|report> [options]
name: tech-debt description: "Scan, prioritize, and report technical debt. Usage: /tech-debt <scan|prioritize|report> [options]" argument-hint: "<scan|prioritize|report> [options]"
Scan codebases for technical debt, score severity, and generate prioritized remediation plans.
/tech-debt scan <project-dir> Scan for debt indicators /tech-debt prioritize <inventory.json> Prioritize debt backlog /tech-debt report <project-dir> Full dashboard with trends
/tech-debt scan ./src /tech-debt scan . --format json /tech-debt report . --format json --output debt-report.json
→ `engineering/skills/tech-debt-tracker/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…