msw-packages

Agent skill from msw-git/msw-ai-coding-plugins-official.

msw-git ↓ 3.5k
Claude Code
View source ↗

What it does

  • "from scratch" / "just the UI" / "only the screen" → msw-ui-system skill (+ references/templates/)
  • "full system" / "with backend" / "with data" / "save score" → stay in msw-packages
  • Pure low-level UI question (e.g. "how do I set anchor?") → msw-ui-system skill
  • <package-name>/README.md
  • <package-name>/<PackageName>.modpackage — installer manifest (treat as opaque)
  • <package-name>/MyDesk/<PackageName>/Core/ — core scripts/UI to copy
  • <package-name>/MyDesk/<PackageName>/Sample/ — example usage (do not copy unless requested)

Requirements & configuration

  • | Ranking / leaderboard | "Do you need score saving and rank calculation too, or just the leaderboard screen?" |
  • | Inventory / bag | "Do you need add/remove item logic too, or just the slot screen?" |
  • | Shop / store | "Do you need currency deduction and purchase handling too, or just the shop screen?" |
  • | Mail / mailbox | "Do you need send/receive logic too, or just the mailbox screen?" |
  • | Quest / achievement | "Do you need progress tracking and rewards too, or just the quest list screen?" |

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

msw-packages FAQ

What does the msw-packages skill do?

MSWPackages catalog — official 1st-party prebuilt packages for common MSW features. Use this skill BEFORE writing a feature from scratch when the user asks for any standard game system (toast/notification, ranking/leaderboard, inventory/equipment, shop/store, world shop, mail, quest/achievement, dialog/NPC conversation, key binding, game event broadcast, player data/save, collection/dex, slash command, scrollview/virtualized list, drop table, global config, GM message, resource/currency, UI components). Always check the catalog first; if a package matches the requested feature, fetch its README and propose integrating instead of building from zero. Keywords: MSWPackages, package, prebuilt, integration. "from scratch" / "just the UI" / "only the screen" → msw-ui-system skill (+ references/templates/) "full system" / "with backend" / "with data" / "save score" → stay in msw-packages

What does msw-packages require?

| Ranking / leaderboard | "Do you need score saving and rank calculation too, or just the leaderboard screen?" | | Inventory / bag | "Do you need add/remove item logic too, or just the slot screen?" | | Shop / store | "Do you need currency deduction and purchase handling too, or just the shop screen?" | | Mail / mailbox | "Do you need send/receive logic too, or just the mailbox screen?" | | Quest / achievement | "Do you need progress tracking and rewards too, or just the quest list screen?" |

How do I install msw-packages?

Run: npx -y skills add https://github.com/msw-git/msw-ai-coding-plugins-official --skill msw-packages --agent claude-code — the source lives at github.com/msw-git/msw-ai-coding-plugins-official.

Maintain msw-packages?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[msw-packages on getagentictools](https://getagentictools.com/skills/msw-git-msw-ai-coding-plugins-official-msw-packages?ref=badge)
npx agentictools info skills/msw-git-msw-ai-coding-plugins-official-msw-packages

The second line is the CLI lookup for this page — handy in READMEs and docs.