simpod / skill-ext-ds
AI agent skill for using PHP ext-ds collection types idiomatically.
dev-main
2026-05-03 07:14 UTC
Requires
- php: >=8.2
Suggests
- ext-ds: Required by projects that use the data structures described by this skill; pin the major version because v1 and v2 are not API-compatible.
README
AI agent skills for PHP ext-ds.
This repository contains two skills:
php-ext-ds-v1:ext-ds:^1API notes.php-ext-ds-v2:ext-ds:^2API notes.
Install
With skills:
npx skills add simPod/skill-php-ext-ds --skill php-ext-ds-v1 npx skills add simPod/skill-php-ext-ds --skill php-ext-ds-v2
With dotagents:
npx @sentry/dotagents init npx @sentry/dotagents add simPod/skill-php-ext-ds --name php-ext-ds-v1 npx @sentry/dotagents add simPod/skill-php-ext-ds --name php-ext-ds-v2 npx @sentry/dotagents install