🎯

laravel-dependencies-trim-packages

🎯Skill

from noartem/skills

VibeIndex|
What it does

Trims unnecessary Laravel Composer packages to optimize application performance, reduce memory usage, and minimize security vulnerabilities.

πŸ“¦

Part of

noartem/skills(33 items)

laravel-dependencies-trim-packages

Installation

npxRun with npx
npx -y skills add noartem/skills
npxRun with npx
npx -y skills add onmax/nuxt-skills --skill=vue --skill=vueuse --skill=reka-ui --skill=ts-library
πŸ“– Extracted from docs: noartem/skills
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

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

Overview

# 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

```

More from this repository10

🎯
shadcn-vue🎯Skill

Rapidly initialize Vue/Nuxt projects with accessible Tailwind UI components, dark mode, and streamlined component management using shadcn-vue CLI.

🎯
laravel-migrations-and-factories🎯Skill

Generates Laravel database migrations and model factories to quickly set up database schemas and create test data for Laravel applications.

🎯
laravel-quality-checks🎯Skill

Performs automated quality checks and linting for Laravel projects, ensuring code standards, detecting potential issues, and maintaining high code quality.

🎯
laravel-performance-select-columns🎯Skill

Optimizes database queries by selectively retrieving only specified columns, reducing unnecessary data transfer and improving Laravel query performance.

🎯
laravel-constants-and-configuration🎯Skill

Replaces hardcoded values with constants, enums, and configuration in Laravel, improving code maintainability and readability.

🎯
baseline-ui🎯Skill

Generates a responsive baseline UI component with customizable layout, spacing, and styling for consistent web design.

🎯
complexity-guardrails🎯Skill

Enforces low code complexity by guiding developers to flatten control flow, extract helpers, and use strategy patterns to keep functions simple and maintainable.

🎯
laravel-data-chunking-large-datasets🎯Skill

Efficiently processes and chunks large Laravel datasets by breaking them into manageable batches for memory-optimized database operations.

🎯
laravel-custom-helpers🎯Skill

Extends Laravel's helper functions with custom, reusable utility methods to streamline development and improve code organization.

🎯
laravel-performance-caching🎯Skill

Optimizes Laravel application performance by strategically caching routes, configs, views, database queries, and computed values with intelligent invalidation.