What problem does it solve? Writing production-quality Windows automation requires deep knowledge of PowerShell best practices, module management, GUI frameworks, and safe system administration patterns, which is time-consuming to get right without guidance. ## Core Features & Use Cases - PowerShell Scripting Standards: Provides templates and patterns for functions, parameter design, pipeline support, error handling, and comment-based help. - Module & Gallery Management: Covers PSResourceGet vs PowerShellGet, module search/install/publish workflows, plus a bundled Search-Gallery.ps1 helper script. - GUI Development: Includes Windows Forms and WPF/XAML control references, layout patterns, event handling, and ready-made dialog templates. - Windows Administration & Automation: Supplies PowerShell and CMD command patterns for services, registry, event logs, scheduled tasks, and networking, plus a workflow for converting screen recordings of manual processes into working automation. - Use Case: A user records themselves manually exporting reports from a dashboard every Monday; the skill analyzes the recording, reconstructs the workflow, and proposes tiered PowerShell automation from a quick one-liner to a scheduled task. ## Quick Start Ask the assistant to write a PowerShell script that finds all stopped automatic services and exports them to a CSV file.