D
dependency-updater
Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.
How to use
- Zainstaluj skill dependency-updater w swoim środowisku Claude lub agenta. 2. W katalogu projektu wydaj polecenie "update my dependencies" lub "update deps" — skill automatycznie skanuje pliki konfiguracyjne (package.json, go.mod, requirements.txt, Cargo.toml, Gemfile, pom.xml, *.csproj) i rozpoznaje język projektu. 3. Skill stosuje aktualizacje poprawek (PATCH) i drobne zmiany (MINOR) automatycznie, bez pytania. Dla zmian głównych (MAJOR) pojawią się pytania — zaakceptuj lub odrzuć każdą zmianę osobno. 4. Aby sprawdzić przestarzałe pakiety bez aktualizacji, użyj "check for outdated packages". 5. Aby znaleźć i naprawić problemy z zależnościami, wydaj "fix my dependency problems" lub "diagnose dependency issues". 6. Aby zbadać podatności bezpieczeństwa, użyj "audit dependencies for vulnerabilities" — skill uruchomi narzędzia takie jak npm audit, safety, govulncheck lub cargo audit w zależności od typu projektu.