ryanlee-dev commited on
Commit
d7047d5
·
verified ·
1 Parent(s): b7b896e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -145,7 +145,11 @@ The following end-to-end example contains the complete lyrics, music description
145
 
146
  ## Prompt Enhancement
147
 
148
- A concise natural-language description can be used directly. For more detailed control, it can be expanded into a Structured Caption containing `Global Metadata`, `Vocal Details`, and `Arrangement`. Musical instructions attached to lyric section tags should be preserved in the arrangement description, while the lyric text itself remains in the lyrics input.
 
 
 
 
149
 
150
  ## Limitations
151
 
 
145
 
146
  ## Prompt Enhancement
147
 
148
+ A concise natural-language description can be used directly. For richer prompts and more precise control, use the provided [`music-caption-rewriter`](skills/music-caption-rewriter/SKILL.md) skill to expand it into a Structured Caption containing `Global Metadata`, `Vocal Details`, and `Arrangement`. The skill preserves musical instructions attached to lyric section tags in the arrangement description while keeping the lyric text in the lyrics input.
149
+
150
+ ```bash
151
+ npx skills add MiniMax-AI/MiniMax-Music3 --skill music-caption-rewriter
152
+ ```
153
 
154
  ## Limitations
155