Two-tool search for the MSW game engine. First tool does vector search across API docs and implementation guides when the type stubs in .d.mlua don't give you enough context about parameters, related APIs, or usage patterns. Second tool hits a REST endpoint to find sprites, animations, sounds, and resource packs by name or tag, which is the only way to get RUIDs for entities. The routing table is clear: semantic "how do I" questions go to document search, "I need a monster sprite" goes to resource search. Default to resource_pack type first since individual sprites without their animation sets leave you with broken assets. Includes conversion rules for translating Maker Editor syntax back to .mlua files.
npx skills add https://github.com/msw-git/msw-ai-coding-plugins-official --skill msw-search