package-management

Install and manage language packages and runtimes across projects.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project --skill package-management-tamnguyentommy-rgb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-management
Source: https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project/tree/main/.local/skills/package-management
Command: npx skills add https://github.com/tamnguyentommy-rgb/Routex_AI_Web_Project --skill package-management-tamnguyentommy-rgb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing project dependencies, language runtimes, and system tools across development environments can be error-prone and time-consuming. This skill centralizes installation, updates, and removals to ensure consistent environments.

Core Features & Use Cases

  • Install language-specific packages (npm, pip, cargo, etc.)
  • Install system-level dependencies (ffmpeg, imagemagick, etc.)
  • Remove packages and verify available versions
  • Auto-update project configuration files (package.json, requirements.txt)

Quick Start

Install Python 3.11 and add common dependencies to the 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 and manage Python and Node.js runtimes across different projects?

You can install and manage programming language runtimes like Python and Node.js across projects. This centralizes environment provisioning to ensure consistent dependencies during project setup and software engineering workflows.

What is the best way to install system-level dependencies like ffmpeg alongside language packages?

Installing system-level dependencies like ffmpeg or imagemagick is supported alongside language-specific packages. This allows you to provision complete development environments and maintain required system tools within your project workflow.

Can I use this to auto-update project configuration files when adding dependencies?

Yes, you can auto-update project configuration files such as package.json and requirements.txt. This automatically reflects newly added, upgraded, or removed language packages directly within your project configuration.

Does this package management skill support removing packages and verifying available versions?

Yes, the skill supports removing packages and verifying available versions. You can safely upgrade or remove language runtimes, system dependencies, and language packages while maintaining environment consistency.

How do I handle dependency maintenance for multiple programming languages in one environment?

Dependency maintenance across multiple programming languages is handled by centralizing installation and updates. This ensures consistent environments across development projects by managing language-specific packages like pip, npm, and cargo together.

Why does managing project dependencies manually cause environment inconsistencies?

Managing project dependencies manually is error-prone and time-consuming. Centralizing the installation, updates, and removals of language runtimes and system dependencies resolves these inconsistencies and ensures reliable environment provisioning.