一键导入
play
Write Strudel code to a file and trigger the REPL to evaluate it. Use when composing or modifying music patterns for live playback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write Strudel code to a file and trigger the REPL to evaluate it. Use when composing or modifying music patterns for live playback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | play |
| description | Write Strudel code to a file and trigger the REPL to evaluate it. Use when composing or modifying music patterns for live playback. |
| disable-model-invocation | true |
This skill writes Strudel pattern code to a scratch file and prepares it for evaluation in the running REPL.
Write the pattern to playground/current.mjs:
// Generated by Claude — ${description}playground/history/${timestamp}.mjsExplain the sound to the user:
Guide evaluation:
Iterate based on feedback:
.fast() or note densitycutoff$ARGUMENTS — optional description of what to play, e.g., /play ambient pad in C minor or /play add drums to current pattern
playground/
├── current.mjs # active pattern (what the REPL should play)
└── history/ # timestamped snapshots
├── 2026-03-31T15-30-00.mjs
└── ...
Create playground/ and playground/history/ if they don't exist.