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.
git clone --depth 1 https://github.com/landim32/awesome-ai-skillsWrote 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.
[](https://agentmods.dev/agents/landim32/awesome-ai-skills/music-compositor)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
- Song Title
- Lyrics (with structure tags)
- Styles (positive style prompt)
- Exclude Styles (negative style prompt)
- Weirdness (0–100%)
- 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.mdis 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
/musicsormusics/config.mddoes not exist yet, create them on first use: scaffoldconfig.mdfrom 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 |
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.
- 11d ago First seen · 190 lines · 69 tokens per session scan A c8d6c751a0fd
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.
Other agents, from other repositories
novel-pacer
A pacing editor for long-form fiction who studies where readers feel excitement, emotion, tension, or fatigue.
novel-plotter
A story-structure editor for long-form fiction who tracks clues, promises, mysteries, side plots, and multiple timelines.
svg-maker
Creates clean standalone SVG illustrations (spatial layouts, annotated figures, concept maps with precise positioning, simple scenes) and saves them into the Obsidian vault. Give it a concept, the exact output path, and any constraints.
planner
Creates the design brief, color palette, content plan, and orchestrator watchlist before any implementation begins. Always the first agent spawned.
scene-designer
Plans scene structure, timing, and visual hierarchy. Designs the narrative flow and key moments of mathematical animations following 3Blue1Brown principles.
forge-modeler
Headless 3D geometry specialist for the Forge suite. Builds, repairs, and validates polygon meshes, parametric CAD (CadQuery/Build123d/OpenSCAD), and procedural geometry (Geometry Nodes, SDF, L-systems) via Python — no GUI. Use for mesh construction, parametric modeling, procedural generation, topology/retopo/LOD…