Overthrow.Arma4
Arma Reforger mod development, testing, and save debugging
All Skills in This Repository (3)
Pure Emerald Level Indicatorsworkbench-workflow
Guide manual testing and debugging workflows for Arma Reforger Workbench.
overthrow-architecture
Document and enforce Overthrow architecture patterns, naming conventions, and project structure.
enforcescript-patterns
Enforce EnforceScript development patterns for the Enfusion engine.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core