Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
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 --treeand 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:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.