ArmaOverthrowArmaOverthrowOfficialยท3 Agent Skills Included

Overthrow.Arma4

Arma Reforger mod development, testing, and save debugging

Guides development of the Overthrow mod for Arma Reforger using EnforceScript and the Workbench editor. Covers component architecture, network replication, UI layouts, keybindings, and save-file forensics. Eliminates guesswork with compile checks, automated test suites, and save decoding scripts. Helps contributors ship stable mod features faster with fewer crashes and lost player progress.
npx skills add ArmaOverthrow/Overthrow.Arma4 --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Overthrow.Arma4?โ–ผ

Run `npx skills add ArmaOverthrow/Overthrow.Arma4 --all -g -y` in your terminal to install all skills in this suite globally.

What do these Overthrow skills cover?โ–ผ

They cover EnforceScript component patterns, networking, persistence, UI layout authoring, keybinding conflict checks, and Workbench testing workflows for the Overthrow mod.

How do I debug a broken Overthrow save file?โ–ผ

The persistence-forensics skill walks you through decoding the save point blob, reading the load log, and reproducing the save-load cycle locally to find the exact cause.

Do I need to know EnforceScript to use these skills?โ–ผ

Basic familiarity helps, but the skills explain naming conventions, memory rules, and common pitfalls in plain terms so your agent can write correct code for you.

Can these skills run automated tests for the mod?โ–ผ

Yes. They define a compile check plus tiered autotest suites that run in the real game client, with clear rules on when each gate should run.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’