sysop-kernel

Automate WSL2 health checks and Windows interop verification with diffable outputs.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/ledzepp1109/SYSopGPTWSL --skill sysop-kernel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sysop-kernel
Source: https://github.com/ledzepp1109/SYSopGPTWSL/tree/main/.codex/skills/sysop-kernel
Command: npx skills add https://github.com/ledzepp1109/SYSopGPTWSL --skill sysop-kernel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates WSL2 system health checks and Windows-specific interop verification to reduce manual toil and improve reliability across setups.

Core Features & Use Cases

  • Plan-first operator kernel workflow with auditable, diffable outputs
  • Health checks, drift/baseline verification, and Windows snapshot via PowerShell
  • Outputs under sysop/out/report.md and ledger updates to learn/LEDGER.md

Quick Start

Run the operator kernel from the repo root with ./sysop/run.sh all to generate a new health snapshot, drift baseline, and an entry in learn/LEDGER.md.

Frequently Asked Questions about sysop-kernel

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

FAQPage Schema
How do I automate WSL2 health checks and verify Windows interop?

Automate WSL2 health checks by running a plan-first operator kernel that generates health snapshots, verifies Windows interop configurations, and produces diffable outputs under a designated sysop directory.

What is a drift baseline and when do I need it for WSL system administration?

A drift baseline captures your WSL2 system's desired configuration state. You need it to compare against future health snapshots to detect unauthorized or unintended system configuration changes over time.

How do I generate diffable Windows snapshots from WSL?

Generate diffable Windows snapshots by executing the operator kernel's PowerShell integration, which captures the current interop state and writes structured report files for baseline comparison.

Does this WSL sysop workflow require any external dependencies?

No external dependencies are required. The WSL sysop workflow operates independently using a plan-first execution model to generate health reports and update the audit ledger.

What is the best way to maintain an auditable ledger for WSL system health?

Maintain an auditable ledger by using an automated sysop workflow that appends timestamped entries to learn/LEDGER.md after every health check, ensuring a continuous historical record of system performance and drift.