بنقرة واحدة
wsl
WSL2 path translation, Windows/Linux filesystem interop, and cross-environment execution for this repo.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
WSL2 path translation, Windows/Linux filesystem interop, and cross-environment execution for this repo.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Operate Harkonnen through the repo-local MCP server and CLI. TRIGGER: user asks about run history, PackChat threads or messages, checkpoints, board snapshots, reasoning trails, benchmark suites or reports, wants to diagnose a failure, wants a run report, or wants to start, queue, or watch a run. Preferred over raw shell commands for Harkonnen interactions.
Databricks on Azure: cluster lifecycle, Delta Lake operations, MLflow tracking, and Unity Catalog patterns for this repo.
Azure cloud resources: ARM/Bicep templates, Azure CLI patterns, RBAC, service principals, and subscription safety for this repo.
Docker and Compose: image builds, container lifecycle, networking, volume management, and safety conventions for this repo.
SQL database patterns: schema migrations, query safety, index design, and transaction hygiene for this repo.
WinCC OA SCADA: CTRL scripts, panels, datapoint operations, manager lifecycle, and live-system safety for this repo.
| name | wsl |
| description | WSL2 path translation, Windows/Linux filesystem interop, and cross-environment execution for this repo. |
| user-invocable | false |
| allowed-tools | ["Bash(wsl *)","Bash(wslpath *)"] |
This repo runs under WSL2. Apply these conventions when bridging Linux and Windows.
wslpath -w /home/user/file → \\wsl$\Ubuntu\home\user\filewslpath -u 'C:\Users\user\file' → /mnt/c/Users/user/filewslpath for translation; never manually construct \\wsl$ paths./mnt/c, /mnt/d, etc.~, not /mnt/c) for heavy I/O (builds, git)./mnt/c paths when the file must also be accessible from Windows..exe files are callable from WSL: notepad.exe, code.exe, powershell.exe.powershell.exe -Command "..." to run PowerShell from within WSL.wslpath -w when calling Windows tools that expect Windows paths.$WSL_DISTRO_NAME — current distro name.$WSLENV — colon-separated list of variables shared between Windows and WSL.cmd.exe /c set.dos2unix or sed -i 's/\r$//' before processing./mnt/c appear with 777 — don't rely on permission bits for security decisions on those paths.sudo hwclock -s if timestamps seem wrong.