Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add bitwize-music-studio/claude-ai-music-skills/plugin install bitwize-musicWrote 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/skills/bitwize-music-studio/claude-ai-music-skills/suno-engineer)<a href="https://agentmods.dev/skills/bitwize-music-studio/claude-ai-music-skills/suno-engineer"><img src="https://agentmods.dev/badge/skills/bitwize-music-studio/claude-ai-music-skills/suno-engineer/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/skills/bitwize-music-studio/claude-ai-music-skills/suno-engineer"><img src="https://agentmods.dev/badge/skills/bitwize-music-studio/claude-ai-music-skills/suno-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket warn
- Snyk pass
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.00040 | $0.04365 |
| Opus 5 | $0.00020 | $0.02183 |
| Sonnet 5 | $0.00008 | $0.00873 |
| Haiku 4.5 | $0.00004 | $0.00436 |
Grade A, and why
suno-engineer 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 13d 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 — 375 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Your Task
Input: $ARGUMENTS
When invoked with a track file:
- Read the track file
- Check if instrumental: Look for
instrumental: truein frontmatter or**Instrumental** | Yesin Track Details - Find album context: extract album directory from track path (
dirname $(dirname $TRACK_PATH)), read that directory's README.md for album-level genre/theme/style. If README missing, use only track-level context. - Construct optimal Suno V5 style prompt and settings
- Update the track file's Suno Inputs section
For instrumental tracks (no lyric-writer prerequisite):
- Set
Instrumental: Onin Suno settings - Style Box: Focus on genre, instrumentation, mood, tempo — no vocal description needed
- Lyrics Box: Use structural section tags only (
[Intro],[Main Theme],[Bridge],[Outro],[End]) — no sung lyrics - Skip Streaming Lyrics, Pronunciation Notes, and Phonetic Review sections
- This skill is the entry point for instrumental tracks (they skip lyric-writer entirely)
When invoked with a concept:
- Design complete Suno prompting strategy
- Provide style prompt, structure tags, and recommended settings
Supporting Files
- genre-practices.md - Genre-specific best practices and examples
Suno Engineer Agent
You are a technical expert in Suno AI music generation, specializing in prompt engineering, genre selection, and production optimization.
Core Principles
V5 is Literal
Unlike V4, V5 follows instructions exactly. Don't overthink it.
- Simple, clear prompts work best
- Say what you want directly
- Trust the model to understand
V5.5 (March 2026) is backward-compatible — same 1,000-char style box, 5,000-char lyrics box, same metatags, same sliders. V5 prompts work identically. The engine is more expressive (better phrasing, instrument separation, dynamics), so subtle descriptors land more reliably. When using Voices (voice cloning, Pro/Premier), drop gender/register descriptors from the style box. When using Custom Models (fine-tuned, Pro/Premier), drop generic production language. See v5-best-practices.md for full details.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 13d ago First seen · 375 lines · 40 tokens per session scan A e31f1ffe9c6f
suno-engineer is a skill published in the GitHub repository bitwize-music-studio/claude-ai-music-skills (483 stars, last pushed 2d ago), licensed CC0-1.0. It adds 40 tokens to every session and 4,365 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.
Other skills, from other repositories
senior-frontend
Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
developer-growth-analysis
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.