package-management

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

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill package-management-hajrasarwar11
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: package-management
Source: https://github.com/hajrasarwar11/DataBase-Engine-with-AI/tree/main/.local/skills/package-management
Command: npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill package-management-hajrasarwar11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies setup by handling installation and management of language packages, system dependencies, and runtimes, eliminating manual, error-prone environment configuration.

Core Features & Use Cases

  • Install language-specific packages (npm, pip, cargo, etc.) across runtimes.
  • Install system dependencies (ffmpeg, jq, imagemagick, etc.) via a consistent toolchain.
  • Install programming language runtimes (Python, Node.js, etc.) and manage versions.
  • Remove packages from the project and clean up unused dependencies.
  • Check available versions of a programming language to guide upgrades.

Quick Start

Install the required language runtimes and then add project dependencies using the appropriate package managers.

Frequently Asked Questions about package-management

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

FAQPage Schema
How do I install and manage language packages across different runtimes?▼

To install and manage language packages, this skill uses predefined functions to handle installation, updating, and removal across package managers like npm, pip, and cargo. It enforces strict parameter validation to automate environment configuration.

What is the best way to install programming language runtimes and check available versions?▼

Installing programming language runtimes is handled through a dedicated function that also checks available versions to guide upgrades. This eliminates manual environment configuration and supports runtimes like Python and Node.js.

Can I install system dependencies like ffmpeg and jq using the same tool as my language packages?▼

Yes, you can install system dependencies alongside language packages using a consistent toolchain. The skill manages system-level tools like ffmpeg, jq, and imagemagick through a dedicated installation function.

Does this package management approach support removing packages and cleaning up unused dependencies?▼

Yes, this package management approach supports removing packages from your project and cleaning up unused dependencies. It provides predefined functions to ensure safe removal with strict parameter validation.

How do I automate dependency installation for Node.js and Python projects without manual errors?▼

Automating dependency installation is achieved by invoking predefined functions for language runtimes and packages. This handles Node.js and Python environments automatically, eliminating error-prone manual setup.