[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-mastering-engineer-de":3,"guides-for-bitwize-music-studio-mastering-engineer":1005,"similar-k17etzzb2jpg1jjzpxa5agqxqs86mfpr-de":1006},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":230,"parentExtension":244,"providers":306,"relations":310,"repo":311,"tags":1003,"workflow":1004},1778683100520.301,"k17etzzb2jpg1jjzpxa5agqxqs86mfpr",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","mastering-engineer","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":220,"workflow":237},1778683530743.9253,"kn70qpb4pk8t16ksvwkhw2p7wh86nzqd","en",{"checks":20,"evaluatedAt":189,"extensionSummary":190,"features":191,"nonGoals":197,"promptVersionExtension":201,"promptVersionScoring":202,"purpose":203,"rationale":204,"score":205,"summary":206,"tags":207,"targetMarket":213,"tier":214,"useCases":215},[21,26,29,33,37,41,45,48,52,56,59,62,65,69,72,75,78,81,84,88,92,95,99,102,105,108,111,114,117,121,125,129,133,137,140,143,146,150,153,156,159,162,165,168,172,176,179,182,186],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the skill guides audio mastering for streaming platforms, focusing on loudness optimization and tonal balance, and specifies its use case when users have approved tracks and want to master audio files.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is dense, clearly defining the skill's name, description, argument hint, model, prerequisites, and allowed tools within a concise format.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is well-structured, under 500 lines, and delegates deeper material like genre presets and MCP tool references to separate files.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md outlines the mastering workflow and links to external files like genre-presets.md for detailed settings, adhering to progressive disclosure principles.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill performs a defined task (audio mastering) and does not involve deep exploration or code review, making the 'context: fork' setting not applicable.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The documentation provides clear examples for invoking MCP tools like `master_album`, `analyze_audio`, and `master_audio`, demonstrating their usage and expected outcomes.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The documentation addresses several edge cases, including handling missing WAV files, MP3s instead of WAVs, identifying outlier tracks, and potential issues found during QC, providing recovery steps or reporting mechanisms.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","The skill exclusively uses Claude-internal tools and MCP tools, not requiring any external MCP server with fallback paths.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The workflow includes pre-flight checks for the audio folder and file presence, and the QC gate halts the process on blocking issues, effectively handling unexpected states.",{"category":42,"check":57,"severity":24,"summary":58},"Problem relevance","The description clearly addresses the user problem of guiding audio mastering for streaming platforms and optimizing final audio files.",{"category":42,"check":60,"severity":24,"summary":61},"Unique selling proposition","The skill offers specialized audio mastering guidance, including specific LUFS targets, genre-based EQ, and quality control checks, which goes beyond generic LLM capabilities.",{"category":42,"check":63,"severity":24,"summary":64},"Production readiness","The skill provides a complete audio mastering pipeline from analysis to QC and platform optimization, covering the full lifecycle for preparing audio files.",{"category":66,"check":67,"severity":24,"summary":68},"Scope","Single responsibility principle","The extension focuses solely on audio mastering for music production, with clearly defined roles and limitations, not extending into unrelated domains.",{"category":66,"check":70,"severity":24,"summary":71},"Description quality","The displayed description accurately reflects the skill's capabilities, guiding users on audio mastering for streaming platforms, loudness optimization, and tonal balance.",{"category":22,"check":73,"severity":24,"summary":74},"Scoped tools","The skill utilizes well-defined MCP tools like `analyze_audio`, `master_audio`, and `qc_audio` which are specific to audio mastering tasks.",{"category":30,"check":76,"severity":24,"summary":77},"Configuration & parameter reference","The SKILL.md provides detailed documentation for override file format fields, genre presets, and MCP tool parameters, including defaults and explanations.",{"category":66,"check":79,"severity":24,"summary":80},"Tool naming","All MCP tool names like `analyze_audio` and `master_album` are descriptive, verb-noun based, and relevant to the audio mastering domain.",{"category":66,"check":82,"severity":24,"summary":83},"Minimal I/O surface","The MCP tools have well-defined parameters (e.g., `album_slug`, `genre`, `dry_run`) and produce structured outputs reflecting the mastering process stages.",{"category":85,"check":86,"severity":24,"summary":87},"License","License usability","The extension is licensed under CC0-1.0, a permissive open-source license, clearly stated in the LICENSE file and README.",{"category":89,"check":90,"severity":24,"summary":91},"Maintenance","Commit recency","The repository shows recent commits, with the last commit on May 12, 2026, indicating active maintenance.",{"category":89,"check":93,"severity":24,"summary":94},"Dependency Management","The SKILL.md lists required Python dependencies (`matchering`, `pyloudnorm`, etc.) and the README mentions environment detection and setup, suggesting a managed dependency approach.",{"category":96,"check":97,"severity":39,"summary":98},"Security","Secret Management","The skill operates on local audio files and does not appear to use or handle any secrets like API keys or tokens.",{"category":96,"check":100,"severity":24,"summary":101},"Injection","The skill primarily operates on local files and MCP tools; there's no indication of loading untrusted third-party data as instructions.",{"category":96,"check":103,"severity":24,"summary":104},"Transitive Supply-Chain Grenades","The skill's operations are confined to the bundled code and local files, with no runtime downloads or execution of external scripts.",{"category":96,"check":106,"severity":24,"summary":107},"Sandbox Isolation","The skill operates within defined scopes (local audio folders, MCP tools) and does not attempt to access or modify files outside its designated project area.",{"category":96,"check":109,"severity":24,"summary":110},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the provided scripts or documentation.",{"category":96,"check":112,"severity":24,"summary":113},"Data Exfiltration","The skill focuses on local audio file processing and does not contain instructions for reading or submitting confidential data to third parties.",{"category":96,"check":115,"severity":24,"summary":116},"Hidden Text Tricks","The bundled markdown files and code appear to be free of hidden steering tricks, control characters, or invisible Unicode sequences.",{"category":118,"check":119,"severity":24,"summary":120},"Hooks","Opaque code execution","The skill relies on plain Python scripts and MCP tools, with no obfuscated code, base64 payloads, or runtime script fetching.",{"category":122,"check":123,"severity":24,"summary":124},"Portability","Structural Assumption","The skill makes assumptions about audio file locations and uses MCP to resolve paths, clearly documenting these requirements and handling missing files gracefully.",{"category":126,"check":127,"severity":24,"summary":128},"Trust","Issues Attention","With 14 issues opened and 109 closed in the last 90 days, the closure rate is high (109 / (14+109) ≈ 88.6%), indicating active maintainer engagement.",{"category":130,"check":131,"severity":24,"summary":132},"Versioning","Release Management","The project uses GitHub releases and has a CHANGELOG.md, with versioning indicated by release tags on the `main` branch.",{"category":134,"check":135,"severity":24,"summary":136},"Execution","Validation","The MCP tools and workflow steps include checks for file existence, format validation (WAV vs MP3), and LUFS/peak levels, indicating robust input validation.",{"category":96,"check":138,"severity":24,"summary":139},"Unguarded Destructive Operations","The mastering process writes to a new `mastered/` directory. While it overwrites previous mastered versions, it does not delete original files and has a `dry_run` option.",{"category":49,"check":141,"severity":24,"summary":142},"Error Handling","The workflow specifies clear failure conditions (e.g., no WAV files, blocking QC issues) and MCP tools return results that allow the agent to react to errors.",{"category":49,"check":144,"severity":39,"summary":145},"Logging","The skill operates on local files and its outputs are the mastered audio files and reports, not requiring a separate audit log.",{"category":147,"check":148,"severity":39,"summary":149},"Compliance","GDPR","The skill only processes audio files and does not handle personal data, making GDPR compliance not applicable.",{"category":147,"check":151,"severity":24,"summary":152},"Target market","The skill's functionality is universally applicable to audio mastering and does not contain any regional or jurisdictional logic.",{"category":122,"check":154,"severity":24,"summary":155},"Runtime stability","The skill specifies Python 3.10+ and Linux/macOS with WSL, and uses standard libraries, indicating good cross-platform stability.",{"category":30,"check":157,"severity":24,"summary":158},"README","The README provides a comprehensive overview of the project, its example workflow, installation, architecture, and contributors.",{"category":66,"check":160,"severity":24,"summary":161},"Tool surface size","The skill primarily uses a few key MCP tools (`master_album`, `analyze_audio`, `qc_audio`, etc.), staying within the recommended 3-10 tool range.",{"category":22,"check":163,"severity":24,"summary":164},"Overlapping near-synonym tools","The MCP tools have distinct names and functions (e.g., `analyze_audio` vs. `qc_audio`) without significant overlap.",{"category":30,"check":166,"severity":24,"summary":167},"Phantom features","All advertised features, such as loudness optimization, tonal balance, and platform targets, are directly implemented through the MCP tools and documented workflow.",{"category":169,"check":170,"severity":24,"summary":171},"Install","Installation instruction","The README provides clear installation commands and setup instructions, including prerequisites like Python version and OS compatibility.",{"category":173,"check":174,"severity":24,"summary":175},"Errors","Actionable error messages","The documentation outlines specific error conditions (e.g., missing WAV files, blocking QC issues) and expected outcomes, guiding the user on remediation.",{"category":134,"check":177,"severity":24,"summary":178},"Pinned dependencies","The SKILL.md lists specific Python dependencies with version matching (`matchering`, `pyloudnorm`, etc.), and the README mentions environment setup.",{"category":66,"check":180,"severity":24,"summary":181},"Dry-run preview","The `master_audio` tool includes a `dry_run=True` option, allowing users to preview the mastering process without modifying files.",{"category":183,"check":184,"severity":39,"summary":185},"Protocol","Idempotent retry & timeouts","The skill operates on local file processing and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":147,"check":187,"severity":39,"summary":188},"Telemetry opt-in","The skill does not emit telemetry; its operations are local file processing and reporting.",1778683530636,"This skill automates the audio mastering process for music tracks, ensuring they meet loudness standards for streaming platforms. It analyzes audio files, applies genre-specific mastering settings, performs technical quality control checks, and generates final WAV files, with options for dry runs and override presets.",[192,193,194,195,196],"Guides audio mastering for streaming platforms","Optimizes loudness to -14 LUFS, -1.0 dBTP","Applies genre-specific EQ and compression settings","Performs technical audio quality control checks","Supports custom mastering presets and dry runs",[198,199,200],"Audio editing (trimming, fades)","Music mixing or creative production","Generating music from scratch","3.0.0","4.4.0","To provide automated, professional audio mastering for streaming platforms, optimizing loudness and tonal balance according to genre and platform standards.","High quality implementation with excellent documentation, clear workflow, and robust error handling. Minor note on explicit dependency pinning could be improved but not critical.",99,"A high-quality, production-ready skill for professional audio mastering with excellent documentation and clear workflow.",[208,209,210,211,212],"audio","mastering","music-production","loudness-optimization","streaming","global","verified",[216,217,218,219],"Mastering approved audio tracks before distribution","Ensuring consistent loudness and quality across an album","Optimizing audio for specific streaming platforms like Spotify or Apple Music","Applying genre-informed mastering characteristics",{"codeQuality":221,"collectedAt":223,"documentation":224,"maintenance":227,"security":234,"testCoverage":236},{"hasLockfile":222},false,1778683512682,{"descriptionLength":225,"readmeSize":226},168,9335,{"closedIssues90d":228,"forks":229,"hasChangelog":230,"openIssues90d":231,"pushedAt":232,"stars":233},109,30,true,14,1778616491000,174,{"hasNpmPackage":222,"license":235,"smitheryVerified":222},"CC0-1.0",{"hasCi":230,"hasTests":230},{"updatedAt":238},1778683530744,{"basePath":240,"githubOwner":241,"githubRepo":242,"locale":18,"slug":13,"type":243},"skills/mastering-engineer","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":253,"parentExtension":256,"providers":287,"relations":302,"tags":303,"workflow":304},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":249,"installMethods":250,"name":252,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":251},"bitwize-music","Claude AI Music Skills",{"basePath":254,"githubOwner":241,"githubRepo":242,"locale":18,"slug":242,"type":255},"","plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":263,"providers":265,"relations":281,"tags":283,"workflow":284},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":261,"installMethods":262,"name":251,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":254,"githubOwner":241,"githubRepo":242,"locale":18,"slug":242,"type":264},"marketplace",{"evaluate":266,"extract":275},{"promptVersionExtension":267,"promptVersionScoring":202,"score":268,"tags":269,"targetMarket":213,"tier":214},"3.1.0",96,[210,270,271,272,273,274],"suno","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":276,"marketplace":277,"plugin":279},"HEAD",{"name":251,"pluginCount":278},1,{"mcpCount":8,"provider":280,"skillCount":8},"classify",{"repoId":282},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[271,273,210,274,270,272],{"evaluatedAt":285,"extractAt":286,"updatedAt":285},1778683122195,1778683100520,{"evaluate":288,"extract":299},{"promptVersionExtension":201,"promptVersionScoring":202,"score":289,"tags":290,"targetMarket":213,"tier":214},100,[291,292,270,293,294,295,209,296,297,298],"music-generation","ai","audio-production","workflow","lyrics","cli","python","claude-code",{"commitSha":276,"license":235,"plugin":300},{"mcpCount":8,"provider":280,"skillCount":301},54,{"parentExtensionId":258,"repoId":282},[292,293,298,296,295,209,291,297,270,294],{"evaluatedAt":305,"extractAt":286,"updatedAt":305},1778683131031,{"evaluate":307,"extract":309},{"promptVersionExtension":201,"promptVersionScoring":202,"score":205,"tags":308,"targetMarket":213,"tier":214},[208,209,210,211,212],{"commitSha":276},{"parentExtensionId":246,"repoId":282},{"_creationTime":312,"_id":282,"identity":313,"providers":314,"workflow":999},1778683093832.8552,{"githubOwner":241,"githubRepo":242,"sourceUrl":14},{"classify":315,"discover":980,"github":983},{"commitSha":276,"extensions":316},[317,330,461,472,486,495,503,513,523,531,541,551,559,567,575,585,593,601,609,617,627,641,648,658,666,674,682,690,702,712,722,730,740,750,758,772,782,792,802,812,822,832,842,852,862,876,884,892,900,918,926,936,946,956,964,972],{"basePath":254,"displayName":251,"installMethods":318,"rationale":319,"selectedPaths":320,"source":329,"sourceLanguage":18,"type":264},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[321,324,326],{"path":322,"priority":323},".claude-plugin/marketplace.json","mandatory",{"path":325,"priority":323},"README.md",{"path":327,"priority":328},"LICENSE","high","rule",{"basePath":254,"description":249,"displayName":251,"installMethods":331,"license":235,"rationale":332,"selectedPaths":333,"source":329,"sourceLanguage":18,"type":255},{"claudeCode":251},"plugin manifest at .claude-plugin/plugin.json",[334,336,337,338,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459],{"path":335,"priority":323},".claude-plugin/plugin.json",{"path":325,"priority":323},{"path":327,"priority":328},{"path":339,"priority":340},"skills/about/SKILL.md","medium",{"path":342,"priority":340},"skills/album-art-director/SKILL.md",{"path":344,"priority":340},"skills/album-conceptualizer/SKILL.md",{"path":346,"priority":340},"skills/album-dashboard/SKILL.md",{"path":348,"priority":340},"skills/album-ideas/SKILL.md",{"path":350,"priority":340},"skills/clipboard/SKILL.md",{"path":352,"priority":340},"skills/cloud-uploader/SKILL.md",{"path":354,"priority":340},"skills/configure/SKILL.md",{"path":356,"priority":340},"skills/document-hunter/SKILL.md",{"path":358,"priority":340},"skills/explicit-checker/SKILL.md",{"path":360,"priority":340},"skills/genre-creator/SKILL.md",{"path":362,"priority":340},"skills/health-check/SKILL.md",{"path":364,"priority":340},"skills/help/SKILL.md",{"path":366,"priority":340},"skills/import-art/SKILL.md",{"path":368,"priority":340},"skills/import-audio/SKILL.md",{"path":370,"priority":340},"skills/import-track/SKILL.md",{"path":372,"priority":340},"skills/lyric-refiner/SKILL.md",{"path":374,"priority":340},"skills/lyric-reviewer/SKILL.md",{"path":376,"priority":340},"skills/lyric-writer/SKILL.md",{"path":378,"priority":340},"skills/mastering-engineer/SKILL.md",{"path":380,"priority":340},"skills/mix-engineer/SKILL.md",{"path":382,"priority":340},"skills/new-album/SKILL.md",{"path":384,"priority":340},"skills/next-step/SKILL.md",{"path":386,"priority":340},"skills/plagiarism-checker/SKILL.md",{"path":388,"priority":340},"skills/pre-generation-check/SKILL.md",{"path":390,"priority":340},"skills/promo-director/SKILL.md",{"path":392,"priority":340},"skills/promo-reviewer/SKILL.md",{"path":394,"priority":340},"skills/promo-writer/SKILL.md",{"path":396,"priority":340},"skills/promote-idea/SKILL.md",{"path":398,"priority":340},"skills/pronunciation-specialist/SKILL.md",{"path":400,"priority":340},"skills/release-director/SKILL.md",{"path":402,"priority":340},"skills/rename/SKILL.md",{"path":404,"priority":340},"skills/researcher/SKILL.md",{"path":406,"priority":340},"skills/researchers-biographical/SKILL.md",{"path":408,"priority":340},"skills/researchers-financial/SKILL.md",{"path":410,"priority":340},"skills/researchers-gov/SKILL.md",{"path":412,"priority":340},"skills/researchers-historical/SKILL.md",{"path":414,"priority":340},"skills/researchers-journalism/SKILL.md",{"path":416,"priority":340},"skills/researchers-legal/SKILL.md",{"path":418,"priority":340},"skills/researchers-primary-source/SKILL.md",{"path":420,"priority":340},"skills/researchers-security/SKILL.md",{"path":422,"priority":340},"skills/researchers-tech/SKILL.md",{"path":424,"priority":340},"skills/researchers-verifier/SKILL.md",{"path":426,"priority":340},"skills/resume/SKILL.md",{"path":428,"priority":340},"skills/session-start/SKILL.md",{"path":430,"priority":340},"skills/setup/SKILL.md",{"path":432,"priority":340},"skills/sheet-music-publisher/SKILL.md",{"path":434,"priority":340},"skills/skill-model-updater/SKILL.md",{"path":436,"priority":340},"skills/suno-engineer/SKILL.md",{"path":438,"priority":340},"skills/test/SKILL.md",{"path":440,"priority":340},"skills/tutorial/SKILL.md",{"path":442,"priority":340},"skills/validate-album/SKILL.md",{"path":444,"priority":340},"skills/verify-sources/SKILL.md",{"path":446,"priority":340},"skills/voice-checker/SKILL.md",{"path":448,"priority":323},".mcp.json",{"path":450,"priority":328},"hooks/README.md",{"path":452,"priority":328},"hooks/check_version_sync.py",{"path":454,"priority":328},"hooks/hooks.json",{"path":456,"priority":328},"hooks/install.sh",{"path":458,"priority":328},"hooks/pre-commit",{"path":460,"priority":328},"hooks/validate_track.py",{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":329,"sourceLanguage":18,"type":243},"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",[468,470],{"path":469,"priority":323},"SKILL.md",{"path":471,"priority":340},"PROJECT_HISTORY.md",{"basePath":473,"description":474,"displayName":475,"installMethods":476,"rationale":477,"selectedPaths":478,"source":329,"sourceLanguage":18,"type":243},"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",[479,480,482,484],{"path":469,"priority":323},{"path":481,"priority":340},"album-types.md",{"path":483,"priority":340},"prompt-examples.md",{"path":485,"priority":340},"visual-styles.md",{"basePath":487,"description":488,"displayName":489,"installMethods":490,"rationale":491,"selectedPaths":492,"source":329,"sourceLanguage":18,"type":243},"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",[493,494],{"path":469,"priority":323},{"path":481,"priority":340},{"basePath":496,"description":497,"displayName":498,"installMethods":499,"rationale":500,"selectedPaths":501,"source":329,"sourceLanguage":18,"type":243},"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",[502],{"path":469,"priority":323},{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":329,"sourceLanguage":18,"type":243},"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",[510,511],{"path":469,"priority":323},{"path":512,"priority":340},"STATUS_VALUES.md",{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":329,"sourceLanguage":18,"type":243},"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",[520,521],{"path":469,"priority":323},{"path":522,"priority":340},"USAGE_EXAMPLES.md",{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":329,"sourceLanguage":18,"type":243},"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",[530],{"path":469,"priority":323},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":329,"sourceLanguage":18,"type":243},"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",[538,539],{"path":469,"priority":323},{"path":540,"priority":340},"SETTINGS_REFERENCE.md",{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":329,"sourceLanguage":18,"type":243},"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",[548,549],{"path":469,"priority":323},{"path":550,"priority":340},"site-patterns.md",{"basePath":552,"description":553,"displayName":554,"installMethods":555,"rationale":556,"selectedPaths":557,"source":329,"sourceLanguage":18,"type":243},"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",[558],{"path":469,"priority":323},{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":329,"sourceLanguage":18,"type":243},"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",[566],{"path":469,"priority":323},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":329,"sourceLanguage":18,"type":243},"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",[574],{"path":469,"priority":323},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":329,"sourceLanguage":18,"type":243},"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",[582,583],{"path":469,"priority":323},{"path":584,"priority":340},"SKILL_GLOSSARY.md",{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":329,"sourceLanguage":18,"type":243},"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",[592],{"path":469,"priority":323},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":329,"sourceLanguage":18,"type":243},"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",[600],{"path":469,"priority":323},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":329,"sourceLanguage":18,"type":243},"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",[608],{"path":469,"priority":323},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":329,"sourceLanguage":18,"type":243},"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",[616],{"path":469,"priority":323},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":329,"sourceLanguage":18,"type":243},"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",[624,625],{"path":469,"priority":323},{"path":626,"priority":340},"checklist-reference.md",{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":329,"sourceLanguage":18,"type":243},"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",[634,635,637,639],{"path":469,"priority":323},{"path":636,"priority":340},"craft-reference.md",{"path":638,"priority":340},"documentary-standards.md",{"path":640,"priority":340},"examples.md",{"basePath":240,"description":10,"displayName":13,"installMethods":642,"rationale":643,"selectedPaths":644,"source":329,"sourceLanguage":18,"type":243},{"claudeCode":12},"SKILL.md frontmatter at skills/mastering-engineer/SKILL.md",[645,646],{"path":469,"priority":323},{"path":647,"priority":340},"genre-presets.md",{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":329,"sourceLanguage":18,"type":243},"skills/mix-engineer","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.","mix-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/mix-engineer/SKILL.md",[655,656],{"path":469,"priority":323},{"path":657,"priority":340},"mix-presets.md",{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":329,"sourceLanguage":18,"type":243},"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",[665],{"path":469,"priority":323},{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":329,"sourceLanguage":18,"type":243},"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",[673],{"path":469,"priority":323},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":329,"sourceLanguage":18,"type":243},"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",[681],{"path":469,"priority":323},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":329,"sourceLanguage":18,"type":243},"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",[689],{"path":469,"priority":323},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":329,"sourceLanguage":18,"type":243},"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",[697,698,700],{"path":469,"priority":323},{"path":699,"priority":340},"technical-reference.md",{"path":701,"priority":340},"visualization-guide.md",{"basePath":703,"description":704,"displayName":705,"installMethods":706,"rationale":707,"selectedPaths":708,"source":329,"sourceLanguage":18,"type":243},"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",[709,710],{"path":469,"priority":323},{"path":711,"priority":340},"platform-rules.md",{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":329,"sourceLanguage":18,"type":243},"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",[719,720],{"path":469,"priority":323},{"path":721,"priority":340},"copy-formulas.md",{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":329,"sourceLanguage":18,"type":243},"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",[729],{"path":469,"priority":323},{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":329,"sourceLanguage":18,"type":243},"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",[737,738],{"path":469,"priority":323},{"path":739,"priority":340},"word-lists.md",{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":329,"sourceLanguage":18,"type":243},"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",[747,748],{"path":469,"priority":323},{"path":749,"priority":340},"platform-guides.md",{"basePath":751,"description":752,"displayName":753,"installMethods":754,"rationale":755,"selectedPaths":756,"source":329,"sourceLanguage":18,"type":243},"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",[757],{"path":469,"priority":323},{"basePath":759,"description":760,"displayName":761,"installMethods":762,"rationale":763,"selectedPaths":764,"source":329,"sourceLanguage":18,"type":243},"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",[765,766,768,770],{"path":469,"priority":323},{"path":767,"priority":340},"free-sources.md",{"path":769,"priority":340},"source-standards.md",{"path":771,"priority":340},"templates.md",{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":329,"sourceLanguage":18,"type":243},"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",[779,780],{"path":469,"priority":323},{"path":781,"priority":340},"INTERVIEW_SOURCES.md",{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":329,"sourceLanguage":18,"type":243},"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",[789,790],{"path":469,"priority":323},{"path":791,"priority":340},"SEC_FILING_GUIDE.md",{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":329,"sourceLanguage":18,"type":243},"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",[799,800],{"path":469,"priority":323},{"path":801,"priority":340},"AGENCY_SOURCES.md",{"basePath":803,"description":804,"displayName":805,"installMethods":806,"rationale":807,"selectedPaths":808,"source":329,"sourceLanguage":18,"type":243},"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",[809,810],{"path":469,"priority":323},{"path":811,"priority":340},"ARCHIVE_SOURCES.md",{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":329,"sourceLanguage":18,"type":243},"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",[819,820],{"path":469,"priority":323},{"path":821,"priority":340},"SOURCE_EXTRACTION.md",{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":329,"sourceLanguage":18,"type":243},"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",[829,830],{"path":469,"priority":323},{"path":831,"priority":340},"DISCOVERY_GUIDE.md",{"basePath":833,"description":834,"displayName":835,"installMethods":836,"rationale":837,"selectedPaths":838,"source":329,"sourceLanguage":18,"type":243},"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",[839,840],{"path":469,"priority":323},{"path":841,"priority":340},"DIRECT_SOURCES.md",{"basePath":843,"description":844,"displayName":845,"installMethods":846,"rationale":847,"selectedPaths":848,"source":329,"sourceLanguage":18,"type":243},"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",[849,850],{"path":469,"priority":323},{"path":851,"priority":340},"CVE_RESEARCH.md",{"basePath":853,"description":854,"displayName":855,"installMethods":856,"rationale":857,"selectedPaths":858,"source":329,"sourceLanguage":18,"type":243},"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",[859,860],{"path":469,"priority":323},{"path":861,"priority":340},"PROJECT_RESEARCH.md",{"basePath":863,"description":864,"displayName":865,"installMethods":866,"rationale":867,"selectedPaths":868,"source":329,"sourceLanguage":18,"type":243},"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",[869,870,872,874],{"path":469,"priority":323},{"path":871,"priority":340},"VERIFICATION_CHECKLIST.md",{"path":873,"priority":340},"checklists.md",{"path":875,"priority":340},"patterns.md",{"basePath":877,"description":878,"displayName":879,"installMethods":880,"rationale":881,"selectedPaths":882,"source":329,"sourceLanguage":18,"type":243},"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",[883],{"path":469,"priority":323},{"basePath":885,"description":886,"displayName":887,"installMethods":888,"rationale":889,"selectedPaths":890,"source":329,"sourceLanguage":18,"type":243},"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",[891],{"path":469,"priority":323},{"basePath":893,"description":894,"displayName":895,"installMethods":896,"rationale":897,"selectedPaths":898,"source":329,"sourceLanguage":18,"type":243},"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",[899],{"path":469,"priority":323},{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":329,"sourceLanguage":18,"type":243},"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",[907,908,910,912,914,916],{"path":469,"priority":323},{"path":909,"priority":340},"REQUIREMENTS.md",{"path":911,"priority":340},"anthemscore-reference.md",{"path":913,"priority":340},"musescore-reference.md",{"path":915,"priority":340},"publishing-guide.md",{"path":917,"priority":340},"workflow-detail.md",{"basePath":919,"description":920,"displayName":921,"installMethods":922,"rationale":923,"selectedPaths":924,"source":329,"sourceLanguage":18,"type":243},"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",[925],{"path":469,"priority":323},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":329,"sourceLanguage":18,"type":243},"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",[933,934],{"path":469,"priority":323},{"path":935,"priority":340},"genre-practices.md",{"basePath":937,"description":938,"displayName":939,"installMethods":940,"rationale":941,"selectedPaths":942,"source":329,"sourceLanguage":18,"type":243},"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",[943,944],{"path":469,"priority":323},{"path":945,"priority":340},"test-definitions.md",{"basePath":947,"description":948,"displayName":949,"installMethods":950,"rationale":951,"selectedPaths":952,"source":329,"sourceLanguage":18,"type":243},"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",[953,954],{"path":469,"priority":323},{"path":955,"priority":340},"phases.md",{"basePath":957,"description":958,"displayName":959,"installMethods":960,"rationale":961,"selectedPaths":962,"source":329,"sourceLanguage":18,"type":243},"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",[963],{"path":469,"priority":323},{"basePath":965,"description":966,"displayName":967,"installMethods":968,"rationale":969,"selectedPaths":970,"source":329,"sourceLanguage":18,"type":243},"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",[971],{"path":469,"priority":323},{"basePath":973,"description":974,"displayName":975,"installMethods":976,"rationale":977,"selectedPaths":978,"source":329,"sourceLanguage":18,"type":243},"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",[979],{"path":469,"priority":323},{"sources":981},[982],"manual",{"closedIssues90d":228,"description":261,"forks":229,"homepage":984,"license":235,"openIssues90d":231,"pushedAt":232,"readmeSize":226,"stars":233,"topics":985},"https://www.bitwizemusic.com",[986,298,987,988,989,990,991,992,993,994,270,995,996,295,630,274,273,997,271,998],"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":1000,"discoverAt":1001,"extractAt":1002,"githubAt":1002,"updatedAt":1000},1778683099616,1778683093832,1778683097699,[208,211,209,210,212],{"evaluatedAt":238,"extractAt":286,"updatedAt":238},[],[1007,1023,1049,1077,1105,1131],{"_creationTime":1008,"_id":1009,"community":1010,"display":1011,"identity":1013,"providers":1014,"relations":1019,"tags":1020,"workflow":1021},1778683100520.3013,"k17cd65f5v1j2r6rkcqbj8xp1d86mq8q",{"reviewCount":8},{"description":650,"installMethods":1012,"name":651,"sourceUrl":14},{"claudeCode":12},{"basePath":649,"githubOwner":241,"githubRepo":242,"locale":18,"slug":651,"type":243},{"evaluate":1015,"extract":1018},{"promptVersionExtension":201,"promptVersionScoring":202,"score":289,"tags":1016,"targetMarket":213,"tier":214},[208,210,270,209,1017],"audio-engineering",{"commitSha":276},{"parentExtensionId":246,"repoId":282},[208,1017,209,210,270],{"evaluatedAt":1022,"extractAt":286,"updatedAt":1022},1778683556657,{"_creationTime":1024,"_id":1025,"community":1026,"display":1027,"identity":1033,"providers":1037,"relations":1043,"tags":1045,"workflow":1046},1778697652123.8906,"k17af6jy0r4cmmf7js1mzdcffn86me62",{"reviewCount":8},{"description":1028,"installMethods":1029,"name":1031,"sourceUrl":1032},"BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"claudeCode":1030},"steipete/clawdis","blucli","https://github.com/steipete/clawdis",{"basePath":1034,"githubOwner":1035,"githubRepo":1036,"locale":18,"slug":1031,"type":243},"skills/blucli","steipete","clawdis",{"evaluate":1038,"extract":1042},{"promptVersionExtension":201,"promptVersionScoring":202,"score":205,"tags":1039,"targetMarket":213,"tier":214},[296,208,212,1040,1041],"bluos","automation",{"commitSha":276},{"repoId":1044},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[208,1041,1040,296,212],{"evaluatedAt":1047,"extractAt":1048,"updatedAt":1047},1778698407886,1778697652123,{"_creationTime":1050,"_id":1051,"community":1052,"display":1053,"identity":1059,"providers":1063,"relations":1070,"tags":1073,"workflow":1074},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":1054,"installMethods":1055,"name":1057,"sourceUrl":1058},"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":1056},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":1060,"githubOwner":1061,"githubRepo":1062,"locale":18,"slug":1057,"type":243},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":1064,"extract":1069},{"promptVersionExtension":201,"promptVersionScoring":202,"score":289,"tags":1065,"targetMarket":213,"tier":214},[1066,1067,208,1068,297],"tts","speech","google-cloud",{"commitSha":276},{"parentExtensionId":1071,"repoId":1072},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[208,1068,297,1067,1066],{"evaluatedAt":1075,"extractAt":1076,"updatedAt":1075},1778697061989,1778696833339,{"_creationTime":1078,"_id":1079,"community":1080,"display":1081,"identity":1087,"providers":1091,"relations":1099,"tags":1101,"workflow":1102},1778693180473.14,"k17dnngm9wdwdar6xqqr2jxjfh86m6w1",{"reviewCount":8},{"description":1082,"installMethods":1083,"name":1085,"sourceUrl":1086},"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":1084},"microsoft/agent-skills","podcast-generation","https://github.com/microsoft/agent-skills",{"basePath":1088,"githubOwner":1089,"githubRepo":1090,"locale":18,"slug":1085,"type":243},".github/skills/podcast-generation","microsoft","agent-skills",{"evaluate":1092,"extract":1098},{"promptVersionExtension":201,"promptVersionScoring":202,"score":289,"tags":1093,"targetMarket":213,"tier":214},[208,1094,1095,1096,1097],"text-to-speech","azure-openai","websocket","realtime",{"commitSha":276},{"repoId":1100},"kd77czgnv00rfjm815pcc5xx5986n5t8",[208,1095,1097,1094,1096],{"evaluatedAt":1103,"extractAt":1104,"updatedAt":1103},1778697105029,1778693180473,{"_creationTime":1106,"_id":1107,"community":1108,"display":1109,"identity":1115,"providers":1119,"relations":1125,"tags":1127,"workflow":1128},1778695021936.5625,"k1703jnec5x3fdsmasfekwt56s86m8bv",{"reviewCount":8},{"description":1110,"installMethods":1111,"name":1113,"sourceUrl":1114},"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":1112},"openai/skills","Speech Generation Skill","https://github.com/openai/skills",{"basePath":1116,"githubOwner":1117,"githubRepo":1118,"locale":18,"slug":1067,"type":243},"skills/.curated/speech","openai","skills",{"evaluate":1120,"extract":1123},{"promptVersionExtension":201,"promptVersionScoring":202,"score":289,"tags":1121,"targetMarket":213,"tier":214},[1067,208,1117,1066,1094,1122],"narration",{"commitSha":276,"license":1124},"Apache-2.0",{"repoId":1126},"kd75n2zj3yh472p25zffgycved86mnpx",[208,1122,1117,1067,1094,1066],{"evaluatedAt":1129,"extractAt":1130,"updatedAt":1129},1778695652845,1778695021936,{"_creationTime":1132,"_id":1133,"community":1134,"display":1135,"identity":1141,"providers":1146,"relations":1157,"tags":1159,"workflow":1160},1778688112811.7349,"k170vdg81q6yx4j2kv8seggh9186na7e",{"reviewCount":8},{"description":1136,"installMethods":1137,"name":1139,"sourceUrl":1140},"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":1138},"guia-matthieu/clawfu-skills","YouTube Downloader","https://github.com/guia-matthieu/clawfu-skills",{"basePath":1142,"githubOwner":1143,"githubRepo":1144,"locale":18,"slug":1145,"type":243},"skills/automation/youtube-downloader","guia-matthieu","clawfu-skills","youtube-downloader",{"evaluate":1147,"extract":1155},{"promptVersionExtension":201,"promptVersionScoring":202,"score":289,"tags":1148,"targetMarket":213,"tier":214},[1149,1150,1151,208,1152,1153,1154],"youtube","download","video","transcription","research","content-processing",{"commitSha":276,"license":1156},"MIT",{"repoId":1158},"kd72qvzyvm658ya7pbyh5ey47h86md53",[208,1154,1150,1153,1152,1151,1149],{"evaluatedAt":1161,"extractAt":1162,"updatedAt":1161},1778688933132,1778688112811]