create-sound
Installation
SKILL.md
Create Sound
Generated from
rules/*.mdbysrc/build.mjs. Do not edit by hand.
Pick a generation path with pipeline-detect-input, then walk the matching section.
1. Generation Pipeline
Procedural steps the agent runs end-to-end. Start here when handling any create-sound request.
1.1 Detect input mode and route the request (CRITICAL)
Decide which path to run based on what the user provided.
| Input | Path |
|---|---|
| Prompt only (no audio attachment) | Skip interpret-*. Go to pipeline-pick-base-layer. |
| Audio file only | Run all interpret-* rules. Skip event-* / mood-*. |
| Both prompt and audio | Run interpret-* first, then treat the prompt as a refinement layer over the measured SoundDefinition. |