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.
Global
mkdir -p ~/.claude/skills/msw-scriptingProject
mkdir -p .claude/skills/msw-scriptingSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values