dependency-management
About
This Claude skill automatically activates when managing Python dependencies to ensure best practices. It guides proper usage of uv/Poetry, lock files, version constraints, and dependency conflict resolution. Developers should rely on it for creating reproducible, secure Python environments.
Quick Install
Claude Code
Recommendednpx skills add mattnigh/skills_collection -a claude-code/plugin add https://github.com/mattnigh/skills_collectiongit clone https://github.com/mattnigh/skills_collection.git ~/.claude/skills/dependency-managementCopy and paste this command in Claude Code to install this skill
GitHub Repository
Frequently asked questions
What is the dependency-management skill?
dependency-management is a Claude Skill by mattnigh. Skills package instructions and resources that Claude loads on demand, so Claude can perform dependency-management-related tasks without extra prompting.
How do I install dependency-management?
Use the install commands on this page: add dependency-management to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does dependency-management belong to?
dependency-management is in the python category, tagged ai and automation.
Is dependency-management free to use?
Yes. dependency-management is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
Related Skills
This skill automatically activates during code reviews to enforce a structured checklist across key areas like correctness, security, and performance. It provides developers with a consistent framework to ensure comprehensive feedback on pull requests. Use it to maintain code quality and standardize review processes.
This Claude Skill automatically activates when working with database migrations to enforce best practices. It ensures proper Alembic patterns, safe upgrade/downgrade scripts, and rollback safety. Use it for guidance on data migrations, schema changes, and migration testing in Python projects.
This Claude Skill automatically activates during code reviews to enforce a structured checklist. It systematically evaluates code across correctness, security, performance, maintainability, testing, and documentation. Use it for consistent, comprehensive PR reviews to ensure code quality.
This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
