package-management

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/iljazimakovs/alonso-portfolio --skill package-management-iljazimakovs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: package-management
Source: https://github.com/iljazimakovs/alonso-portfolio/tree/main/.local/skills/package-management
Command: npx skills add https://github.com/iljazimakovs/alonso-portfolio --skill package-management-iljazimakovs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps developers install and manage project dependencies, system tools, and language runtimes without manual shell commands.

Core Features & Use Cases

  • Install language-specific packages (npm, pip, cargo, etc.)
  • Install system-level dependencies (ffmpeg, jq, imagemagick, etc.)
  • Install programming language runtimes (Python, Node.js, etc.)
  • Remove packages from the project
  • Check available versions of a programming language

Quick Start

Install Python 3.11 and then install Flask and requests.

Frequently Asked Questions about package-management

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

FAQPage Schema
How do I automate language package and system dependency installation?▼

Automating language package and system dependency installation is handled by defining a consistent interface for listing, installing, and uninstalling toolchains, libraries, and runtimes without manual shell commands.

Can I install programming language runtimes like Python and Node.js?▼

Yes, you can install programming language runtimes like Python and Node.js. The skill supports checking available versions, installing runtimes, and managing language-specific packages for your development workflow.

What is the best way to manage project dependencies across different package managers?▼

Managing project dependencies across different package managers is streamlined through a consistent interface that handles npm, pip, cargo, and system-level tools like ffmpeg, allowing you to list, install, and uninstall them uniformly.

How do I check available versions before installing a runtime?▼

Checking available versions before installing a runtime is a supported feature. You can verify available versions of a programming language to ensure you install the correct runtime environment for your project requirements.

Does this approach work for removing packages from a project?▼

Yes, this approach works for removing packages from a project. The skill defines a consistent interface for uninstalling language packages, system dependencies, and runtimes as part of typical development workflows.

Why use a consistent interface for system dependencies instead of manual shell commands?▼

Using a consistent interface for system dependencies eliminates manual shell commands, reduces environment configuration errors, and standardizes the installation, removal, and verification of toolchains, libraries, and runtimes across different projects.