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.