noartem

laravel-dependencies-trim-packages

1
0
# Install this skill:
npx skills add noartem/skills --skill "laravel-dependencies-trim-packages"

Install specific skill from multi-skill repository

# Description

Remove unneeded Composer packages and assets to improve boot time, memory, and security surface

# SKILL.md


name: laravel-dependencies-trim-packages
description: Remove unneeded Composer packages and assets to improve boot time, memory, and security surface


Trim Dependencies

  • Audit packages: composer show --tree and remove unused ones
  • Prefer first-party or built-in features before adding new packages
  • Regularly update; pin major versions via constraints and test
composer remove vendor/package

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.