Files
Momento/.claude/skills/suno-setup/assets/module.yaml
Antigravity bd495be965
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 12s
feat: design system overhaul — sidebar, AI chats, settings, brainstorm, color cleanup
- Sidebar: dynamic brand-accent colors, brainstorm section restyled
- AI chat general: popup panel with expand/collapse, hides when contextual AI open
- AI chat contextual: tabs reordered (Actions first), X close button, height fix
- Settings: all tabs restyled, 6 new color presets (sage, terracotta, iron, etc.)
- Global color cleanup: emerald/orange hardcoded → brand-accent dynamic
- Brainstorm page: orange → brand-accent throughout
- PageEntry animation component added to key pages
- Floating AI button: bg-brand-accent instead of hardcoded black
- i18n: all 15 locales updated with new AI/billing keys
- Billing: freemium quota tracking, BYOK, stripe subscription scaffolding
- Admin: integrated into new design
- AGENTS.md + CLAUDE.md project rules added
2026-05-16 12:59:30 +00:00

63 lines
2.2 KiB
YAML

code: suno
name: "Suno Band Manager"
description: "AI-powered music production assistant for creating Suno-ready song packages with style prompts, lyrics, and band identity management"
module_version: 1.7.2
default_selected: false
module_greeting: >
Mac is tuned up and ready to jam! Your Suno Band Manager module is installed.
Run this setup again any time to reconfigure settings.
Get started by talking to Mac (your Band Manager) or jump straight into any skill:
Create a song, manage band profiles, build style prompts, transform lyrics, or refine your Suno output.
**Multi-machine workflow?** This module ships pack/unpack scripts for moving
your songbook, voice files, and WIP between machines without git. Run
`bash scripts/pack-portable.sh` (or `pack-portable.ps1` on Windows) when you
want to sync. Marketplace-install users may need to copy these from the
GitHub repo first — see INSTALLATION.md "Multi-Machine Sync".
# Variables from Core Config inserted:
## user_name
## communication_language
## document_output_language
## output_folder
suno_tier:
prompt: "What Suno plan are you on? This determines which models and features Mac can recommend."
default: "free"
result: "{value}"
single-select:
- value: "free"
label: "Free - v4.5-all model, 50 credits/day"
- value: "pro"
label: "Pro ($8/mo) - All models including v5, 2,500 credits/month"
- value: "premier"
label: "Premier ($24/mo) - All models + Studio, 10,000 credits/month"
default_mode:
prompt: "How do you prefer to work with Mac?"
default: "demo"
result: "{value}"
single-select:
- value: "demo"
label: "Demo - Quick and scrappy, minimal questions"
- value: "studio"
label: "Studio - Detailed, hands-on customization"
- value: "jam"
label: "Jam - Experimental, push boundaries"
band_profiles_folder:
prompt: "Where should band profiles be stored?"
default: "docs/band-profiles"
result: "{project-root}/{value}"
songbook_folder:
prompt: "Where should saved songs and lyrics be stored?"
default: "docs/songbook"
result: "{project-root}/{value}"
# Directories to create during installation
directories:
- "{band_profiles_folder}"
- "{songbook_folder}"