midi-generation
Installation
SKILL.md
MIDI Generation Skill
Generate MIDI files with proper music theory. Use the provided Python scripts in skills/. Do NOT write custom code.
Important Rules
- Use provided scripts in
skills/directory (Python) - Never write custom Python/JS for MIDI generation
- Install dependencies first:
pip install midiutil - Consult music theory resources when needed (see below)
Quick Dissonance Rules
Always follow these to avoid harsh sounds:
- Never play notes 1 semitone apart (C+C#, E+F, B+C)
- Bass plays root or fifth of the chord
- Spread voices across octaves (don't cluster)
- Each track uses different MIDI channel (automatic)