Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By apavanello
AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release
npx claudepluginhub apavanello/claude-ai-music-skills --plugin bitwize-musicProvides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or capabilities.
Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual artwork generation.
Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album concept.
Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of album progress.
Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea backlog.
Admin access level
Server config contains admin-level keywords
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,443 supported skills.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
AI music generation workflow for Suno. This plugin provides 53 skills that turn a conversation into a full album production pipeline — from concept development to release.
[!NOTE] This is a Hermes plugin port of the claude-ai-music-skills project. Original license: CC0 (Public Domain).
This plugin integrates with Hermes Agent by Nous Research using Markdown Skills and an MCP Server.
Hermes Agent auto-discovers skills in ~/.hermes/skills/. Symlink the skills from this repository to your Hermes directory:
mkdir -p ~/.hermes/skills/music
# Run from the root of this repository
ln -sf "$(pwd)/skills/"* ~/.hermes/skills/music/
The MCP server requires Python dependencies. Create a virtual environment and install dependencies using uv (recommended):
# Create unified venv
uv venv ~/.bitwize-music/venv
# Install dependencies
uv pip install --python ~/.bitwize-music/venv -r requirements.txt
# Install Playwright browser for document-hunter (optional)
~/.bitwize-music/venv/bin/playwright install chromium
Add the MCP server to Hermes Agent using the CLI:
hermes mcp add bitwize-music-mcp \
--command ~/.bitwize-music/venv/bin/python \
--args "$(pwd)/servers/bitwize-music-server/run.py"
(Type Y to enable all enquired tools when prompted)
Copy the example configuration to the tools directory:
cp config/config.example.yaml ~/.bitwize-music/config.yaml
Edit ~/.bitwize-music/config.yaml to configure your artist name and workspace directories.
Skills are automatically activated by the AI agent based on context. Each skill contains domain expertise for a specific part of the music production workflow.
| Skill | Description |
|---|---|
album-ideas | Track and manage album ideas |
promote-idea | Convert a Pending idea into a full album |
new-album | Create new album with directory structure |
album-conceptualizer | Album concepts and tracklist architecture |
lyric-writer | Write/review lyrics with professional prosody and rhyme craft |
suno-engineer | Technical Suno V5/V5.5 prompting and genre selection |
| Skill | Description |
|---|---|
researcher | Main research coordinator, fact-checking |
document-hunter | Automated document search/download |
researchers-legal | Court documents, indictments |
researchers-gov | DOJ/FBI/SEC releases |
researchers-tech | Project histories, changelogs |
researchers-journalism | Investigative articles |
researchers-security | Malware analysis, CVEs |
researchers-financial | SEC filings, market data |
researchers-historical | Archives, timelines |
researchers-biographical | Personal backgrounds |
researchers-primary-source | Tweets, blogs, forums |
researchers-verifier | Quality control, citation validation |
| Skill | Description |
|---|---|
lyric-reviewer | Pre-generation QC gate (14-point checklist) |
lyric-refiner | Post-writing multi-pass refinement |
pronunciation-specialist | Scan for pronunciation risks |
explicit-checker | Verify explicit content flags |
plagiarism-checker | Check lyrics for phrases matching existing songs |
voice-checker | Detect AI-written patterns in lyrics and prose |
pre-generation-check | Final pre-generation checkpoint (6 gates) |
validate-album | Validate album structure and paths |
| Skill | Description |
|---|---|
album-art-director | Visual concepts and AI art prompts |
mix-engineer | Audio polishing, fixing Suno artifacts |
mastering-engineer | Audio mastering guidance |
promo-director | Generate promo videos for social media |
promo-writer | Platform-specific social media copy |
promo-reviewer | Review and quality-check promo content |
cloud-uploader | Upload promo videos to Cloudflare R2 or AWS S3 |
sheet-music-publisher | Convert audio to sheet music |
release-director | Release coordination and distribution |