dayz-mount-p — for Claude Code dayz-mount-p, Agentic-Z, community, for Claude Code, ide skills, $DAYZ_WORK_DRIVE, Software\Bohemia Interactive\DayZ Tools, <DayZ Tools install>\Bin\WorkDrive, find_dayz_tools(), subst P: <path>

v1.0.0

Über diesen Skill

Geeigneter Einsatz: Ideal for AI agents that need follow .claude/skills/ shared/dayz-conventions.md. Lokalisierte Zusammenfassung: AI Agent Stack for DayZ Modding # /dayz-mount-p Mount P:\ as the DayZ work drive without launching DayZ Tools' GUI.

Funktionen

Follow .claude/skills/ shared/dayz-conventions.md.
Checks if P:\ is already mounted — if so, exits OK.
Resolves the work drive folder. First hit wins:
$DAYZ WORK DRIVE env var
Cached path at .claude/local-memory/dayz-work-drive.json (set on first successful mount)

# Kernthemen

DayZ-n-Chill DayZ-n-Chill
[1]
[0]
Aktualisiert: 4/30/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Geeigneter Einsatz: Ideal for AI agents that need follow .claude/skills/ shared/dayz-conventions.md. Lokalisierte Zusammenfassung: AI Agent Stack for DayZ Modding # /dayz-mount-p Mount P:\ as the DayZ work drive without launching DayZ Tools' GUI.

Warum diese Fähigkeit verwenden

Empfehlung: dayz-mount-p helps agents follow .claude/skills/ shared/dayz-conventions.md. AI Agent Stack for DayZ Modding # /dayz-mount-p Mount P:\ as the DayZ work drive without launching DayZ Tools' GUI.

Am besten geeignet für

Geeigneter Einsatz: Ideal for AI agents that need follow .claude/skills/ shared/dayz-conventions.md.

Handlungsfähige Anwendungsfälle for dayz-mount-p

Anwendungsfall: Applying Follow .claude/skills/ shared/dayz-conventions.md
Anwendungsfall: Applying Checks if P:\ is already mounted — if so, exits OK
Anwendungsfall: Applying Resolves the work drive folder. First hit wins:

! Sicherheit & Einschränkungen

  • Einschraenkung: Don't try to mount on Linux/macOS/WSL — subst is Windows-only. The skill exits with a clear error.
  • Einschraenkung: Don't assume the cached path is current after a DayZ Tools reinstall — clear the cache or use --path if it gets stale.
  • Einschraenkung: Don't run as admin unless something else needs it. subst works fine in user mode.

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs-Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ und Installationsschritte

These questions and steps mirror the structured data on this page for better search understanding.

? Häufige Fragen

Was ist dayz-mount-p?

Geeigneter Einsatz: Ideal for AI agents that need follow .claude/skills/ shared/dayz-conventions.md. Lokalisierte Zusammenfassung: AI Agent Stack for DayZ Modding # /dayz-mount-p Mount P:\ as the DayZ work drive without launching DayZ Tools' GUI.

Wie installiere ich dayz-mount-p?

Führen Sie den Befehl aus: npx killer-skills add DayZ-n-Chill/Agentic-Z/dayz-mount-p. Er funktioniert mit Cursor, Windsurf, VS Code, Claude Code und mehr als 19 weiteren IDEs.

Wofür kann ich dayz-mount-p verwenden?

Wichtige Einsatzbereiche sind: Anwendungsfall: Applying Follow .claude/skills/ shared/dayz-conventions.md, Anwendungsfall: Applying Checks if P:\ is already mounted — if so, exits OK, Anwendungsfall: Applying Resolves the work drive folder. First hit wins:.

Welche IDEs sind mit dayz-mount-p kompatibel?

Dieser Skill ist mit Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer kompatibel. Nutzen Sie die Killer-Skills CLI für eine einheitliche Installation.

Gibt es Einschränkungen bei dayz-mount-p?

Einschraenkung: Don't try to mount on Linux/macOS/WSL — subst is Windows-only. The skill exits with a clear error.. Einschraenkung: Don't assume the cached path is current after a DayZ Tools reinstall — clear the cache or use --path if it gets stale.. Einschraenkung: Don't run as admin unless something else needs it. subst works fine in user mode..

So installieren Sie den Skill

  1. 1. Terminal öffnen

    Öffnen Sie Ihr Terminal oder die Kommandozeile im Projektverzeichnis.

  2. 2. Installationsbefehl ausführen

    Führen Sie aus: npx killer-skills add DayZ-n-Chill/Agentic-Z/dayz-mount-p. Die CLI erkennt Ihre IDE oder Ihren Agenten automatisch und richtet den Skill ein.

  3. 3. Skill verwenden

    Der Skill ist jetzt aktiv. Ihr KI-Agent kann dayz-mount-p sofort im aktuellen Projekt verwenden.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

dayz-mount-p

Install dayz-mount-p, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

/dayz-mount-p

Mount P:\ as the DayZ work drive without launching DayZ Tools' GUI. P:\ is just a folder substituted as a drive letter — Windows can do that natively.

Follow .claude/skills/_shared/dayz-conventions.md.

What it does

  1. Checks if P:\ is already mounted — if so, exits OK.
  2. Resolves the work drive folder. First hit wins:
    • $DAYZ_WORK_DRIVE env var
    • Cached path at .claude/local-memory/dayz-work-drive.json (set on first successful mount)
    • Windows registry — checks Software\Bohemia Interactive\DayZ Tools under HKCU and HKLM (WOW6432Node + native) for several common value names
    • <DayZ Tools install>\Bin\WorkDrive\ (last-resort default; resolved via find_dayz_tools() from preflight.py)
  3. Mounts via subst P: <path>.
  4. Verifies P:\ is now visible.
  5. Caches the resolved path so future runs are instant.

How to run

Auto-resolve and mount:

cmd
1python .claude\skills\dayz-mount-p\mount.py

Explicit path (override resolution, e.g. first time before any cache exists):

cmd
1python .claude\skills\dayz-mount-p\mount.py --path "C:\path\to\workdrive"

Unmount:

cmd
1python .claude\skills\dayz-mount-p\mount.py --unmount

When to run

  • After a Windows boot / restart, before any other DayZ skill (preflight will fail otherwise).
  • When you'd otherwise open DayZ Tools just to click "Mount P Drive."

Output

DayZ P:\ mount

[INFO]  Mounting P: -> C:\Users\you\DayZ-WorkDrive
[OK]    P:\ mounted -> C:\Users\you\DayZ-WorkDrive
[INFO]  Cached for future runs at G:\AI-Templates\.claude\local-memory\dayz-work-drive.json

If P:\ is already mounted:

[OK]    P:\ already mounted

If resolution fails:

[FAIL]  Could not resolve a work drive folder.
        Tried: $DAYZ_WORK_DRIVE, cached path, registry, DayZ Tools\Bin\WorkDrive\.
        Pass --path "C:\path\to\workdrive" to specify explicitly.

Does NOT gate on /dayz-preflight

Per .claude/skills/_shared/dayz-conventions.md's "abort-skill exception" precedent: this skill predates the preflight gate (preflight checks for P:, this skill mounts it — chicken-and-egg). After running this, all other DayZ skills' preflight gate will pass naturally.

Do not

  • Don't try to mount on Linux/macOS/WSL — subst is Windows-only. The skill exits with a clear error.
  • Don't assume the cached path is current after a DayZ Tools reinstall — clear the cache or use --path if it gets stale.
  • Don't run as admin unless something else needs it. subst works fine in user mode.

Verwandte Fähigkeiten

Looking for an alternative to dayz-mount-p or another community skill for your workflow? Explore these related open-source skills.

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Lokalisierte Zusammenfassung: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Lokalisierte Zusammenfassung: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Lokalisierte Zusammenfassung: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Lokalisierte Zusammenfassung: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Entwickler