music-prompter

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

Updated Sep 16, 2026
One-click install
npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill music-prompter-military-veteran-team-lpt-realty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: music-prompter
Source: https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills/tree/main/skills/music-prompter
Command: npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill music-prompter-military-veteran-team-lpt-realty

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 get truncated. This Skill provides a systematic framework for translating a 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 requests a 6-minute cinematic score. The Skill plans the full arrangement, locks the song's DNA (genre, BPM, production) across clips, aligns clip boundaries via precise state matching, and finishes with ffmpeg crossfades aligned to the beat grid. ## Quick Start Ask the AI to read this skill and then generate a 60-second instrumental lo-fi track at 80 BPM with a nostalgic mood and a timestamped arrangement breakdown.

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?

Structure the prompt with global directives first (duration, BPM, vocal preference), then describe genre, mood, instrumentation, density, soundscape, and production quality. Optionally add a timestamped arrangement breakdown where the final timestamp matches the declared total duration.

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

Split the song into clips of up to ~180 seconds each using a multi-clip continuity strategy. Lock the song's DNA (genre, tempo, production) across all clips, align the ending state of each clip with the beginning of the next, and join them with short ffmpeg crossfades.

How do I generate instrumental music without vocals?

Append the phrase "Instrumental only, no vocals" to the prompt. The music generation model supports vocals by default, so this explicit directive is required whenever the user wants background music without singing.

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." There is no separate negative prompt parameter; exclusions must be written as explicit natural-language statements.

Why do concatenated music clips sound disjointed at the transitions?

Disjointed transitions happen when instrumentation, energy, or loudness 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.