Quick Start (Read This First!) IMPORTANT: This file is located at If you need to reference this skill again during your session, read that exact path directly. Do not explore directories or use find commands - just read the file path above. Philosophy This skill provides tools and patterns for music composition, not pre-baked solutions. You should use your intelligence and the music21 library to compose dynamically based on user requests. Core Principle : Write custom code that composes music algorithmically rather than calling functions with hardcoded melodies. Installation & Setup Quick Ins…