disk_usage_drive

$npx mdskill add taracodlabs/aiden/disk_usage_drive

Displays disk usage for the C: drive using PowerShell

  • Solves the task of checking disk usage for the C: drive
  • Relies on PowerShell commands to retrieve disk information
  • Executes a script to gather and calculate drive usage statistics
  • Returns the results directly to the user in a clear format
SKILL.md
.github/skills/disk_usage_driveView on GitHub ↗
---
name: disk_usage_drive
description: Show me the disk usage for my C: drive.
version: 1.0.0
origin: local
confidence: low
tags: run_powershell
---

# Disk Usage Drive

When performing this type of task:
1. Use tools in this order: run_powershell
2. Task completed in ~1s
3. Verify each step output before proceeding to the next
More from taracodlabs/aiden