Commit graph

6 commits

Author SHA1 Message Date
Simon Rey
040aa7f179 feat(agents): add AI skill for scaffolding new Podman Desktop extensions
Add a comprehensive skill at .agents/skills/new-extension/SKILL.md that
guides agents through creating standalone external extensions with:

- Multi-package layout (backend + Svelte frontend + optional shared)
- TypeScript Vite configs (vite.config.ts) with defineConfig
- Svelte 5 with runes syntax and svelte.config.js for preprocessing
- Backend/frontend tsconfig.json with correct targets (Node vs DOM)
- Backend-to-frontend messaging via postMessage
- Containerfile for OCI image packaging
- Build, test, and publish workflows
- Quick reference table for common API patterns

🤖 Generated with AI assistance

Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
Made-with: Cursor
2026-04-17 10:04:30 +02:00
Vladimir Lazar
fa320f65ba
chore(test): update playwright trace analysis skill (#16856)
Signed-off-by: Vladimir Lazar <vlazar@redhat.com>
2026-03-27 17:58:04 +02:00
George Serban
be875e5142
docs: add skill to investigate specific gh run (#16833)
* docs: add skill to investigate specific gh run

Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>

* docs: skill update

Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>

* docs: skill update

Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>

---------

Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
2026-03-26 11:58:57 +01:00
Vladimir Lazar
26cf08ca12
chore(test): update testing skill to better conform to project standards and requirements (#16793)
Signed-off-by: Vladimir Lazar <vlazar@redhat.com>
2026-03-25 09:57:30 +02:00
Vladimir Lazar
533afdb9f4
feat(test): created skill to be used when analyzing playwright trace files (#16773)
Signed-off-by: Vladimir Lazar <vlazar@redhat.com>
2026-03-24 13:13:52 +02:00
Vladimir Lazar
e487229da4
feat(test): adding playwright testing claude skill to repository (#16639)
* feat(test): adding playwright testing claude skill to repository
2026-03-16 18:12:58 +02:00