Package maintenance after completing a feature - ensures dependencies are current and optimized
Performs comprehensive npm dependency cleanup after feature completion, removing unused packages, optimizing categorization, updating versions, and ensuring compatibility.
/plugin marketplace add lenneTech/claude-code/plugin install lt-dev@lenne-techmaintenance/Package maintenance after completing a feature - ensures dependencies are current and optimized
| Command | Mode | Use Case |
|---|---|---|
/lt-dev:maintain | FULL | Complete optimization |
/lt-dev:maintain-check | DRY-RUN | Analysis only - no changes |
/lt-dev:maintain-security | SECURITY | Fast security-only updates |
/lt-dev:maintain-pre-release | PRE-RELEASE | Conservative patch-only updates |
/lt-dev:maintain-post-feature | FULL | Post-feature cleanup (this command) |
Use the npm-package-maintainer agent to perform post-feature maintenance.
Mode: FULL MODE (complete optimization)
After feature implementation, ensure the dependency ecosystem is clean and up-to-date:
Execute all priorities:
Check for:
This is the standard comprehensive maintenance mode, ideal after completing feature development to ensure the codebase stays clean and dependencies stay current.
Ensure all tests and build pass after changes.