What problem does it solve? When learning documents and the patch database lack exact details about a Max for Live device—such as outlet indices, box attributes, parameter ranges, or hidden subpatchers—this Skill lets you inspect the raw .amxd patch file directly to recover the missing facts. ## Core Features & Use Cases - Patch Inspection: Run summary, objects, lines, box, params, subs, and graph commands against any .amxd file to reveal its internal structure. - Wiring and Parameter Analysis: Use box and lines --obj for exact inlet/outlet wiring, and params for Live parameter metadata. - Hidden Subpatcher Discovery: Use subs and objects --recursive to expose patchers not visible in higher-level documentation. - Use Case: You are debugging a Max for Live device and the patch database does not record an outlet index. Run the amxd_debug.py lines command on the raw .amxd file to get the exact wiring, then update the canonical patch-learnings.md with the finding. ## Quick Start Ask the agent to inspect the raw AMXD patch file for a specific Max for Live device and report its object wiring and parameter metadata.