.agents/skills → .claude/skills).composer install aligns with CI/CD pipelines.Adopt if:
Look elsewhere if:
composer install).For Executives:
"This package lets us distribute AI skills (e.g., coding guidelines, templates) as Composer dependencies—just like any other library. Teams can auto-sync skills on composer install, reducing onboarding time and ensuring consistency across agents like Claude or Cursor. It’s secure (trust controls), scalable (versioned), and integrates with our existing PHP/Laravel stack. Think of it as ‘npm for AI skills’—but for developers."
For Engineering:
*"llm/skills solves the ‘how do we share AI skills across agents?’ problem by treating them as Composer packages. Key benefits:
.agents/skills/ and are mirrored to agent-specific paths (e.g., .claude/skills) via symlinks/junctions.composer.json deps) are synced; malicious payloads are blocked.composer install (configurable) and works in CI/CD.composer require llm/skills to your project, and skills from packages like acme/skills-refactor auto-populate into .agents/skills/refactor/."*For Security/Compliance: *"The package enforces strict trust controls: skills are only copied from:
require/require-dev),skills.json), ortarget directory is configurable for isolation."*How can I help you explore Laravel packages today?