AI AGENT ADDONS

MSW scripting lets you create custom behaviors for your projects. You write scripts in the mlua language. These scripts control game objects and events. The skill teaches you the rules for writing correct code. You learn about special annotations like @Component and @Sync. You also learn how to organize your files and folders.

Before you create a new script you must search for an existing one. Extending an existing script is always better. You also need to check the engine API before you write any code. This helps you avoid silent errors. The skill shows you how to read API signatures and examples.

Testing and debugging are a big part of this skill. You use build logs and runtime logs to find problems. You fix errors until the LSP tool shows zero errors. Then you run a playtest to see if your script works. This complete workflow helps you make reliable scripts.

Add Msw Scripting skill to your workflow

Global

mkdir -p ~/.claude/skills/msw-scripting

Project

mkdir -p .claude/skills/msw-scripting

Source Repository

Stars
30
Forks
2
Watchers
30
Last Push
25 days ago
Created
3 months ago