windows-powershell

Generate Windows 11 system reports, clean disk space, and install dev tools via PowerShell 7.

110|14|Updated May 12, 2026
One-click install
npx skills add https://github.com/EliasOulkadi/shokunin --skill windows-powershell-eliasoulkadi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: windows-powershell
Source: https://github.com/EliasOulkadi/shokunin/tree/main/.pack/skills/windows-powershell
Command: npx skills add https://github.com/EliasOulkadi/shokunin --skill windows-powershell-eliasoulkadi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

It solves the problem of slow, error-prone Windows system administration tasks by providing a repeatable PowerShell workflow for system health checks, cleanup, tool installation, and environment/profile automation.

Core Features & Use Cases

  • System health reporting: Generates a structured Windows 11 report including OS details, CPU/RAM/disk usage, top memory processes, network adapters/IPs, uptime, and pending update status.
  • Safe maintenance & cleanup: Performs disk space reclamation through temp/cache cleanup, recycle bin emptying, Windows Update cache clearing, npm/yarn/pnpm cache cleanup, optional Docker prune, and Windows.old removal, with a DryRun preview mode.
  • Windows setup automation: Installs common developer tools via winget (with checks to skip already-installed items), sets up a premium PowerShell profile (Oh My Posh, PSReadLine, aliases), and schedules recurring maintenance with Task Scheduler.

Quick Start

Ask the AI to run a Windows system check and, if RAM usage is high or disk usage is critical, follow up with cleanup and then install your preferred development tools using the winget-first strategy.

Frequently Asked Questions about windows-powershell

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Windows 11 system health report using PowerShell?

Generating a Windows 11 system health report with PowerShell outputs structured details including OS version, CPU and RAM usage, disk capacity, top memory processes, network IPs, uptime, and pending update status.

What is the best way to safely clean up disk space and clear caches on Windows?

Safe disk cleanup on Windows uses a PowerShell DryRun preview mode to reclaim space by clearing temp files, recycle bin, Windows Update cache, npm/yarn/pnpm caches, and Docker data before final execution.

Can I automate developer tool installation on Windows using winget?

Automating developer tool installation via winget in PowerShell 7 checks existing installations and skips already-installed items, efficiently configuring your Windows developer workstation.

How does PowerShell profile automation work for setting up Oh My Posh and PSReadLine?

PowerShell profile automation uses asset-driven installation to configure a premium command-line environment, applying Oh My Posh, PSReadLine, and custom aliases to enhance Windows terminal productivity.

How do I schedule recurring Windows system maintenance with Task Scheduler and PowerShell?

Scheduling recurring Windows system maintenance integrates PowerShell 7 scripts with Task Scheduler to automate routine health checks and disk cleanup operations at defined intervals.

Does this PowerShell system administration workflow require PowerShell 7 specifically?

This Windows administration workflow requires PowerShell 7 specifically, as the deterministic scripts for system-info reporting, cleanup-system DryRun, and install-tools are built for that environment.