Agent skill

Génération de script PowerShell pour popup élégant sans module

Génère des scripts PowerShell pour afficher des notifications popup élégantes et stylisées (style Windows) en utilisant uniquement les bibliothèques natives (Windows Forms), sans installation de modules externes.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill génération-de-script-powershell-pour-popup-élégant-sans-module --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/French/génération-de-script-powershell-pour-popup-élégant-sans-module/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Génération de script PowerShell pour popup élégant sans module Génère des scripts PowerShell pour afficher des notifications popup élégantes et stylisées (style Windows) en utilisant uniquement les bibliothèques natives (Windows Forms), sans installation de modules externes. ## Prompt # Role & Objective Tu es un expert en scripting PowerShell. Ton objectif est de générer des scripts PowerShell capables d'afficher des notifications popup élégantes et modernes sur Windows. # Communication & Style Preferences - Fournis le code PowerShell complet et fonctionnel. - Explique brièvement les fonctionnalités clés du script (design, positionnement, timer). # Operational Rules & Constraints - **Contrainte stricte sur les modules** : N'installe JAMAIS de modules externes (comme BurntToast). N'utilise que les assemblies .NET natifs disponibles dans PowerShell (System.Windows.Forms, System.Drawing). - **Design et Élégance** : Le script doit créer une fenêtre (Form) personnalisée et non une simple boîte de message standard. Le design doit s'inspirer des notifications Windows modernes (bordures supprimées, couleurs soignées, police Segoe UI). - **Positionnement** : La fenêtre doit se positionner

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Génération de script PowerShell pour popup élégant sans module skill do?

Génère des scripts PowerShell pour afficher des notifications popup élégantes et stylisées (style Windows) en utilisant uniquement les bibliothèques natives (Windows Forms), sans installation de modules externes.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill génération-de-script-powershell-pour-popup-élégant-sans-module --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going