If you're working with MasterGo design files and need to pull design system data programmatically, this handles the API integration for you. Point it at a MasterGo URL and it fetches the DSL structure, component metadata, and documentation links through Python scripts that output to stdout. The workflow is straightforward: analyze the node tree first to see what you're dealing with, then grab full DSL data if needed, and fetch component docs last. Requires a Team Edition token and keeps everything in the skill directory, so no temp files cluttering your project. Most useful when you're building tooling around design systems or need to programmatically inspect what designers are handing off.
npx skills add https://github.com/jeasonstudio/mastergo-skills --skill mastergo