socket-fix

Installation
SKILL.md

Fix

Fix dependency security issues in your project. This skill operates in two modes:

  • Fix All — scan the entire project and systematically resolve all findings
  • Fix Package — target a single named package and resolve its issues

This skill is an orchestrator. It delegates concrete actions to the subskills: /socket-dep-cleanup, /socket-dep-replace, /socket-dep-patch, and /socket-dep-upgrade.

When to Use

  • The user wants to fix all dependency security issues in their project (Fix All mode)
  • The user wants to fix a specific vulnerable, unused, or flagged package (Fix Package mode)
  • The user wants a one-shot "fix everything" for their dependencies
  • The user wants to clean up, patch, and upgrade in a single coordinated pass
  • The user asks for a safe or conservative dependency repair
  • The user wants to progressively increase aggressiveness (start safe, escalate if needed)
  • The user names a specific package, GHSA, CVE, or PURL they want fixed
Related skills
Installs
12
GitHub Stars
5
First Seen
Mar 25, 2026