返回 Skill 列表
extension
分类: 开发与工程无需 API Key

beatlab-pipeline

确定性的BeatLab管道实用工具(验证、渲染网格、导出MIDI/WAV)。用于运行脚本,而不是对验证/渲染进行推理。

person作者: jakexiaohubgithub

BeatLab Pipeline

Prefer running these scripts (do NOT read them into context):

Validate (and normalize) a beat JSON

uv run python .claude/skills/beatlab-pipeline/scripts/validate.py <beat.json> --inplace

Render 16-step ASCII grid

uv run python .claude/skills/beatlab-pipeline/scripts/render_grid.py <beat.json>

Export MIDI

uv run python .claude/skills/beatlab-pipeline/scripts/export_midi.py <beat.json> <out.mid>

Render WAV

uv run python .claude/skills/beatlab-pipeline/scripts/render_wav.py <beat.json> <out.wav>

Optional MP3 (if ffmpeg exists)

ffmpeg -y -i <out.wav> <out.mp3>