원클릭으로
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.