music-prompter

Crafts structured prompts for AI music generation with duration, arrangement, and multi-clip continuity control.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill music-prompter-anderhonorato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: music-prompter
Source: https://github.com/AnderHonorato/Mem-rias-IA---Infinity/tree/main/Manus/Skills/music-prompter
Command: npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill music-prompter-anderhonorato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing effective prompts for AI music generation models is difficult: vague prompts produce inconsistent results, and tracks longer than the model's ~184-second limit suffer from jarring transitions between clips. This Skill provides a systematic framework for translating a musical vision into precise, model-executable prompts. ## 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 song structure, locks the sonic DNA (genre, BPM, production) across clips, aligns the ending state of each clip with the next, and specifies ffmpeg crossfades timed to the beat grid. ## Quick Start Use the music-prompter skill to write a generation prompt for a 60-second nostalgic lo-fi track at 80 BPM with Fender Rhodes and soft synth pads.

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 the core sonic DNA (genre, mood, instrumentation, production quality), and optionally add a timestamped arrangement breakdown. Combine nine dimensions: genre, tempo, key, mood, instrumentation, density, arrangement, soundscape, and production quality.

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

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

Can AI music generators produce instrumental tracks without vocals?

Yes, but you must state it explicitly in the prompt. Append "Instrumental only, no vocals" at the beginning of the prompt as a global directive, since the model supports vocal generation by default when the prompt implies a song.

How do I exclude drums or specific instruments from generated music?

Use in-text negative phrasing directly in the main prompt, such as "Ensure there are no drums, no percussion, no beat, no rhythm section." There is no separate negative prompt parameter; exclusions must be written as explicit natural-language instructions.

Why do concatenated music clips sound disjointed?

Disjointed transitions happen when instrumentation, energy, or loudness jumps between clips. Fix this by matching the musical state at the end of one clip to the start of the next using timestamp cues and intensity markers, changing instrumentation gradually, and applying 0.5-1 second beat-aligned crossfades.