ワンクリックで
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.