Initial : marketplace + 2 plugins (syncfusion-ribbon-accent, offscreen-winforms-render)

This commit is contained in:
Julien Cluzel
2026-06-08 19:30:32 +02:00
commit c3330204e3
8 changed files with 401 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"$schema": "https://code.claude.com/docs/plugins/plugin-schema.json",
"name": "offscreen-winforms-render",
"description": "Vérifier ou déboguer l'aspect visuel d'une IHM WinForms (.NET, y compris Syncfusion) sans bureau interactif (agent, CI, headless) — rendu hors écran via PrintWindow + thread STA → PNG relisible ET échantillonnable au pixel. Inclut : forcer un état de survol, ouvrir une backstage, injecter une couleur de test.",
"version": "1.0.0",
"author": {
"name": "Julien Cluzel"
},
"license": "MIT",
"repository": "https://repos.ara-it.info/ARA-IT/ara-claude-plugins"
}