[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-mix-engineer-en":3,"guides-for-bitwize-music-studio-mix-engineer":1008,"similar-k17cd65f5v1j2r6rkcqbj8xp1d86mq8q-en":1009},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":227,"parentExtension":249,"providers":309,"relations":313,"repo":314,"tags":1006,"workflow":1007},1778683100520.3013,"k17cd65f5v1j2r6rkcqbj8xp1d86mq8q",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Polishes raw Suno audio by processing per-stem WAVs (vocals, backing_vocals, drums, bass, guitar, keyboard, strings, brass, woodwinds, percussion, synth, other) with targeted cleanup, EQ, and compression, then remixing into a polished stereo WAV ready for mastering. Use after audio import and before mastering.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","mix-engineer","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":242},1778683556657.868,"kn720vyztxzxe30ztpxte7p38h86nhxx","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,64,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of polishing raw Suno audio and identifies the specific user intent of preparing it for mastering.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a specialized audio processing pipeline for AI-generated music stems, going beyond basic cleanup to include EQ, compression, and remixing with genre-specific nuances, which is a significant value over generic audio tools.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension fully covers the lifecycle of polishing audio, from analysis to processing and handing off to mastering, with clear instructions and necessary tools available via MCP.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on the audio mix polishing and preparation for mastering, maintaining a clear and well-defined scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately and concisely reflects the extension's capabilities and purpose, detailing the process and when to use it.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The MCP tools used by the skill, such as `polish_audio` and `analyze_mix_issues`, are specific to audio processing and mix engineering, avoiding generalist commands.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed explanations of tool parameters, genre-specific settings, and path resolution, with clear examples.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The MCP tool names (`polish_audio`, `analyze_mix_issues`, `polish_album`) are descriptive and clearly indicate their function within the audio domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tools appear to accept specific parameters like `album_slug` and `genre`, and return structured results indicating a focused I/O.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under CC0-1.0, a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on 2026-05-12, indicating recent maintenance within the last 90 days.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","Dependencies like `noisereduce`, `scipy`, and `numpy` are listed in the SKILL.md requirements and are standard Python libraries, likely managed via pip.",{"category":65,"check":66,"severity":67,"summary":68},"Security","Secret Management","not_applicable","The skill does not appear to handle or require any secrets or sensitive credentials.",{"category":65,"check":70,"severity":24,"summary":71},"Injection","The skill operates on audio files within a defined directory structure and uses specific MCP tools, avoiding the loading or execution of untrusted external content.",{"category":65,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled Python libraries and internal MCP tools, with no runtime downloads or execution of external scripts.",{"category":65,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill processes audio files within designated project directories and uses MCP tools, adhering to sandbox isolation principles.",{"category":65,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied calls were observed in the provided skill description and workflow.",{"category":65,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's documented operations involve local audio file processing and do not include instructions for submitting confidential data to third parties.",{"category":65,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled markdown files and script descriptions appear to be free of hidden text tricks or obfuscation.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's operations are described as using Python scripts and MCP tools, with no indication of obfuscated or base64-encoded code execution.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill clearly defines expected path structures for audio files via MCP and provides fallback mechanisms, avoiding brittle assumptions.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 14 issues opened and 109 closed in the last 90 days, the closure rate is high (approximately 88%), indicating active maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The README indicates active development on the 'develop' branch and stable releases on 'main', with a version badge showing the latest release.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The skill relies on Python libraries and MCP tools which typically include robust input validation and sanitization for audio processing.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill primarily writes to a 'polished/' subdirectory and does not perform destructive operations like deletion or modification of original files without explicit user action or clear staging.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The SKILL.md outlines clear error messages for various failure modes, such as 'No audio files found,' and describes recovery steps.",{"category":111,"check":115,"severity":24,"summary":116},"Logging","The workflow describes saving output to a 'polished/' subdirectory and implies clear reporting of outcomes, consistent with audit logging principles.",{"category":118,"check":119,"severity":67,"summary":120},"Compliance","GDPR","The skill processes audio files and does not appear to handle personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates on audio files and technical parameters, with no regional or jurisdictional limitations detected.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill specifies Python 3.10+ as a requirement and relies on standard libraries and MCP tools, ensuring cross-platform compatibility on Linux/macOS (via WSL for Windows).",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the project's purpose, architecture, installation, and goals.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill utilizes a few core MCP tools (`polish_audio`, `analyze_mix_issues`, `polish_album`) which is a well-scoped surface area.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The MCP tools used (`polish_audio`, `analyze_mix_issues`, `polish_album`) have distinct functions and do not appear to overlap in functionality.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as per-stem processing and genre-specific presets, are directly supported by the documented MCP tools and SKILL.md instructions.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear, copy-pasteable installation commands for the plugin and a setup command (`/bitwize-music:setup`) for environment detection and dependency installation.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md details specific error messages for common failures (e.g., 'No audio files found') and suggests remediation steps.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","Python dependencies are listed with required versions (3.10+), and while specific library versions aren't pinned in the SKILL.md, standard package management practices would apply.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","The `polish_audio` tool supports a `dry_run=true` parameter to preview processing without modifying files.",{"category":154,"check":155,"severity":67,"summary":156},"Protocol","Idempotent retry & timeouts","The skill focuses on local file processing and does not involve remote calls or state-changing operations that would require idempotency or timeouts in the typical sense.",{"category":118,"check":158,"severity":67,"summary":159},"Telemetry opt-in","The skill does not appear to emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the task (polish raw audio stems), the artifact (WAV files), the intent (prepare for mastering), and the context (after import, before mastering).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is dense and effectively summarizes the core capability and arguments within a reasonable character count.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured with clear sections and references external files for deeper material, keeping the main body concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md references `mix-presets.md` for detailed genre-specific settings, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":67,"summary":175},"Forked exploration","The skill is not an exploration or audit-style skill; it performs a specific processing task.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear examples for using the `polish_audio` and `polish_album` tools, including dry-run scenarios and chaining with mastering.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents failure modes like missing audio files and clarifies the fallback behavior for full-mix processing when stems are unavailable.",{"category":111,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill explicitly documents fallback behavior for full-mix processing when stems are unavailable, ensuring functionality even with incomplete input.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill includes checks for the existence of audio files and subdirectories, halting with clear messages if prerequisites are not met.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and clearly defines its role, referencing the `mastering-engineer` skill as a subsequent step rather than implicitly relying on it.",1778683554365,"This skill polishes raw audio stems from AI music generation platforms like Suno by applying targeted cleanup, EQ, and compression, then remixing them into a polished stereo WAV file. It handles stem detection, noise reduction, frequency balancing, and provides genre-specific presets, with a clear workflow for preparing audio before mastering.",[195,196,197,198,199,200],"Per-stem audio processing (vocals, drums, bass, etc.)","Targeted cleanup, EQ, and compression","Genre-specific processing presets","Automatic detection of stems vs. full mix","Remixes processed stems into a polished stereo WAV","Prepares audio for a mastering engineer workflow",[202,203,204,205],"Creative music generation or production.","Loudness normalization or final mastering.","Modifying original audio files.","Lyric writing or performance analysis.","3.0.0","4.4.0","To refine and enhance the quality of AI-generated music audio, making it production-ready for mastering engineers and saving users time on tedious audio cleanup tasks.","All checks passed with high severity, demonstrating excellent documentation, utility, and maintenance, leading to a verified tier.",100,"A highly polished and well-documented skill for preparing AI-generated music audio for mastering.",[213,214,215,216,217],"audio","music-production","suno","mastering","audio-engineering","global","verified",[221,222,223,224],"Use after importing raw Suno audio stems to prepare them for mastering.","Use to clean up noise, muddiness, or harshness in AI-generated music.","Use to apply consistent audio polish across an album's tracks.","Use to understand genre-specific audio characteristics and processing needs.",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":239,"testCoverage":241},{"hasLockfile":227},false,1778683531084,{"descriptionLength":230,"readmeSize":231},311,9335,{"closedIssues90d":233,"forks":234,"hasChangelog":235,"openIssues90d":236,"pushedAt":237,"stars":238},109,30,true,14,1778616491000,174,{"hasNpmPackage":227,"license":240,"smitheryVerified":227},"CC0-1.0",{"hasCi":235,"hasTests":235},{"updatedAt":243},1778683556657,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/mix-engineer","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":258,"parentExtension":261,"providers":291,"relations":305,"tags":306,"workflow":307},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":254,"installMethods":255,"name":257,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":256},"bitwize-music","Claude AI Music Skills",{"basePath":259,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":260},"","plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":268,"providers":270,"relations":285,"tags":287,"workflow":288},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":266,"installMethods":267,"name":256,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":259,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":269},"marketplace",{"evaluate":271,"extract":279},{"promptVersionExtension":272,"promptVersionScoring":207,"score":273,"tags":274,"targetMarket":218,"tier":219},"3.1.0",96,[214,215,275,276,277,278],"ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":256,"pluginCount":282},1,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[275,277,214,278,215,276],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778683122195,1778683100520,{"evaluate":292,"extract":302},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":293,"targetMarket":218,"tier":219},[294,295,215,296,297,298,216,299,300,301],"music-generation","ai","audio-production","workflow","lyrics","cli","python","claude-code",{"commitSha":280,"license":240,"plugin":303},{"mcpCount":8,"provider":284,"skillCount":304},54,{"parentExtensionId":263,"repoId":286},[295,296,301,299,298,216,294,300,215,297],{"evaluatedAt":308,"extractAt":290,"updatedAt":308},1778683131031,{"evaluate":310,"extract":312},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":311,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":280},{"parentExtensionId":251,"repoId":286},{"_creationTime":315,"_id":286,"identity":316,"providers":317,"workflow":1002},1778683093832.8552,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":318,"discover":983,"github":986},{"commitSha":280,"extensions":319},[320,333,464,475,489,498,506,516,526,534,544,554,562,570,578,588,596,604,612,620,630,644,654,661,669,677,685,693,705,715,725,733,743,753,761,775,785,795,805,815,825,835,845,855,865,879,887,895,903,921,929,939,949,959,967,975],{"basePath":259,"displayName":256,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":269},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":259,"description":254,"displayName":256,"installMethods":334,"license":240,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":260},{"claudeCode":256},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,341,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":330,"priority":331},{"path":342,"priority":343},"skills/about/SKILL.md","medium",{"path":345,"priority":343},"skills/album-art-director/SKILL.md",{"path":347,"priority":343},"skills/album-conceptualizer/SKILL.md",{"path":349,"priority":343},"skills/album-dashboard/SKILL.md",{"path":351,"priority":343},"skills/album-ideas/SKILL.md",{"path":353,"priority":343},"skills/clipboard/SKILL.md",{"path":355,"priority":343},"skills/cloud-uploader/SKILL.md",{"path":357,"priority":343},"skills/configure/SKILL.md",{"path":359,"priority":343},"skills/document-hunter/SKILL.md",{"path":361,"priority":343},"skills/explicit-checker/SKILL.md",{"path":363,"priority":343},"skills/genre-creator/SKILL.md",{"path":365,"priority":343},"skills/health-check/SKILL.md",{"path":367,"priority":343},"skills/help/SKILL.md",{"path":369,"priority":343},"skills/import-art/SKILL.md",{"path":371,"priority":343},"skills/import-audio/SKILL.md",{"path":373,"priority":343},"skills/import-track/SKILL.md",{"path":375,"priority":343},"skills/lyric-refiner/SKILL.md",{"path":377,"priority":343},"skills/lyric-reviewer/SKILL.md",{"path":379,"priority":343},"skills/lyric-writer/SKILL.md",{"path":381,"priority":343},"skills/mastering-engineer/SKILL.md",{"path":383,"priority":343},"skills/mix-engineer/SKILL.md",{"path":385,"priority":343},"skills/new-album/SKILL.md",{"path":387,"priority":343},"skills/next-step/SKILL.md",{"path":389,"priority":343},"skills/plagiarism-checker/SKILL.md",{"path":391,"priority":343},"skills/pre-generation-check/SKILL.md",{"path":393,"priority":343},"skills/promo-director/SKILL.md",{"path":395,"priority":343},"skills/promo-reviewer/SKILL.md",{"path":397,"priority":343},"skills/promo-writer/SKILL.md",{"path":399,"priority":343},"skills/promote-idea/SKILL.md",{"path":401,"priority":343},"skills/pronunciation-specialist/SKILL.md",{"path":403,"priority":343},"skills/release-director/SKILL.md",{"path":405,"priority":343},"skills/rename/SKILL.md",{"path":407,"priority":343},"skills/researcher/SKILL.md",{"path":409,"priority":343},"skills/researchers-biographical/SKILL.md",{"path":411,"priority":343},"skills/researchers-financial/SKILL.md",{"path":413,"priority":343},"skills/researchers-gov/SKILL.md",{"path":415,"priority":343},"skills/researchers-historical/SKILL.md",{"path":417,"priority":343},"skills/researchers-journalism/SKILL.md",{"path":419,"priority":343},"skills/researchers-legal/SKILL.md",{"path":421,"priority":343},"skills/researchers-primary-source/SKILL.md",{"path":423,"priority":343},"skills/researchers-security/SKILL.md",{"path":425,"priority":343},"skills/researchers-tech/SKILL.md",{"path":427,"priority":343},"skills/researchers-verifier/SKILL.md",{"path":429,"priority":343},"skills/resume/SKILL.md",{"path":431,"priority":343},"skills/session-start/SKILL.md",{"path":433,"priority":343},"skills/setup/SKILL.md",{"path":435,"priority":343},"skills/sheet-music-publisher/SKILL.md",{"path":437,"priority":343},"skills/skill-model-updater/SKILL.md",{"path":439,"priority":343},"skills/suno-engineer/SKILL.md",{"path":441,"priority":343},"skills/test/SKILL.md",{"path":443,"priority":343},"skills/tutorial/SKILL.md",{"path":445,"priority":343},"skills/validate-album/SKILL.md",{"path":447,"priority":343},"skills/verify-sources/SKILL.md",{"path":449,"priority":343},"skills/voice-checker/SKILL.md",{"path":451,"priority":326},".mcp.json",{"path":453,"priority":331},"hooks/README.md",{"path":455,"priority":331},"hooks/check_version_sync.py",{"path":457,"priority":331},"hooks/hooks.json",{"path":459,"priority":331},"hooks/install.sh",{"path":461,"priority":331},"hooks/pre-commit",{"path":463,"priority":331},"hooks/validate_track.py",{"basePath":465,"description":466,"displayName":467,"installMethods":468,"rationale":469,"selectedPaths":470,"source":332,"sourceLanguage":18,"type":248},"skills/about","Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or capabilities.","about",{"claudeCode":12},"SKILL.md frontmatter at skills/about/SKILL.md",[471,473],{"path":472,"priority":326},"SKILL.md",{"path":474,"priority":343},"PROJECT_HISTORY.md",{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":332,"sourceLanguage":18,"type":248},"skills/album-art-director","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.","album-art-director",{"claudeCode":12},"SKILL.md frontmatter at skills/album-art-director/SKILL.md",[482,483,485,487],{"path":472,"priority":326},{"path":484,"priority":343},"album-types.md",{"path":486,"priority":343},"prompt-examples.md",{"path":488,"priority":343},"visual-styles.md",{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":332,"sourceLanguage":18,"type":248},"skills/album-conceptualizer","Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album concept.","album-conceptualizer",{"claudeCode":12},"SKILL.md frontmatter at skills/album-conceptualizer/SKILL.md",[496,497],{"path":472,"priority":326},{"path":484,"priority":343},{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":332,"sourceLanguage":18,"type":248},"skills/album-dashboard","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.","album-dashboard",{"claudeCode":12},"SKILL.md frontmatter at skills/album-dashboard/SKILL.md",[505],{"path":472,"priority":326},{"basePath":507,"description":508,"displayName":509,"installMethods":510,"rationale":511,"selectedPaths":512,"source":332,"sourceLanguage":18,"type":248},"skills/album-ideas","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.","album-ideas",{"claudeCode":12},"SKILL.md frontmatter at skills/album-ideas/SKILL.md",[513,514],{"path":472,"priority":326},{"path":515,"priority":343},"STATUS_VALUES.md",{"basePath":517,"description":518,"displayName":519,"installMethods":520,"rationale":521,"selectedPaths":522,"source":332,"sourceLanguage":18,"type":248},"skills/clipboard","Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or other external tools.","clipboard",{"claudeCode":12},"SKILL.md frontmatter at skills/clipboard/SKILL.md",[523,524],{"path":472,"priority":326},{"path":525,"priority":343},"USAGE_EXAMPLES.md",{"basePath":527,"description":528,"displayName":529,"installMethods":530,"rationale":531,"selectedPaths":532,"source":332,"sourceLanguage":18,"type":248},"skills/cloud-uploader","Uploads promo videos and content to Cloudflare R2 or AWS S3. Use when the user wants to host promo content for social media or distribution.","cloud-uploader",{"claudeCode":12},"SKILL.md frontmatter at skills/cloud-uploader/SKILL.md",[533],{"path":472,"priority":326},{"basePath":535,"description":536,"displayName":537,"installMethods":538,"rationale":539,"selectedPaths":540,"source":332,"sourceLanguage":18,"type":248},"skills/configure","Sets up or edits the plugin configuration file interactively. Use on first-time setup, when config is missing, or when the user wants to change settings.","configure",{"claudeCode":12},"SKILL.md frontmatter at skills/configure/SKILL.md",[541,542],{"path":472,"priority":326},{"path":543,"priority":343},"SETTINGS_REFERENCE.md",{"basePath":545,"description":546,"displayName":547,"installMethods":548,"rationale":549,"selectedPaths":550,"source":332,"sourceLanguage":18,"type":248},"skills/document-hunter","Searches and retrieves documents from free public sources using automated browser navigation. Use when research needs primary source documents like court filings, government reports, or public records.","document-hunter",{"claudeCode":12},"SKILL.md frontmatter at skills/document-hunter/SKILL.md",[551,552],{"path":472,"priority":326},{"path":553,"priority":343},"site-patterns.md",{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":332,"sourceLanguage":18,"type":248},"skills/explicit-checker","Scans lyrics for explicit content and verifies that explicit flags match actual content. Use before Suno generation or release to ensure accurate content ratings.","explicit-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/explicit-checker/SKILL.md",[561],{"path":472,"priority":326},{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":332,"sourceLanguage":18,"type":248},"skills/genre-creator","Create new genre documentation files for the bitwize-music genre library. Use when the user wants to add a genre, says \"/genre-creator\", \"neues Genre erstellen\", \"Genre hinzufuegen\", \"add genre\", or asks to create genre documentation. Takes a genre name as argument.","genre-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/genre-creator/SKILL.md",[569],{"path":472,"priority":326},{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":332,"sourceLanguage":18,"type":248},"skills/health-check","Runs plugin health checks (venv packages and skill registration). Use when the user asks to check plugin health, verify setup, or troubleshoot missing skills.","health-check",{"claudeCode":12},"SKILL.md frontmatter at skills/health-check/SKILL.md",[577],{"path":472,"priority":326},{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":332,"sourceLanguage":18,"type":248},"skills/help","Shows available skills, common workflows, and quick reference for the plugin. Use when the user asks for help, what skills are available, or how to do something.","help",{"claudeCode":12},"SKILL.md frontmatter at skills/help/SKILL.md",[585,586],{"path":472,"priority":326},{"path":587,"priority":343},"SKILL_GLOSSARY.md",{"basePath":589,"description":590,"displayName":591,"installMethods":592,"rationale":593,"selectedPaths":594,"source":332,"sourceLanguage":18,"type":248},"skills/import-art","Places album art files in the correct audio and content directory locations. Use when the user has generated or downloaded album artwork that needs to be saved.","import-art",{"claudeCode":12},"SKILL.md frontmatter at skills/import-art/SKILL.md",[595],{"path":472,"priority":326},{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":332,"sourceLanguage":18,"type":248},"skills/import-audio","Moves audio files to the correct album location with proper path structure. Use when the user has downloaded WAV files from Suno or other sources that need to be organized.","import-audio",{"claudeCode":12},"SKILL.md frontmatter at skills/import-audio/SKILL.md",[603],{"path":472,"priority":326},{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":332,"sourceLanguage":18,"type":248},"skills/import-track","Moves track markdown files to the correct album location. Use when the user has track files in Downloads or other locations that need to be placed in an album.","import-track",{"claudeCode":12},"SKILL.md frontmatter at skills/import-track/SKILL.md",[611],{"path":472,"priority":326},{"basePath":613,"description":614,"displayName":615,"installMethods":616,"rationale":617,"selectedPaths":618,"source":332,"sourceLanguage":18,"type":248},"skills/lyric-refiner","Autonomous multi-pass lyric refinement for tightening, cohesion, and album unity. Use after lyrics are written to polish a track or entire album through iterative passes.","lyric-refiner",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-refiner/SKILL.md",[619],{"path":472,"priority":326},{"basePath":621,"description":622,"displayName":623,"installMethods":624,"rationale":625,"selectedPaths":626,"source":332,"sourceLanguage":18,"type":248},"skills/lyric-reviewer","Reviews lyrics against a quality checklist before Suno generation. Use before generating tracks to catch rhyme, prosody, pronunciation, and structural issues.","lyric-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-reviewer/SKILL.md",[627,628],{"path":472,"priority":326},{"path":629,"priority":343},"checklist-reference.md",{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":332,"sourceLanguage":18,"type":248},"skills/lyric-writer","Writes or reviews lyrics with professional prosody, rhyme craft, and quality checks. Use when writing new lyrics, revising existing lyrics, or when the user says 'let's work on a track.'","lyric-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-writer/SKILL.md",[637,638,640,642],{"path":472,"priority":326},{"path":639,"priority":343},"craft-reference.md",{"path":641,"priority":343},"documentary-standards.md",{"path":643,"priority":343},"examples.md",{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":332,"sourceLanguage":18,"type":248},"skills/mastering-engineer","Guides audio mastering for streaming platforms including loudness optimization and tonal balance. Use when the user has approved tracks and wants to master audio files.","mastering-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/mastering-engineer/SKILL.md",[651,652],{"path":472,"priority":326},{"path":653,"priority":343},"genre-presets.md",{"basePath":245,"description":10,"displayName":13,"installMethods":655,"rationale":656,"selectedPaths":657,"source":332,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/mix-engineer/SKILL.md",[658,659],{"path":472,"priority":326},{"path":660,"priority":343},"mix-presets.md",{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":332,"sourceLanguage":18,"type":248},"skills/new-album","Creates a new album with the correct directory structure and templates. Use IMMEDIATELY when the user says 'make a new album' or similar, before any discussion.","new-album",{"claudeCode":12},"SKILL.md frontmatter at skills/new-album/SKILL.md",[668],{"path":472,"priority":326},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":332,"sourceLanguage":18,"type":248},"skills/next-step","Analyzes album state and recommends the optimal next action. Use when the user asks \"what should I do next?\" or \"what's left to do?\"","next-step",{"claudeCode":12},"SKILL.md frontmatter at skills/next-step/SKILL.md",[676],{"path":472,"priority":326},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":332,"sourceLanguage":18,"type":248},"skills/plagiarism-checker","Scans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing.","plagiarism-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/plagiarism-checker/SKILL.md",[684],{"path":472,"priority":326},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":332,"sourceLanguage":18,"type":248},"skills/pre-generation-check","Validates all pre-generation gates before sending tracks to Suno. Checks sources verified, lyrics reviewed, pronunciation resolved, explicit flag set, style prompt complete, and artist names cleared. Use before generating tracks on Suno or when the user says \"pre-gen check\" or \"ready to generate\".","pre-generation-check",{"claudeCode":12},"SKILL.md frontmatter at skills/pre-generation-check/SKILL.md",[692],{"path":472,"priority":326},{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":332,"sourceLanguage":18,"type":248},"skills/promo-director","Generates 15-second vertical promo videos for social media from mastered audio. Use after mastering is complete and before release, when the user wants social media content.","promo-director",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-director/SKILL.md",[700,701,703],{"path":472,"priority":326},{"path":702,"priority":343},"technical-reference.md",{"path":704,"priority":343},"visualization-guide.md",{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":332,"sourceLanguage":18,"type":248},"skills/promo-reviewer","Reviews and iterates on social media copy in album promo/ files. Use after populating promo templates and before release to polish platform-specific posts.","promo-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-reviewer/SKILL.md",[712,713],{"path":472,"priority":326},{"path":714,"priority":343},"platform-rules.md",{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":332,"sourceLanguage":18,"type":248},"skills/promo-writer","Generates platform-specific social media copy from album themes, track concepts, and lyrics. Use when promo/ templates need to be populated before release.","promo-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-writer/SKILL.md",[722,723],{"path":472,"priority":326},{"path":724,"priority":343},"copy-formulas.md",{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":332,"sourceLanguage":18,"type":248},"skills/promote-idea","Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says \"promote [idea title]\", \"turn idea into album\", or \"start working on [idea]\".","promote-idea",{"claudeCode":12},"SKILL.md frontmatter at skills/promote-idea/SKILL.md",[732],{"path":472,"priority":326},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":332,"sourceLanguage":18,"type":248},"skills/pronunciation-specialist","Scans lyrics for pronunciation risks and prevents Suno mispronunciations. Use when writing lyrics with proper nouns, technical terms, homographs, or non-English words.","pronunciation-specialist",{"claudeCode":12},"SKILL.md frontmatter at skills/pronunciation-specialist/SKILL.md",[740,741],{"path":472,"priority":326},{"path":742,"priority":343},"word-lists.md",{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":332,"sourceLanguage":18,"type":248},"skills/release-director","Coordinates album release including QA, distribution prep, and platform uploads. Use when mastering and album art are complete and the user is ready to release.","release-director",{"claudeCode":12},"SKILL.md frontmatter at skills/release-director/SKILL.md",[750,751],{"path":472,"priority":326},{"path":752,"priority":343},"platform-guides.md",{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":332,"sourceLanguage":18,"type":248},"skills/rename","Renames an album or track, updating slugs, titles, and all mirrored paths. Use when the user wants to rename an album or track.","rename",{"claudeCode":12},"SKILL.md frontmatter at skills/rename/SKILL.md",[760],{"path":472,"priority":326},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":332,"sourceLanguage":18,"type":248},"skills/researcher","Conducts investigative-grade research with primary source analysis, cross-verification, and trial-level depth. Use when an album needs factual research, source material, or verification of claims.","researcher",{"claudeCode":12},"SKILL.md frontmatter at skills/researcher/SKILL.md",[768,769,771,773],{"path":472,"priority":326},{"path":770,"priority":343},"free-sources.md",{"path":772,"priority":343},"source-standards.md",{"path":774,"priority":343},"templates.md",{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":332,"sourceLanguage":18,"type":248},"skills/researchers-biographical","Researches personal backgrounds, interviews, motivations, and humanizing details. Use when research needs biographical context about people involved in the album's subject.","researchers-biographical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-biographical/SKILL.md",[782,783],{"path":472,"priority":326},{"path":784,"priority":343},"INTERVIEW_SOURCES.md",{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":332,"sourceLanguage":18,"type":248},"skills/researchers-financial","Researches SEC filings, earnings calls, analyst reports, and market data. Use when the album subject involves financial crimes, corporate stories, or market events.","researchers-financial",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-financial/SKILL.md",[792,793],{"path":472,"priority":326},{"path":794,"priority":343},"SEC_FILING_GUIDE.md",{"basePath":796,"description":797,"displayName":798,"installMethods":799,"rationale":800,"selectedPaths":801,"source":332,"sourceLanguage":18,"type":248},"skills/researchers-gov","Researches DOJ/FBI/SEC press releases, agency statements, and government sources. Use when research needs official government records or agency documentation.","researchers-gov",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-gov/SKILL.md",[802,803],{"path":472,"priority":326},{"path":804,"priority":343},"AGENCY_SOURCES.md",{"basePath":806,"description":807,"displayName":808,"installMethods":809,"rationale":810,"selectedPaths":811,"source":332,"sourceLanguage":18,"type":248},"skills/researchers-historical","Researches archives, contemporary accounts, and timeline reconstruction. Use when the album subject involves historical events that need primary source verification.","researchers-historical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-historical/SKILL.md",[812,813],{"path":472,"priority":326},{"path":814,"priority":343},"ARCHIVE_SOURCES.md",{"basePath":816,"description":817,"displayName":818,"installMethods":819,"rationale":820,"selectedPaths":821,"source":332,"sourceLanguage":18,"type":248},"skills/researchers-journalism","Researches investigative articles, interviews, and news coverage. Use when research needs journalistic sources for cross-referencing or additional context.","researchers-journalism",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-journalism/SKILL.md",[822,823],{"path":472,"priority":326},{"path":824,"priority":343},"SOURCE_EXTRACTION.md",{"basePath":826,"description":827,"displayName":828,"installMethods":829,"rationale":830,"selectedPaths":831,"source":332,"sourceLanguage":18,"type":248},"skills/researchers-legal","Researches court documents, indictments, plea agreements, and sentencing records. Use when the album subject involves legal proceedings or criminal cases.","researchers-legal",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-legal/SKILL.md",[832,833],{"path":472,"priority":326},{"path":834,"priority":343},"DISCOVERY_GUIDE.md",{"basePath":836,"description":837,"displayName":838,"installMethods":839,"rationale":840,"selectedPaths":841,"source":332,"sourceLanguage":18,"type":248},"skills/researchers-primary-source","Researches the subject's own words from tweets, blogs, forums, and chat logs. Use when research needs direct quotes or first-person accounts.","researchers-primary-source",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-primary-source/SKILL.md",[842,843],{"path":472,"priority":326},{"path":844,"priority":343},"DIRECT_SOURCES.md",{"basePath":846,"description":847,"displayName":848,"installMethods":849,"rationale":850,"selectedPaths":851,"source":332,"sourceLanguage":18,"type":248},"skills/researchers-security","Researches malware analysis, CVEs, attribution reports, and hacker community sources. Use when the album subject involves cybersecurity incidents or threat actors.","researchers-security",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-security/SKILL.md",[852,853],{"path":472,"priority":326},{"path":854,"priority":343},"CVE_RESEARCH.md",{"basePath":856,"description":857,"displayName":858,"installMethods":859,"rationale":860,"selectedPaths":861,"source":332,"sourceLanguage":18,"type":248},"skills/researchers-tech","Researches project histories, changelogs, developer interviews, and open source documentation. Use when the album subject involves technology projects or developer stories.","researchers-tech",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-tech/SKILL.md",[862,863],{"path":472,"priority":326},{"path":864,"priority":343},"PROJECT_RESEARCH.md",{"basePath":866,"description":867,"displayName":868,"installMethods":869,"rationale":870,"selectedPaths":871,"source":332,"sourceLanguage":18,"type":248},"skills/researchers-verifier","Performs quality control, citation validation, and fact-checking before human review. Use after research is complete to verify all sources and claims before production.","researchers-verifier",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-verifier/SKILL.md",[872,873,875,877],{"path":472,"priority":326},{"path":874,"priority":343},"VERIFICATION_CHECKLIST.md",{"path":876,"priority":343},"checklists.md",{"path":878,"priority":343},"patterns.md",{"basePath":880,"description":881,"displayName":882,"installMethods":883,"rationale":884,"selectedPaths":885,"source":332,"sourceLanguage":18,"type":248},"skills/resume","Finds an album by name and shows detailed status with next steps. Use when the user mentions an album name or wants to continue previous work.","resume",{"claudeCode":12},"SKILL.md frontmatter at skills/resume/SKILL.md",[886],{"path":472,"priority":326},{"basePath":888,"description":889,"displayName":890,"installMethods":891,"rationale":892,"selectedPaths":893,"source":332,"sourceLanguage":18,"type":248},"skills/session-start","Runs the session startup procedure - verifies setup, loads config and state, checks skill models, and reports project status. Use at the beginning of a fresh session.","session-start",{"claudeCode":12},"SKILL.md frontmatter at skills/session-start/SKILL.md",[894],{"path":472,"priority":326},{"basePath":896,"description":897,"displayName":898,"installMethods":899,"rationale":900,"selectedPaths":901,"source":332,"sourceLanguage":18,"type":248},"skills/setup","Detects your Python environment and guides you through installing plugin dependencies. Use on first-time setup or when MCP server fails to start.","setup",{"claudeCode":12},"SKILL.md frontmatter at skills/setup/SKILL.md",[902],{"path":472,"priority":326},{"basePath":904,"description":905,"displayName":906,"installMethods":907,"rationale":908,"selectedPaths":909,"source":332,"sourceLanguage":18,"type":248},"skills/sheet-music-publisher","Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.","sheet-music-publisher",{"claudeCode":12},"SKILL.md frontmatter at skills/sheet-music-publisher/SKILL.md",[910,911,913,915,917,919],{"path":472,"priority":326},{"path":912,"priority":343},"REQUIREMENTS.md",{"path":914,"priority":343},"anthemscore-reference.md",{"path":916,"priority":343},"musescore-reference.md",{"path":918,"priority":343},"publishing-guide.md",{"path":920,"priority":343},"workflow-detail.md",{"basePath":922,"description":923,"displayName":924,"installMethods":925,"rationale":926,"selectedPaths":927,"source":332,"sourceLanguage":18,"type":248},"skills/skill-model-updater","Updates model references across all skill files when new Claude models are released. Use when Anthropic releases new Claude models to keep skills current.","skill-model-updater",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-model-updater/SKILL.md",[928],{"path":472,"priority":326},{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":332,"sourceLanguage":18,"type":248},"skills/suno-engineer","Constructs technical Suno V5/V5.5 style prompts, selects genres, and optimizes generation settings. Use when creating or refining Suno prompts for track generation.","suno-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/suno-engineer/SKILL.md",[936,937],{"path":472,"priority":326},{"path":938,"priority":343},"genre-practices.md",{"basePath":940,"description":941,"displayName":942,"installMethods":943,"rationale":944,"selectedPaths":945,"source":332,"sourceLanguage":18,"type":248},"skills/test","Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes to skills or templates, or to verify plugin health.","test",{"claudeCode":12},"SKILL.md frontmatter at skills/test/SKILL.md",[946,947],{"path":472,"priority":326},{"path":948,"priority":343},"test-definitions.md",{"basePath":950,"description":951,"displayName":952,"installMethods":953,"rationale":954,"selectedPaths":955,"source":332,"sourceLanguage":18,"type":248},"skills/tutorial","Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.","tutorial",{"claudeCode":12},"SKILL.md frontmatter at skills/tutorial/SKILL.md",[956,957],{"path":472,"priority":326},{"path":958,"priority":343},"phases.md",{"basePath":960,"description":961,"displayName":962,"installMethods":963,"rationale":964,"selectedPaths":965,"source":332,"sourceLanguage":18,"type":248},"skills/validate-album","Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.","validate-album",{"claudeCode":12},"SKILL.md frontmatter at skills/validate-album/SKILL.md",[966],{"path":472,"priority":326},{"basePath":968,"description":969,"displayName":970,"installMethods":971,"rationale":972,"selectedPaths":973,"source":332,"sourceLanguage":18,"type":248},"skills/verify-sources","Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.","verify-sources",{"claudeCode":12},"SKILL.md frontmatter at skills/verify-sources/SKILL.md",[974],{"path":472,"priority":326},{"basePath":976,"description":977,"displayName":978,"installMethods":979,"rationale":980,"selectedPaths":981,"source":332,"sourceLanguage":18,"type":248},"skills/voice-checker","Reviews lyrics and prose for AI-written patterns (abstract noun stacking, over-explained metaphors, cliche escalation, missing idiosyncrasy, prose AI tells). Advisory Warning/Info severity — flags issues, does not block or rewrite. Use when reviewing lyrics for authenticity or before generation to catch AI-sounding language.","voice-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/voice-checker/SKILL.md",[982],{"path":472,"priority":326},{"sources":984},[985],"manual",{"closedIssues90d":233,"description":266,"forks":234,"homepage":987,"license":240,"openIssues90d":236,"pushedAt":237,"readmeSize":231,"stars":238,"topics":988},"https://www.bitwizemusic.com",[989,301,990,991,992,993,994,995,996,997,215,998,999,298,633,278,277,1000,275,1001],"claude","claude-code-plugin","claude-code-plugin-marketplace","claude-code-plugins","claude-code-plugins-marketplace","claude-code-skills","claude-skill","claude-skills","music","suno-ai","sunoai","music-mastering","ai-music-tools",{"classifiedAt":1003,"discoverAt":1004,"extractAt":1005,"githubAt":1005,"updatedAt":1003},1778683099616,1778683093832,1778683097699,[213,217,216,214,215],{"evaluatedAt":243,"extractAt":290,"updatedAt":243},[],[1010,1028,1056,1084,1110,1142],{"_creationTime":1011,"_id":1012,"community":1013,"display":1014,"identity":1016,"providers":1017,"relations":1024,"tags":1025,"workflow":1026},1778683100520.301,"k17etzzb2jpg1jjzpxa5agqxqs86mfpr",{"reviewCount":8},{"description":646,"installMethods":1015,"name":647,"sourceUrl":14},{"claudeCode":12},{"basePath":645,"githubOwner":246,"githubRepo":247,"locale":18,"slug":647,"type":248},{"evaluate":1018,"extract":1023},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1019,"tags":1020,"targetMarket":218,"tier":219},99,[213,216,214,1021,1022],"loudness-optimization","streaming",{"commitSha":280},{"parentExtensionId":251,"repoId":286},[213,1021,216,214,1022],{"evaluatedAt":1027,"extractAt":290,"updatedAt":1027},1778683530744,{"_creationTime":1029,"_id":1030,"community":1031,"display":1032,"identity":1038,"providers":1042,"relations":1049,"tags":1052,"workflow":1053},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":1033,"installMethods":1034,"name":1036,"sourceUrl":1037},"Convert documents and text to audio using Google Cloud Text-to-Speech.\nUse this skill when the user wants to: narrate a document, read aloud text,\ngenerate audio from a file, convert text to speech, create a recording\nof documentation or analysis, create a podcast from a document, or use\nGoogle TTS/text-to-speech. Trigger phrases: \"read this aloud\", \"narrate this\",\n\"create a recording\", \"text to speech\", \"TTS\", \"convert to audio\",\n\"audio from document\", \"listen to this\", \"generate audio\", \"google tts\",\n\"create a podcast\".\n",{"claudeCode":1035},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":1039,"githubOwner":1040,"githubRepo":1041,"locale":18,"slug":1036,"type":248},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":1043,"extract":1048},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":1044,"targetMarket":218,"tier":219},[1045,1046,213,1047,300],"tts","speech","google-cloud",{"commitSha":280},{"parentExtensionId":1050,"repoId":1051},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[213,1047,300,1046,1045],{"evaluatedAt":1054,"extractAt":1055,"updatedAt":1054},1778697061989,1778696833339,{"_creationTime":1057,"_id":1058,"community":1059,"display":1060,"identity":1066,"providers":1070,"relations":1078,"tags":1080,"workflow":1081},1778693180473.14,"k17dnngm9wdwdar6xqqr2jxjfh86m6w1",{"reviewCount":8},{"description":1061,"installMethods":1062,"name":1064,"sourceUrl":1065},"Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from React frontend to Python FastAPI backend with WebSocket streaming.",{"claudeCode":1063},"microsoft/agent-skills","podcast-generation","https://github.com/microsoft/agent-skills",{"basePath":1067,"githubOwner":1068,"githubRepo":1069,"locale":18,"slug":1064,"type":248},".github/skills/podcast-generation","microsoft","agent-skills",{"evaluate":1071,"extract":1077},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":1072,"targetMarket":218,"tier":219},[213,1073,1074,1075,1076],"text-to-speech","azure-openai","websocket","realtime",{"commitSha":280},{"repoId":1079},"kd77czgnv00rfjm815pcc5xx5986n5t8",[213,1074,1076,1073,1075],{"evaluatedAt":1082,"extractAt":1083,"updatedAt":1082},1778697105029,1778693180473,{"_creationTime":1085,"_id":1086,"community":1087,"display":1088,"identity":1094,"providers":1098,"relations":1104,"tags":1106,"workflow":1107},1778695021936.5625,"k1703jnec5x3fdsmasfekwt56s86m8bv",{"reviewCount":8},{"description":1089,"installMethods":1090,"name":1092,"sourceUrl":1093},"Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.",{"claudeCode":1091},"openai/skills","Speech Generation Skill","https://github.com/openai/skills",{"basePath":1095,"githubOwner":1096,"githubRepo":1097,"locale":18,"slug":1046,"type":248},"skills/.curated/speech","openai","skills",{"evaluate":1099,"extract":1102},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":1100,"targetMarket":218,"tier":219},[1046,213,1096,1045,1073,1101],"narration",{"commitSha":280,"license":1103},"Apache-2.0",{"repoId":1105},"kd75n2zj3yh472p25zffgycved86mnpx",[213,1101,1096,1046,1073,1045],{"evaluatedAt":1108,"extractAt":1109,"updatedAt":1108},1778695652845,1778695021936,{"_creationTime":1111,"_id":1112,"community":1113,"display":1114,"identity":1120,"providers":1125,"relations":1136,"tags":1138,"workflow":1139},1778688112811.7349,"k170vdg81q6yx4j2kv8seggh9186na7e",{"reviewCount":8},{"description":1115,"installMethods":1116,"name":1118,"sourceUrl":1119},"Download and process YouTube content for research. Use when: downloading competitor videos for analysis; extracting audio for podcasts; getting transcripts for content repurposing; archiving webinars; research content curation",{"claudeCode":1117},"guia-matthieu/clawfu-skills","YouTube Downloader","https://github.com/guia-matthieu/clawfu-skills",{"basePath":1121,"githubOwner":1122,"githubRepo":1123,"locale":18,"slug":1124,"type":248},"skills/automation/youtube-downloader","guia-matthieu","clawfu-skills","youtube-downloader",{"evaluate":1126,"extract":1134},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":1127,"targetMarket":218,"tier":219},[1128,1129,1130,213,1131,1132,1133],"youtube","download","video","transcription","research","content-processing",{"commitSha":280,"license":1135},"MIT",{"repoId":1137},"kd72qvzyvm658ya7pbyh5ey47h86md53",[213,1133,1129,1132,1131,1130,1128],{"evaluatedAt":1140,"extractAt":1141,"updatedAt":1140},1778688933132,1778688112811,{"_creationTime":1143,"_id":1144,"community":1145,"display":1146,"identity":1150,"providers":1152,"relations":1160,"tags":1161,"workflow":1162},1778688112811.7305,"k176vqbxq62hrvtdwwxs7296zh86nqf1",{"reviewCount":8},{"description":1147,"installMethods":1148,"name":1149,"sourceUrl":1119},"Capture professional-quality remote interviews using double-ender technique and dedicated recording platforms for podcasts, media, and content production. Use when: Setting up remote podcast interviews with guests; Recording media interviews across distances; Creating customer interview content; Producing expert interviews for thought leadership; Conducting research interviews with high audio quality",{"claudeCode":1117},"remote-interview",{"basePath":1151,"githubOwner":1122,"githubRepo":1123,"locale":18,"slug":1149,"type":248},"skills/audio/remote-interview",{"evaluate":1153,"extract":1159},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":1154,"targetMarket":218,"tier":219},[213,1155,1156,1157,1158],"recording","podcast","interview","remote",{"commitSha":280},{"repoId":1137},[213,1157,1156,1155,1158],{"evaluatedAt":1163,"extractAt":1141,"updatedAt":1163},1778688535474]