admin-windows

Automate Windows administration tasks with PowerShell 7.x and package managers.

3|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/evolv3ai/claude-skills-archive --skill admin-windows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-windows
Source: https://github.com/evolv3ai/claude-skills-archive/tree/main/archive/skills/admin-windows
Command: npx skills add https://github.com/evolv3ai/claude-skills-archive --skill admin-windows

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines Windows system administration by providing robust PowerShell scripting capabilities, automating common tasks, and ensuring consistency across environments.

Core Features & Use Cases

  • PowerShell Automation: Execute complex administrative tasks using PowerShell 7.x.
  • Package Management: Install and manage software using winget, scoop, or chocolatey based on user preferences.
  • Environment Configuration: Configure PATH variables, environment variables, and PowerShell profiles for a consistent setup.
  • Bash Translation: Convert common bash commands to their PowerShell equivalents for easier cross-platform scripting.
  • Use Case: Setting up a new developer machine on Windows involves installing tools like Node.js, Git, and VS Code, configuring environment variables, and ensuring the PowerShell profile is set up correctly. This Skill automates this entire process.

Quick Start

Run the setup interview script to configure your Windows admin environment.

Frequently Asked Questions about admin-windows

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

FAQPage Schema
How do I automate Windows system administration tasks using PowerShell?

Windows system administration can be automated using PowerShell 7.x scripting to execute complex administrative tasks, manage packages, and configure environment variables consistently across machines.

What's the best way to set up a new Windows developer workstation with winget and scoop?

Setting up a Windows developer workstation is best handled by automating package installations via winget, scoop, or chocolatey, while configuring PATH variables and PowerShell profiles for a consistent environment.

Can I translate bash commands to PowerShell equivalents for cross-platform scripting?

Bash commands can be translated to their PowerShell equivalents to facilitate easier cross-platform scripting and help developers transition their existing workflows to Windows environments.

Does this PowerShell automation approach support environment variable and profile configuration?

PowerShell automation supports comprehensive environment configuration, allowing you to set PATH variables, define environment variables, and manage PowerShell profiles to ensure a consistent developer setup.

Do I need PowerShell 7.x to manage packages and configure Windows environments?

You need PowerShell 7.x to execute the administrative scripts required for package management and environment variable configuration, ensuring robust and compatible Windows system automation.