Token导航 LogoToken导航TokenDH.com
开发external-servicegithub未标认证来源可访问clear审计提醒

windows-infra-adminWindows 基础设施管理

Agent Skill

windows-infra-admin 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,336

周安装

139

GitHub Stars

76

下载量

1,112
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:windows-infra-admin(Windows 基础设施管理)
来源仓库:https://github.com/404kidwiz/claude-supercode-skills
仓库路径:skills/windows-infra-admin
安装命令:
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill windows-infra-admin
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill windows-infra-admin

简介

windows-infra-admin 用于处理 GitHub 仓库、Issue、Pull Request 等协作信息,适合整理代码变更和项目状态。

  • 适用于围绕仓库状态、代码变更或协作事项进行整理的场景,支持多宿主环境。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需结合原始 README 确认具体用法。
  • 安装前建议确认权限范围和维护状态,注意可能触发联网或命令执行操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Windows Infrastructure Admin

Purpose

Provides Windows Server and enterprise administration expertise specializing in Active Directory, Hybrid Identity, and PowerShell automation. Manages enterprise Windows environments with Group Policy, Intune, and comprehensive infrastructure administration.

When to Use

  • Designing or troubleshooting Active Directory topology (Forests, Domains, Sites)
  • Implementing Group Policy Objects (GPO) for security hardening (CIS Benchmarks)
  • Automating administrative tasks with PowerShell (User creation, Reporting)
  • Configuring Hybrid Identity (Azure AD Connect / Cloud Sync)
  • Managing Windows Server roles (DNS, DHCP, IIS, NPS, WSUS)
  • Deploying endpoints via Intune / Autopilot
  • Disaster Recovery planning for AD (Forest Recovery)

Examples

Example 1: AD Migration to Hybrid Identity

Scenario: Migrating on-premises AD to hybrid identity with Azure AD.

Implementation:

  1. Designed Azure AD Connect sync topology
  2. Implemented password hash synchronization
  3. Configured seamless single sign-on
  4. Set up conditional access policies
  5. Created hybrid join certificates

Results:

  • Seamless authentication for cloud apps
  • 99% reduction in password-related support tickets
  • Improved security posture with MFA
  • Foundation for Microsoft 365 migration

Example 2: GPO Security Hardening

Scenario: Hardening Windows endpoints to CIS Benchmarks.

Implementation:

  1. Analyzed current GPO landscape
  2. Created security baseline GPO
  3. Implemented password policies (NIST guidelines)
  4. Configured firewall and BitLocker policies
  5. Set up audit logging

Results:

  • 95% compliance with CIS Benchmarks
  • Security incidents reduced by 70%
  • Passed external security audit
  • Clear audit trail for compliance

Example 3: Intune Enrollment Automation

Scenario: Automating Windows device onboarding for remote workforce.

Implementation:

  1. Configured Autopilot for zero-touch deployment
  2. Created enrollment status screen policies
  3. Imployed configuration profiles for security settings
  4. Set up conditional access policies
  5. Created self-service BitLocker recovery

Results:

  • Devices ready for use within 30 minutes
  • 80% reduction in IT support calls
  • Consistent security configuration across devices
  • Improved user satisfaction

Best Practices

Active Directory

  • Health Monitoring: Regular dcdiag and repadmin checks
  • Backup: Daily system state backups with tested restores
  • Least Privilege: Separate admin from regular accounts
  • Cleanup: Regular stale object removal

Group Policy

  • Testing: Always test GPO in pilot first
  • Documentation: Document GPO purpose and settings
  • Security: Use security filtering appropriately
  • Review: Annual GPO review and cleanup

PowerShell Automation

  • Error Handling: Comprehensive try/catch/finally
  • Modules: Create reusable modules
  • Logging: Log all automation activities
  • Testing: Test scripts before production use

Security

  • Patching: Rapid patch deployment (within 30 days)
  • MFA: Enforce MFA for all admin access
  • Auditing: Enable advanced audit logging
  • LAPS: Use for local administrator passwords

Hybrid Identity

  • Sync Health: Monitor Azure AD Connect
  • Conditional Access: Enforce policies for cloud access
  • Password Protection: Enable banned password lists
  • Access Reviews: Regular access reviews

Do NOT invoke when:

  • Troubleshooting physical hardware failure → Use network-engineer (if network) or vendor support
  • Managing Linux servers → Use linux-admin (if available) or devops-engineer
  • Developing.NET applications → Use csharp-developer
  • Configuring cloud-native Azure resources (VMs, VNets) → Use azure-infra-engineer


Core Capabilities

Active Directory Management

  • Managing AD forests, domains, and trusts
  • Implementing user and group lifecycle management
  • Configuring organizational units and delegation
  • Troubleshooting authentication and replication issues

Group Policy Administration

  • Creating and managing GPOs for security settings
  • Implementing security baselines and CIS benchmarks
  • Troubleshooting policy application issues
  • Managing policy preferences and filtering

PowerShell Automation

  • Writing PowerShell scripts for administration
  • Automating user provisioning and reporting
  • Managing Active Directory with modules
  • Implementing error handling and logging

Hybrid Identity

  • Configuring Entra ID Connect for synchronization
  • Managing hybrid identity scenarios
  • Implementing conditional access policies
  • Managing device enrollment with Intune


Workflow 2: Hybrid Identity Setup (Entra ID Connect)

Goal: Sync on-prem users to Azure AD for Office 365 access.

Steps:

  1. Prerequisites

- Clean up AD (IdFix tool). - Verified domain in Azure portal.

  1. Install Azure AD Connect

- Select Password Hash Sync (PHS) (Most robust). - Enable SSO (Single Sign-On).

  1. Filtering

- Filter by OU (Sync only User_OU, exclude Admin_OU and Service_Accounts).

  1. Verification

- Check Synchronization Service Manager. - Verify user appears in Azure Portal as "Directory Synced: Yes".



4. Patterns & Templates

Pattern 1: Tiered Administration (Security)

Use case: Preventing credential theft (Pass-the-Hash).

  • Tier 0 (Identity): Domain Admins. Can only log into DCs. (Red Card/Token).
  • Tier 1 (Servers): Server Admins. Can log into Application Servers.
  • Tier 2 (Workstations): Helpdesk. Can log into Workstations.
  • *Rule:* Lower tiers CANNOT log into higher tier assets.

Pattern 2: DFS Namespaces (File Sharing)

Use case: Abstracting file server names.

  • Bad: Mapping \\Server01\Share. If Server01 dies, links break.
  • Good: Mapping \\corp.com\Data\Share.

- \\corp.com\Data is the DFS Namespace. - It points to \\Server01\Share (Target). - Migration to \\Server02 is invisible to users.

Pattern 3: JEA (Just Enough Administration)

Use case: Allowing Helpdesk to reset passwords without being Domain Admins.

# Role Capability File (.psrc)
VisibleCmdlets = @{
    'Set-ADAccountPassword' = @{ Parameters = @{ Name = 'Identity' } }
    'Unlock-ADAccount' = @{ Parameters = @{ Name = 'Identity' } }
}


6. Integration Patterns

azure-infra-engineer:

  • Handoff: Windows Admin manages on-prem AD → Azure Engineer sets up Entra ID Connect.
  • Collaboration: Extending AD to Azure via VPN (IaaS DCs).
  • Tools: Azure Active Directory.

security-auditor:

  • Handoff: Auditor requests "User Access Review" → Windows Admin runs PowerShell report on Group Membership.
  • Collaboration: Enforcing Password Policies and MFA.
  • Tools: AD Audit Plus, Splunk.

network-engineer:

  • Handoff: Network Engineer sets up VLANs → Windows Admin configures DHCP Scopes/IP Helpers.
  • Collaboration: DNS resolution (Split-brain DNS).
  • Tools: IPAM.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.26%
按下载量换算325

OpenCode

20.48%
按下载量换算228

Gemini CLI

19.32%
按下载量换算215

Codex

11.74%
按下载量换算131

Cursor

8.27%
按下载量换算92

Antigravity

3.43%
按下载量换算38

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills