music-prompter

Crafts structured music generation prompts using a 9-dimension framework and multi-clip continuity strategy.

1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/waiyanphyo999/telegram-bot-deploy --skill music-prompter-waiyanphyo999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: music-prompter
Source: https://github.com/waiyanphyo999/telegram-bot-deploy/tree/main/skills/music-prompter
Command: npx skills add https://github.com/waiyanphyo999/telegram-bot-deploy --skill music-prompter-waiyanphyo999

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing effective prompts for AI music generation models is difficult: vague prompts produce inconsistent results, and requests longer than the model's ~184-second limit fail or sound disjointed. This Skill provides a systematic framework for translating a user's musical vision into precise, structured prompts that the model can execute reliably. ## Core Features & Use Cases - 9-Dimension Prompt Framework: Combines genre, tempo, key, mood, instrumentation, density, arrangement, soundscape, and production quality into a single cohesive prompt string. - Duration-Aware Strategy: Enforces single-call generation for tracks up to 180 seconds and applies a multi-clip continuity strategy with timestamp cues and intensity markers for longer pieces. - In-Text Negative Prompting & Control Emulation: Excludes unwanted elements (drums, vocals, fast tempos) and emulates advanced parameters like density, brightness, and mute-drums through natural language. - Use Case: A user asks for a 6-minute lo-fi study track. The Skill plans the song structure, locks the musical DNA (genre, BPM, production) across clips, aligns clip boundaries with timestamp cues, and finishes with ffmpeg crossfades for seamless concatenation. ## Quick Start Ask the AI to generate a music prompt for a 60-second nostalgic lo-fi track at 80 BPM with Fender Rhodes and soft synth pads, instrumental only.

Frequently Asked Questions about music-prompter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a good prompt for AI music generation?

Combine nine dimensions into one continuous text string: genre, tempo, key, mood, instrumentation, density, arrangement, soundscape, and production quality. Start with global directives stating total duration, BPM, and vocal preference, then describe the core sonic DNA and optional timestamped arrangement.

How do I generate music longer than 3 minutes with AI?

Split the song into clips of up to ~180 seconds each using a multi-clip continuity strategy. Lock genre, tempo, and production quality across all clips, align the ending state of each clip with the start of the next using timestamp cues, then join clips with short ffmpeg crossfades.

How do I generate instrumental music without vocals?

Append the phrase "Instrumental only, no vocals" to the beginning of your prompt as a global directive. This explicitly tells the model to exclude vocal generation from the output track.

Can I exclude drums or specific instruments from generated music?

Yes, use in-text negative phrasing directly in the prompt, such as "Ensure there are no drums, no percussion, no beat." Describe exclusions explicitly rather than relying on a separate negative prompt parameter.

Why do concatenated music clips sound disjointed?

Disjointed transitions happen when instrumentation, loudness, or energy jumps between clips. Fix this by matching the musical state at each clip boundary with timestamp cues, changing instrumentation gradually, and applying beat-aligned crossfades of 0.5-1 second.