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
Related Skills
code-review-framework
OtherThis 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.
database-migrations
OtherThis 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.
code-review-framework
OtherThis 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.
content-collections
MetaThis 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.
