Run ACB (Anypoint Code Builder) system diagnostics to check if the machine meets minimum specifications and apply Windows optimizations if needed
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
For each component, indicate if it meets (✓) or fails (✗) the minimum requirement
IMMEDIATELY after gathering system info, display a clear summary table showing:
Component
Current Value
Minimum Required
Status (Pass/Fail)
Do not wait until the end of the skill to show this table
Step 4: Windows-Specific Optimizations
(only if on Windows)
A. IOPS Performance Test
Locate DiskSpd executable:
Detect the processor architecture (amd64, arm64, or x86)
Use the appropriate diskspd.exe from the skill's assets folder (relative to the skill base directory):
For amd64: {skill_base_directory}/assets/DiskSpd/amd64/diskspd.exe
For arm64: {skill_base_directory}/assets/DiskSpd/arm64/diskspd.exe
For x86: {skill_base_directory}/assets/DiskSpd/x86/diskspd.exe
If the DiskSpd assets folder or the required diskspd.exe is missing, download and extract it:
Before downloading, inform the user in one concise sentence what is being downloaded and why, e.g. "Fetching Microsoft's DiskSpd utility from the official GitHub release to benchmark your disk's IOPS performance."
After extraction, verify that diskspd.exe exists under the architecture-specific subfolder (amd64, arm64, or x86)
If the download fails (no network, proxy issues, etc.), inform the user clearly, provide the download URL, and skip the IOPS test rather than failing the whole skill
Create Test File:
Command: diskspd.exe -c1G testfile.dat
This creates a 1GB test file required for IOPS testing
Note: DiskSpd requires a pre-existing file to test against