package-management

Install and manage language runtimes and packages on Nix-based systems.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill package-management-rezosnd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-management
Source: https://github.com/rezosnd/MINI-PROJECT-/tree/main/ML%20BACKEND%20DASHBOARD/.local/skills/package-management
Command: npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill package-management-rezosnd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often waste time manually installing language runtimes, system libraries, and package dependencies across different environments. This skill automates those installations, ensuring consistency and reducing setup errors.

Core Features & Use Cases

  • Install language runtimes such as specific versions of Python or Node.js.
  • Add language‑specific packages like npm modules or pip libraries in a single command.
  • Install system‑level dependencies via Nix package names for tools like ffmpeg or imagemagick.
  • Remove or update any installed runtime, package, or system dependency.
  • Use Case: A data‑science team can quickly set up a Python 3.11 environment with Flask, Pandas, and required system libraries without manually editing configuration files.

Quick Start

Ask the package-management skill to install Python 3.11 and the Flask library for my project.

Frequently Asked Questions about package-management

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

FAQPage Schema
How do I install Python and Node.js runtimes on Nix-based systems?

You can install Python and Node.js runtimes by using the package-management skill to automate environment setup on Nix-based systems, validating package identifiers and reducing manual configuration errors.

Can I install npm modules and pip libraries in a single command?

Yes, you can install npm modules and pip libraries in a single command by using the package-management skill, which adds language-specific packages to your development workflow and manages their associated dependencies automatically.

Does the package-management skill work with system-level dependencies like ffmpeg?

Yes, the package-management skill works with system-level dependencies by installing Nix package names for tools like ffmpeg or imagemagick, allowing you to add required system libraries without manually editing configuration files.

How do I remove or update installed runtime environments and packages?

To remove or update installed runtime environments and packages, use the package-management skill to manage language packages and system dependencies, which validates package identifiers before uninstalling them from your development workflow.

What is the best way to set up a Python 3.11 environment with Flask and Pandas?

The best way to set up a Python 3.11 environment with Flask and Pandas is using the package-management skill, which installs specific language runtimes and adds required libraries in a single automated workflow without manual configuration.