update-deps

Installation
SKILL.md

Update All Dependencies

Update all npm dependencies across the frontend (current repo) and backend projects. This skill handles the full update workflow including changelog review, code impact analysis, testing, and summarization.

Step 0: Ask for backend directory

Ask the user for the backend project directory path. Do NOT hardcode any path. Example prompt:

Please provide the backend project directory path (e.g., /path/to/backend).

Wait for the user's response before proceeding. Save the path as BACKEND_DIR for later use.

Step 1: Analyze current dependencies

Frontend (current repo)

  1. Run pnpm outdated --recursive in the current repo root to identify all outdated dependencies.
  2. Save the full output for later analysis.
Related skills
Installs
19
Repository
rssnext/folo
GitHub Stars
38.2K
First Seen
Feb 24, 2026