composer / composer/installers
Support "agent-skill" type
Open
- Dominant language
- PHP
- Stars
- 1.4k
- Forks
- 400
- PR merge metrics
- No merged PRs in 30d
Description
This seems natural to distribute skills for PHP projects through Composer.
```json
"installer-paths": {
".agents/skills/{$name}": ["type:agent-skill"]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.