dayz-dev

Fetch DayZ Enforce Script APIs and documentation for mod development.

7|3|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/DayZGhost/dayz-dev-plugin --skill dayz-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dayz-dev
Source: https://github.com/DayZGhost/dayz-dev-plugin/tree/main
Command: npx skills add https://github.com/DayZGhost/dayz-dev-plugin --skill dayz-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill acts as an intelligent assistant for DayZ mod development, providing dynamic documentation, framework support, and code correctness checks to streamline the creation of mods for DayZ.

Core Features & Use Cases

  • Dynamic Documentation Fetching: Automatically retrieves the latest API, config, and mod documentation.
  • Framework Awareness: Supports vanilla, Community Framework (CF), and DayZ Expansion with auto-detection.
  • Code Correctness: Enforces Enforce Script syntax, prevents C#/C++ errors, and ensures null-safe coding practices.
  • Use Case: When asked "How do I create a custom item in DayZ?", the Skill will fetch relevant API documentation, provide Enforce Script code examples, and guide you through the config.cpp structure, considering whether you're using CF or Expansion.

Quick Start

Use the dayz-dev skill to explain how to create a custom item in DayZ.

Frequently Asked Questions about dayz-dev

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

FAQPage Schema
How do I create a custom item in DayZ using Enforce Script?

Creating a custom item in DayZ requires structuring the `config.cpp` file and writing Enforce Script classes. This Skill dynamically fetches API documentation and provides null-safe code examples to guide your custom item setup.

What is the difference between vanilla DayZ API and Community Framework modding?

Vanilla DayZ modding relies on the base Enforce Script API, whereas Community Framework (CF) extends it with additional modular systems. This Skill detects your target framework and fetches matching documentation for vanilla, CF, or Expansion development.

Does DayZ Expansion modding support Enforce Script syntax from C#?

DayZ Expansion uses Enforce Script, which differs from C# and C++. This Skill enforces correct Enforce Script syntax, prevents C# or C++ errors, and ensures null-safe coding practices across vanilla, CF, and Expansion frameworks.

Why does my DayZ mod throw null reference errors during Enforce Script compilation?

DayZ mods throw null reference errors when Enforce Script code lacks proper null-safety checks. This Skill enforces null-safe coding practices and validates API usage to prevent compilation errors and runtime crashes in DayZ 1.28+ environments.

Can I use DayZ Community Framework and DayZ Expansion together in one mod?

You can use Community Framework and DayZ Expansion together in a single mod. This Skill supports both frameworks with auto-detection, fetching relevant class APIs and mod documentation to ensure compatibility across your Enforce Script codebase.