What problem does it solve? Max for Live development knowledge is easily lost after a patching session ends. This Skill captures what was learned about a Max for Live patch or topic and stores it in a structured, validated, and ingestible format inside the canonical Max4Live-MCP knowledge repository. ## Core Features & Use Cases - Structured Learning Documents: Creates a patch-learnings.md file with YAML frontmatter (type, key_objects, complexity, source) plus sections for description, implementation details, object roles, lessons learned, and anti-patterns. - Visual Documentation: Captures patching-view and presentation-view screenshots and copies the saved .amxd device file when available. - Validation and Ingestion: Runs the ingest_learning.py script with --validate before ingesting the learning into the max_knowledge tree. - Use Case: After building a Max for Live MIDI effect, use this Skill to record the signal flow, object roles, and gotchas so the knowledge is searchable in future sessions. ## Quick Start Document what we learned from this Max for Live patch and ingest it into the Max4Live-MCP knowledge repository.