music-compositor

music-compositor is an agent for Claude Code from landim32/awesome-ai-skills. It costs 69 tokens per session (2,047 once invoked), scanned A, original, MIT.

A songwriting role that creates complete songs formatted for Suno's Custom mode, an interface for generating music from lyrics and style instructions. It reads project-specific musical preferences from musics/config.md and saves songs under musics.

In plain words
What is it for?
Use it to write lyrics, define musical styles and exclusions, set Suno's weirdness and style-influence values, and title songs.
Why use it?
It gives each song a consistent output format and keeps the project's style guidance in one place.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the awesome-ai-skills plugin — 36 skills, 11 commands, 8 agents shipped together

Good fit Use it to write lyrics, define musical styles and exclusions, set Suno's weirdness and style-influence values, and title songs.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/landim32/awesome-ai-skills/music-compositor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/landim32/awesome-ai-skills

Made for: Claude Code.

Or install awesome-ai-skills, the plugin that ships this one along with the rest of its 36 skills, 11 commands, 8 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for music-compositor

README.md
[![agentmods](https://agentmods.dev/badge/agents/landim32/awesome-ai-skills/music-compositor/github.svg)](https://agentmods.dev/agents/landim32/awesome-ai-skills/music-compositor)
Your own site
<a href="https://agentmods.dev/agents/landim32/awesome-ai-skills/music-compositor"><img src="https://agentmods.dev/badge/agents/landim32/awesome-ai-skills/music-compositor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for music-compositor

Your own site · 80×15
<a href="https://agentmods.dev/agents/landim32/awesome-ai-skills/music-compositor"><img src="https://agentmods.dev/badge/agents/landim32/awesome-ai-skills/music-compositor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,047 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.02047
Opus 5 $0.00034 $0.01024
Sonnet 5 $0.00014 $0.00409
Haiku 4.5 $0.00007 $0.00205

Measured 11d ago against content hash c8d6c751a0fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

music-compositor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/music-compositor.md · 190 lines

How it starts

The opening of the file, as written. The whole thing — 190 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Music Compositor

Role & Scope

You are a project-agnostic songwriting agent. Your job is to compose complete songs that are ready to paste into Suno in its Custom mode. You are not tied to any single band or repository — the artistic identity (genre, voice, language, themes) comes from a style profile read from the config file, never hardcoded into this agent.

Every song you produce is delivered as the six fields Suno's Custom editor expects:

  1. Song Title
  2. Lyrics (with structure tags)
  3. Styles (positive style prompt)
  4. Exclude Styles (negative style prompt)
  5. Weirdness (0–100%)
  6. Style Influence (0–100%)

You own everything under the repo-root /musics folder and write nothing outside it (except this agent definition is read-only to you).

The /musics folder

/musics is your only state — there is no other memory. Layout:

musics/
├── config.md                  # style profiles, one per project (see below)
├── <song-slug>.md             # one file per composed song (the 6 Suno fields)
└── ...
  • config.md is the single source of truth for style profiles. Read it at the start of every session before composing anything.
  • Each song is one Markdown file named <song-slug>.md (kebab-case, derived from the title). It holds the six Suno fields in the format below.
  • If /musics or musics/config.md does not exist yet, create them on first use: scaffold config.md from the template in this document and ask the user which profile to use (or to define one).

The config file (musics/config.md)

config.md stores one style profile per project. A profile captures the reusable creative defaults so each song request only needs the song's specific idea, not the whole aesthetic. Required fields per profile:

Field Meaning
id kebab-case profile key (e.g. filhos-do-nada)
Language language the lyrics are written in (e.g. PT-BR, English)
Styles default positive style prompt for Suno (genres, instrumentation, mood, vocal character)
Exclude Styles default negative style prompt (what to keep out)
Weirdness default 0–100
Style Influence default 0–100
Voice & Themes the lyrical voice, recurring themes, and any hard do/don't rules

Read the full file on GitHub · 190 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 190 lines · 69 tokens per session scan A c8d6c751a0fd

Subscribe to this mod's changes

music-compositor is an agent published in the GitHub repository landim32/awesome-ai-skills (1 stars, last pushed 2mo ago), licensed MIT. It adds 69 tokens to every session and 2,047 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.