package-management

Manage language runtimes, packages, and Nix system dependencies via Replit APIs.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill package-management-naopensedoit2-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-management
Source: https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor/tree/main/.local/skills/package-management
Command: npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill package-management-naopensedoit2-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes friction and inconsistency from installing language runtimes and project dependencies by providing a controlled way to manage packages and system tools without ad-hoc shell commands.

Core Features & Use Cases

  • Runtime provisioning: Install specific programming language toolchains (e.g., Node.js or Python) when you need working compilers/package managers for the project.
  • Dependency installation: Install and remove language packages (npm/pip/cargo equivalents) with validation of required parameters like language and package lists.
  • System dependency management: Install Nix-backed system-level dependencies (e.g., ffmpeg, imagemagick, native libraries) required by native addons or media-processing workflows.
  • Use Case: You’re setting up a Node.js project that needs image processing libraries and specific npm dependencies; install the correct Node.js module, add the required packages, and then install the necessary Nix system dependencies.

Quick Start

Install the Node.js runtime and then add the project’s dependencies by asking for module and package installation through this skill.

Frequently Asked Questions about package-management

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

FAQPage Schema
How do I install Node.js or Python runtimes without using shell commands?

To install Node.js or Python runtimes safely, use module installation APIs that validate language and package parameters directly, bypassing the need for ad-hoc shell commands like apt or npm.

What is the best way to add system libraries for native modules in a development environment?

The best way to add system libraries for native modules is by provisioning Nix-backed system dependencies, which safely installs OS-level build and media libraries like ffmpeg or imagemagick.

Can I install npm and pip packages using a controlled package management workflow?

Yes, you can install or uninstall npm, pip, cargo, or go packages through a controlled workflow that requires strict validation of the target language and package lists.

Does package management support installing Nix dependencies for media processing?

Package management supports installing Nix dependencies for media processing by provisioning OS-level system libraries required by native addons and media-processing workflows.

Why should I avoid using ad-hoc shell commands for project dependency installation?

You should avoid ad-hoc shell commands for project dependency installation to remove friction and inconsistency, ensuring runtimes and system tools are managed in a controlled environment.

How to uninstall language packages and clean up system dependencies safely?

To uninstall language packages and clean up system dependencies safely, use the installation APIs to specify removal actions, ensuring strict parameter validation without relying on shell commands.