ワンクリックで
play
Load and explore MIDI files. Analyze structure, navigate measures, search for notes, and display musical content.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Load and explore MIDI files. Analyze structure, navigate measures, search for notes, and display musical content.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Design electronic schematics and PCB netlists from Pi using SKiDL. Use for circuit creation, KiCad library parts, nets/buses, ERC, BOMs, SVG schematics, KiCad schematic export, and standalone SKiDL Python.
CAD modeling with build123d from Pi. Use when creating, inspecting, rendering, or exporting parametric 3D models, STL files, STEP files, enclosures, brackets, and other mechanical parts.
Schedule one-time or recurring agent jobs from Pi. Use when the user asks for cron-like reminders, recurring checks, scheduled prompts, or inspecting/completing scheduled jobs.
Track and manage issues using the dude MCP server. List, create, update issues. Track bugs, tasks, blockers, and problems within projects. Search for issues. Use when tracking bugs, creating tasks, managing blockers, recording problems, or working with issue hierarchies.
Manage development projects using the dude MCP server. List projects, view records by project, search across projects. Projects are auto-detected from git — no manual creation needed. Use when exploring project organization, starting work on a codebase, or needing project-level context.
Interactive issue review and grooming session. Pulls all issues for the current project and walks through them with the user to triage, update, resolve, or archive. Use when grooming a backlog, reviewing open issues, or cleaning up stale tasks.
| name | play |
| description | Load and explore MIDI files. Analyze structure, navigate measures, search for notes, and display musical content. |
Use the Mozart Pi tools to load, inspect, and navigate MIDI files.
/play song.mid
mozart_load_midi — provide the path and an optional aliasmozart_midi_info — see tracks, instruments, tempo, time signaturemozart_get_measures — view notes by measure numbermozart_search_notes — find notes by pitch, track, or rangemozart_load_midi file_path="song.mid" alias="song"
mozart_midi_info alias="song"
mozart_get_measures alias="song" start_measure=1 end_measure=8 track=0
mozart_search_notes alias="song" note_name="C" track=0
mozart_get_measures alias="song" start_measure=33 end_measure=36
| Tool | Purpose |
|---|---|
mozart_load_midi | Parse a .mid file and load it into memory |
mozart_midi_info | Show tempo, time sig, tracks, instruments, pitch ranges |
mozart_get_measures | Get notes organized by measure (tempo/time-sig aware) |
mozart_search_notes | Search notes by pitch, name, track, or measure range |
mozart_list_loaded | Show all loaded MIDI files |
mozart_unload_midi | Remove a file from memory |
mozart_search_notes to find specific patterns before editingmozart_midi_info to see what's on each track