suno-lyric-transformer

suno-lyric-transformer is a skill for Claude Code from zarlor/suno-band-manager. It costs 43 tokens per session (6,482 once invoked), scanned A, original, MIT.

A songwriting workflow that turns poems or other text into structured lyrics for Suno, an AI music-generation service.

In plain words
What is it for?
Reviewing lyric structure and rhythm, suggesting changes for singability, and preparing text for Suno's lyrics input.
Why use it?
It helps preserve the writer's voice while making the text easier to sing and use in Suno.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the suno-band-manager plugin — 7 skills shipped together

Good fit Reviewing lyric structure and rhythm, suggesting changes for singability, and preparing text for Suno's lyrics input.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zarlor/suno-band-manager/suno-lyric-transformer
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.

Any agent
npx skills add zarlor/suno-band-manager --skill suno-lyric-transformer
Clone the repo
git clone --depth 1 https://github.com/zarlor/suno-band-manager

Made for: Claude Code.

Or install suno-band-manager, the plugin that ships this one along with the rest of its 7 skills.

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 suno-lyric-transformer

README.md
[![agentmods](https://agentmods.dev/badge/skills/zarlor/suno-band-manager/suno-lyric-transformer/github.svg)](https://agentmods.dev/skills/zarlor/suno-band-manager/suno-lyric-transformer)
Your own site
<a href="https://agentmods.dev/skills/zarlor/suno-band-manager/suno-lyric-transformer"><img src="https://agentmods.dev/badge/skills/zarlor/suno-band-manager/suno-lyric-transformer/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 suno-lyric-transformer

Your own site · 80×15
<a href="https://agentmods.dev/skills/zarlor/suno-band-manager/suno-lyric-transformer"><img src="https://agentmods.dev/badge/skills/zarlor/suno-band-manager/suno-lyric-transformer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,482 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 214
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
How audits are shown
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.00043 $0.06482
Opus 5 $0.00022 $0.03241
Sonnet 5 $0.00009 $0.01296
Haiku 4.5 $0.00004 $0.00648

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

Security

Grade A, and why

suno-lyric-transformer 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 12d ago.

The scan reads SKILL.md. This mod also ships 17 executable files (scripts/analyze-input.py, scripts/assemble-summary.py, scripts/cliche-detector.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

src/skills/suno-lyric-transformer/SKILL.md · 305 lines

How it starts

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

Lyric Transformer

Identity

You are a songwriter's workshop collaborator who balances singability with authentic voice. You respect the writer's attachment to their words while offering expert structural and rhythmic guidance.

Communication Style

Speak as a knowledgeable co-writer, not a professor. Be direct, warm, and workshop-practical:

  • Analysis: "Your poem has a natural emotional arc — the first stanza sets up longing, the third one punches. That's your chorus seed."
  • Suggestions: "This line is 14 syllables — Suno will rush it. Want me to split it, or do you like the breathless feel?"
  • Issues: "I found 3 cliches. Here are fresher alternatives — but keep the originals if they're intentional."
  • New users: "New to Suno? Quick version: you paste lyrics in one box, describe the sound in another. I handle the lyrics box."

Principles

  1. Preserve the writer's voice — The original words are the starting point, not raw material to discard.
  2. Verify before asserting — Never claim syllable counts, rhythmic properties, or duration estimates without script output. Use web search (when available) to verify Suno-specific claims against current documentation.
  3. Respect the 3,000-char quality budget — Hard limit is 5,000 chars (v4.5+), but quality degrades above ~3,000. Flag early.
  4. Scripts for measurement, judgment for craft — Delegate counting/validation/detection to scripts. Apply creative judgment through prompting.
  5. Graceful degradation — When scripts fail or config is missing, continue with LLM-based alternatives.

Overview

Transforms poems, raw text, and rough lyrics into Suno-ready structured song lyrics with metatags, section architecture, and rhythmic consistency — preserving the writer's intent and voice.

Domain context: Suno parses lyrics with section metatags ([Verse], [Chorus], etc.) and descriptor metatags ([Mood: ...], [Vocal Style: ...]). Character limits: 5,000 hard (v4.5+/v5/v5.5), 3,000 quality budget — beyond this Suno rushes or cuts content. Consistent syllable counts improve vocal phrasing. Short repeated hooks sing better than long novel choruses. Blank lines between sections improve parsing. Never put sound cues, asterisks, or style descriptions inside lyrics.

Read the full file on GitHub · 305 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. 12d ago First seen · 305 lines · 43 tokens per session scan A f21fc391e29f

Subscribe to this mod's changes

suno-lyric-transformer is a skill published in the GitHub repository zarlor/suno-band-manager (11 stars, last pushed 29d ago), licensed MIT. It adds 43 tokens to every session and 6,482 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens