package-management

Install and manage language packages, system dependencies, and language runtimes.

1|Updated Aug 24, 2025
One-click install
npx skills add https://github.com/Pixoraft/KirpalSecure-site --skill package-management-pixoraft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-management
Source: https://github.com/Pixoraft/KirpalSecure-site/tree/main/.local/skills/package-management
Command: npx skills add https://github.com/Pixoraft/KirpalSecure-site --skill package-management-pixoraft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the installation, management, and removal of software packages, system dependencies, and programming language runtimes, abstracting away complex command-line operations.

Core Features & Use Cases

  • Language Package Management: Install and uninstall packages for various languages (npm, pip, cargo, etc.).
  • System Dependency Installation: Install system-level tools and libraries required for development.
  • Runtime Management: Install and remove programming language versions.
  • Use Case: Quickly set up a Python project by installing Flask and Gunicorn, or add native dependencies like imagemagick for an image processing Node.js application.

Quick Start

Install the 'flask' and 'gunicorn' Python packages.

Frequently Asked Questions about package-management

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

FAQPage Schema
How do I install system dependencies for a development environment?

To install system dependencies, this Skill integrates with NixOS to manage system-level package installation and abstracts away complex command-line operations for deterministic task execution across diverse development environments.

How do I manage programming language runtimes across different projects?

Manage programming language runtimes by installing and removing specific language versions through this Skill, which handles toolchains via modules to ensure deterministic task execution for your development environment.

Can I install language-specific packages like npm or pip modules?

Yes, you can install and uninstall language-specific packages for various programming languages like npm, pip, and cargo, streamlining the management of project dependencies without manual command-line operations.

Does this package management approach work with NixOS?

Yes, this package management approach works directly with NixOS, integrating system-level package installation and managing toolchains via modules to provide deterministic dependency management.

What is the best way to set up a Python project with system dependencies?

The best way to set up a Python project is using this Skill to install Python packages like Flask and Gunicorn while simultaneously adding required native system dependencies such as imagemagick for complex applications.

Why does deterministic task execution matter for dependency management?

Deterministic task execution matters for dependency management because it ensures consistent installation and behavior of system dependencies and programming language runtimes across diverse and changing development environments.