Aube Package Manager Skill by ara.so — Daily 2026 Skills collection. Aube is a fast Node.js package manager written in Rust. It drops into existing projects by reading and writing existing lockfiles ( , , , ), uses a global content-addressable store to reduce disk usage, and delivers dramatically faster installs than pnpm or Bun — especially on warm CI. Installation Via mise (recommended) Via npm Via Homebrew (beta tap) Core Concepts - Lockfile compatibility : Reads and writes existing lockfiles in place — no forced migration. - Global store : Package files live in (XDG) and are shared across…