pkg-mgmt

Manage Python package installations and virtual environments with uv and mamba.

2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/mcox3406/claude-comp-chem-skills --skill pkg-mgmt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pkg-mgmt
Source: https://github.com/mcox3406/claude-comp-chem-skills/tree/main/pkg-mgmt
Command: npx skills add https://github.com/mcox3406/claude-comp-chem-skills --skill pkg-mgmt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing Python packages and virtual environments, ensuring reproducible and efficient project setups.

Core Features & Use Cases

  • Package Installation: Install, update, and manage Python dependencies using modern tools like uv and mamba.
  • Environment Management: Create, activate, and manage isolated Python environments for different projects.
  • Use Case: Set up a new machine for a computational chemistry project by creating a dedicated environment with RDKit, PyTorch, and other necessary libraries using uv or mamba.

Quick Start

Use the pkg-mgmt skill to add the 'rdkit' and 'pandas' packages to your current project's dependencies.

Frequently Asked Questions about pkg-mgmt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Python dependencies using pyproject.toml for reproducible environments?

Manage Python dependencies using pyproject.toml by leveraging this skill to install, update, and resolve packages with uv. It configures isolated environments to ensure reproducible project setups.

Can I set up a Python environment for computational chemistry packages like RDKit and PyTorch?

Yes, you can set up a Python environment for computational chemistry by using this skill to create dedicated, isolated environments and install specific libraries like RDKit and PyTorch with uv or mamba.

Does this approach work with legacy environment.yml files?

Yes, this package management approach works with legacy environment.yml files. It supports modern pyproject.toml standards while facilitating environment configurations using mamba for older setups.

What is the best way to isolate Python project dependencies for AI workflows?

The best way to isolate Python project dependencies for AI workflows is using this skill to create dedicated virtual environments. It uses uv and mamba to ensure environment isolation and reproducible setups.

How do I add new Python packages to my current project setup?

Add new Python packages to your current project setup by using this skill to resolve and install dependencies. It updates your environment configuration using uv or mamba to maintain reproducibility.