podman-desktop/.agents/skills
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
..
investigate-gh-run docs: add skill to investigate specific gh run (#16833) 2026-03-26 11:58:57 +01:00
new-extension feat(agents): add AI skill for scaffolding new Podman Desktop extensions 2026-04-17 10:04:30 +02:00
playwright-testing chore(test): update testing skill to better conform to project standards and requirements (#16793) 2026-03-25 09:57:30 +02:00
playwright-trace-analysis chore(test): update playwright trace analysis skill (#16856) 2026-03-27 17:58:04 +02:00