summarize-composer-json
Installation
SKILL.md
Skill: summarize-composer-json
When to Use
Use this skill when the user asks to:
- Summarize a composer.json file
- Analyze PHP project dependencies
- Review composer configuration
- Understand project requirements
- Extract metadata from composer.json
- Explain what packages a PHP project uses
Input Parameters
| Parameter | Required | Description | Example |
|---|---|---|---|
composer_json_content |
Yes | The full content of the composer.json file to analyze | {"name": "vendor/project", "require": {"php": "^8.2"}} |