AI AGENT ADDONS

MSW Search helps you find two kinds of information. First, you can look up API documentation and implementation guides using vector search. This gives you code examples and related APIs that are missing from the standard type files. Second, you can search for game resources like sprites, animations, sounds, and avatars through a REST API. This is the only way to get resource IDs.

Start with a resource pack when looking for a sprite or sound. A pack bundles everything for one asset. Pick a single sprite only when the user asks for it directly. For API questions, always check the type files first. Use vector search only when you need more details or examples.

Add Msw Search skill to your workflow

Global

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

Project

mkdir -p .claude/skills/msw-search

Source Repository

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