[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-validate-album-en":3,"guides-for-bitwize-music-studio-validate-album":1012,"similar-k1780ejtdyfh5atysjycteerk986nqdg-en":1013},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":229,"parentExtension":251,"providers":314,"relations":318,"repo":319,"tags":1010,"workflow":1011},1778683100520.3088,"k1780ejtdyfh5atysjycteerk986nqdg",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","validate-album","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":244},1778684303772.6,"kn7awgvk0h5e5192vwhv0nkwxh86mm4e","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,115,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of validating album directory structure, file locations, and content integrity, and specifies when to use it (before release or on demand).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value by automating a complex, multi-stage validation process that would be time-consuming and error-prone if done manually, going beyond basic file checks.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, covering the complete lifecycle of album structural and content validation, including configuration, file checks, and actionable error reporting with fix commands.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on validating the structure and integrity of music album data, aligning with its name and description.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately and concisely reflects the skill's functionality.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific MCP tools like `get_config`, `find_album`, and `validate_album_structure`, which are narrowly scoped for their intended purposes.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md clearly documents the expected configuration (`~/.bitwize-music/config.yaml`), environment variables, and parameters for the tools used.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used by the skill (`get_config`, `find_album`, `validate_album_structure`) are descriptively named and relevant to the domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tool schemas appear minimal, requesting only necessary information for validation tasks and returning structured results without extraneous data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under CC0-1.0, a permissive public domain license, as indicated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commit activity within the last 3 months, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project includes a lockfile (`requirements.txt` likely implied by Python 3.10+ requirement) and CI/CD pipelines, suggesting good dependency management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle or expose any secrets; its operation is based on file system access and configuration.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill focuses on file system operations and structured data validation, with no indication of loading or executing untrusted third-party code.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill operates on local files and uses internal MCP tools, with no evidence of runtime fetching of external code or data.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the project's directory structure and uses MCP tools, with no indications of attempting to modify files outside its designated scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached process spawns or deny-retry loops were detected in the skill's logic.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's purpose is validation of local album data; there is no indication of outbound data exfiltration.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears free of hidden text tricks or malicious Unicode characters.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's logic is presented in a readable markdown format, with no evidence of obfuscation or base64-encoded payloads.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill explicitly lists its assumptions about project structure and configuration, and provides clear error messages if they are not met.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 14 open and 109 closed issues in the last 90 days, the closure rate is high, indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project uses GitHub release tags and has a CHANGELOG.md, indicating a clear release management process.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The skill demonstrates robust validation of file paths, directory structures, and file content, including explicit checks for required fields and instrumental field synchronization.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is primarily analytical and does not perform destructive operations. Any file modifications suggested (like `mv` for audio location) are presented as manual fixes with clear commands.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","Errors are explicitly defined with failure modes, specific messages, and actionable recovery steps, ensuring clear feedback to the user.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The skill provides detailed logging of its validation steps and outcomes, including PASS/FAIL/WARN/SKIP statuses and actionable fix commands, enabling comprehensive review.",{"category":116,"check":117,"severity":118,"summary":119},"Compliance","GDPR","not_applicable","The skill operates on album metadata and file structure, not personal data.",{"category":116,"check":121,"severity":24,"summary":122},"Target market","The skill's functionality is general to music album structure and not tied to any specific geographic or legal jurisdiction.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill's requirements (Python 3.10+, Linux/macOS) are clearly stated, and it relies on standard tools and MCP, suggesting good cross-platform stability.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing the project's purpose, installation, architecture, and documentation.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill primarily uses three core MCP tools (`get_config`, `find_album`, `validate_album_structure`), keeping the tool surface focused.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill utilizes distinct tools for specific functions, avoiding overlapping synonyms.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as album validation and detailed checks, are implemented and supported by the MCP tools and script logic.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions using `/plugin marketplace add` and `/plugin install` are provided, along with setup and configuration steps.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Error messages are specific, indicating the failure, the cause, and providing actionable fix commands or instructions.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The project declares Python 3.10+ and likely uses a lockfile for dependencies, indicating pinned versions.",{"category":33,"check":151,"severity":118,"summary":152},"Dry-run preview","The skill is primarily for validation and reporting; it does not perform state-changing operations that would require a dry-run mode.",{"category":154,"check":155,"severity":118,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates locally on files and configuration, not involving remote calls or state-changing operations that would require idempotency or timeouts.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry being collected by this skill; its operations are local and focused on validation.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill precisely names the artifact (album directory) and the task (validate structure, location, content integrity) with clear usage instructions.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and usage context.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The skill body is well-structured with progressive disclosure, keeping the main instructions concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the flow and clearly links to relevant sections for detailed checks and example outputs.",{"category":170,"check":174,"severity":24,"summary":175},"Forked exploration","The `context: fork` is correctly set, as the skill performs detailed analysis that could flood the conversation if not summarized.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md includes a detailed example output demonstrating the validation process, expected results, and actionable fixes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles various edge cases such as missing config files, albums not found, misplaced audio directories, and inconsistencies in track metadata, providing clear reporting and fix suggestions.",{"category":103,"check":183,"severity":118,"summary":184},"Tool Fallback","The skill relies on bundled MCP tools and does not appear to have external tool dependencies with a fallback requirement.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill declares its requirements (Python 3.10+, Linux/macOS) and relies on standard tools.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill explicitly instructs to halt and report on unexpected states like missing config files or albums, providing clear error messages.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is self-contained and focuses on album validation, with no indication of relying on other specific skills.",1778684302035,"This skill validates music album directory structures, file locations, and content integrity using a series of checks and MCP tools. It identifies missing files, incorrect paths, and inconsistencies in metadata, providing detailed feedback and actionable fix commands.",[198,199,200,201,202],"Validates album directory structure and file locations.","Checks for required files like README.md, RESEARCH.md, and SOURCES.md.","Verifies audio file placement and naming conventions.","Performs detailed checks on track metadata, Suno inputs, and instrumental field synchronization.","Provides actionable fix commands for identified issues.",[204,205,206,207],"Generating music or lyrics.","Performing audio mastering or editing (beyond basic path checks).","Directly interacting with music distribution platforms.","Validating the creative quality or artistic merit of the music.","3.0.0","4.4.0","To ensure the structural health and content integrity of music albums before release or whenever a check is needed, preventing common errors and streamlining production.","The extension is fully compliant with all checks, demonstrating excellent documentation, robust functionality, and strong maintenance practices.",100,"A high-quality skill for comprehensive album validation and integrity checks.",[215,216,217,218,219],"music","validation","audio","metadata","release-prep","global","verified",[223,224,225,226],"Pre-release quality assurance for music albums.","Checking the structural health of an album before distribution.","Identifying and fixing common errors in music production workflows.","Ensuring consistency in album and track metadata.",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":241,"testCoverage":243},{"hasLockfile":229},false,1778684278452,{"descriptionLength":232,"readmeSize":233},160,9335,{"closedIssues90d":235,"forks":236,"hasChangelog":237,"openIssues90d":238,"pushedAt":239,"stars":240},109,30,true,14,1778616491000,174,{"hasNpmPackage":229,"license":242,"smitheryVerified":229},"CC0-1.0",{"hasCi":237,"hasTests":237},{"updatedAt":245},1778684303772,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},"skills/validate-album","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":260,"parentExtension":263,"providers":295,"relations":310,"tags":311,"workflow":312},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":256,"installMethods":257,"name":259,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":258},"bitwize-music","Claude AI Music Skills",{"basePath":261,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":262},"","plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":270,"providers":272,"relations":289,"tags":291,"workflow":292},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":268,"installMethods":269,"name":258,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":261,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":271},"marketplace",{"evaluate":273,"extract":283},{"promptVersionExtension":274,"promptVersionScoring":209,"score":275,"tags":276,"targetMarket":220,"tier":221},"3.1.0",96,[277,278,279,280,281,282],"music-production","suno","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":284,"marketplace":285,"plugin":287},"HEAD",{"name":258,"pluginCount":286},1,{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[279,281,277,282,278,280],{"evaluatedAt":293,"extractAt":294,"updatedAt":293},1778683122195,1778683100520,{"evaluate":296,"extract":307},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":297,"targetMarket":220,"tier":221},[298,299,278,300,301,302,303,304,305,306],"music-generation","ai","audio-production","workflow","lyrics","mastering","cli","python","claude-code",{"commitSha":284,"license":242,"plugin":308},{"mcpCount":8,"provider":288,"skillCount":309},54,{"parentExtensionId":265,"repoId":290},[299,300,306,304,302,303,298,305,278,301],{"evaluatedAt":313,"extractAt":294,"updatedAt":313},1778683131031,{"evaluate":315,"extract":317},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":316,"targetMarket":220,"tier":221},[215,216,217,218,219],{"commitSha":284},{"parentExtensionId":253,"repoId":290},{"_creationTime":320,"_id":290,"identity":321,"providers":322,"workflow":1006},1778683093832.8552,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":323,"discover":988,"github":991},{"commitSha":284,"extensions":324},[325,338,469,480,494,503,511,521,531,539,549,559,567,575,583,593,601,609,617,625,635,649,659,669,677,685,693,701,713,723,733,741,751,761,769,783,793,803,813,823,833,843,853,863,873,887,895,903,911,929,937,947,957,967,972,980],{"basePath":261,"displayName":258,"installMethods":326,"rationale":327,"selectedPaths":328,"source":337,"sourceLanguage":18,"type":271},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[329,332,334],{"path":330,"priority":331},".claude-plugin/marketplace.json","mandatory",{"path":333,"priority":331},"README.md",{"path":335,"priority":336},"LICENSE","high","rule",{"basePath":261,"description":256,"displayName":258,"installMethods":339,"license":242,"rationale":340,"selectedPaths":341,"source":337,"sourceLanguage":18,"type":262},{"claudeCode":258},"plugin manifest at .claude-plugin/plugin.json",[342,344,345,346,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,461,463,465,467],{"path":343,"priority":331},".claude-plugin/plugin.json",{"path":333,"priority":331},{"path":335,"priority":336},{"path":347,"priority":348},"skills/about/SKILL.md","medium",{"path":350,"priority":348},"skills/album-art-director/SKILL.md",{"path":352,"priority":348},"skills/album-conceptualizer/SKILL.md",{"path":354,"priority":348},"skills/album-dashboard/SKILL.md",{"path":356,"priority":348},"skills/album-ideas/SKILL.md",{"path":358,"priority":348},"skills/clipboard/SKILL.md",{"path":360,"priority":348},"skills/cloud-uploader/SKILL.md",{"path":362,"priority":348},"skills/configure/SKILL.md",{"path":364,"priority":348},"skills/document-hunter/SKILL.md",{"path":366,"priority":348},"skills/explicit-checker/SKILL.md",{"path":368,"priority":348},"skills/genre-creator/SKILL.md",{"path":370,"priority":348},"skills/health-check/SKILL.md",{"path":372,"priority":348},"skills/help/SKILL.md",{"path":374,"priority":348},"skills/import-art/SKILL.md",{"path":376,"priority":348},"skills/import-audio/SKILL.md",{"path":378,"priority":348},"skills/import-track/SKILL.md",{"path":380,"priority":348},"skills/lyric-refiner/SKILL.md",{"path":382,"priority":348},"skills/lyric-reviewer/SKILL.md",{"path":384,"priority":348},"skills/lyric-writer/SKILL.md",{"path":386,"priority":348},"skills/mastering-engineer/SKILL.md",{"path":388,"priority":348},"skills/mix-engineer/SKILL.md",{"path":390,"priority":348},"skills/new-album/SKILL.md",{"path":392,"priority":348},"skills/next-step/SKILL.md",{"path":394,"priority":348},"skills/plagiarism-checker/SKILL.md",{"path":396,"priority":348},"skills/pre-generation-check/SKILL.md",{"path":398,"priority":348},"skills/promo-director/SKILL.md",{"path":400,"priority":348},"skills/promo-reviewer/SKILL.md",{"path":402,"priority":348},"skills/promo-writer/SKILL.md",{"path":404,"priority":348},"skills/promote-idea/SKILL.md",{"path":406,"priority":348},"skills/pronunciation-specialist/SKILL.md",{"path":408,"priority":348},"skills/release-director/SKILL.md",{"path":410,"priority":348},"skills/rename/SKILL.md",{"path":412,"priority":348},"skills/researcher/SKILL.md",{"path":414,"priority":348},"skills/researchers-biographical/SKILL.md",{"path":416,"priority":348},"skills/researchers-financial/SKILL.md",{"path":418,"priority":348},"skills/researchers-gov/SKILL.md",{"path":420,"priority":348},"skills/researchers-historical/SKILL.md",{"path":422,"priority":348},"skills/researchers-journalism/SKILL.md",{"path":424,"priority":348},"skills/researchers-legal/SKILL.md",{"path":426,"priority":348},"skills/researchers-primary-source/SKILL.md",{"path":428,"priority":348},"skills/researchers-security/SKILL.md",{"path":430,"priority":348},"skills/researchers-tech/SKILL.md",{"path":432,"priority":348},"skills/researchers-verifier/SKILL.md",{"path":434,"priority":348},"skills/resume/SKILL.md",{"path":436,"priority":348},"skills/session-start/SKILL.md",{"path":438,"priority":348},"skills/setup/SKILL.md",{"path":440,"priority":348},"skills/sheet-music-publisher/SKILL.md",{"path":442,"priority":348},"skills/skill-model-updater/SKILL.md",{"path":444,"priority":348},"skills/suno-engineer/SKILL.md",{"path":446,"priority":348},"skills/test/SKILL.md",{"path":448,"priority":348},"skills/tutorial/SKILL.md",{"path":450,"priority":348},"skills/validate-album/SKILL.md",{"path":452,"priority":348},"skills/verify-sources/SKILL.md",{"path":454,"priority":348},"skills/voice-checker/SKILL.md",{"path":456,"priority":331},".mcp.json",{"path":458,"priority":336},"hooks/README.md",{"path":460,"priority":336},"hooks/check_version_sync.py",{"path":462,"priority":336},"hooks/hooks.json",{"path":464,"priority":336},"hooks/install.sh",{"path":466,"priority":336},"hooks/pre-commit",{"path":468,"priority":336},"hooks/validate_track.py",{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":337,"sourceLanguage":18,"type":250},"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",[476,478],{"path":477,"priority":331},"SKILL.md",{"path":479,"priority":348},"PROJECT_HISTORY.md",{"basePath":481,"description":482,"displayName":483,"installMethods":484,"rationale":485,"selectedPaths":486,"source":337,"sourceLanguage":18,"type":250},"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",[487,488,490,492],{"path":477,"priority":331},{"path":489,"priority":348},"album-types.md",{"path":491,"priority":348},"prompt-examples.md",{"path":493,"priority":348},"visual-styles.md",{"basePath":495,"description":496,"displayName":497,"installMethods":498,"rationale":499,"selectedPaths":500,"source":337,"sourceLanguage":18,"type":250},"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",[501,502],{"path":477,"priority":331},{"path":489,"priority":348},{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":337,"sourceLanguage":18,"type":250},"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",[510],{"path":477,"priority":331},{"basePath":512,"description":513,"displayName":514,"installMethods":515,"rationale":516,"selectedPaths":517,"source":337,"sourceLanguage":18,"type":250},"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",[518,519],{"path":477,"priority":331},{"path":520,"priority":348},"STATUS_VALUES.md",{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":337,"sourceLanguage":18,"type":250},"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",[528,529],{"path":477,"priority":331},{"path":530,"priority":348},"USAGE_EXAMPLES.md",{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":337,"sourceLanguage":18,"type":250},"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",[538],{"path":477,"priority":331},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":337,"sourceLanguage":18,"type":250},"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",[546,547],{"path":477,"priority":331},{"path":548,"priority":348},"SETTINGS_REFERENCE.md",{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":337,"sourceLanguage":18,"type":250},"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",[556,557],{"path":477,"priority":331},{"path":558,"priority":348},"site-patterns.md",{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":337,"sourceLanguage":18,"type":250},"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",[566],{"path":477,"priority":331},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":337,"sourceLanguage":18,"type":250},"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",[574],{"path":477,"priority":331},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":337,"sourceLanguage":18,"type":250},"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",[582],{"path":477,"priority":331},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":337,"sourceLanguage":18,"type":250},"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",[590,591],{"path":477,"priority":331},{"path":592,"priority":348},"SKILL_GLOSSARY.md",{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":337,"sourceLanguage":18,"type":250},"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",[600],{"path":477,"priority":331},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":337,"sourceLanguage":18,"type":250},"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",[608],{"path":477,"priority":331},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":337,"sourceLanguage":18,"type":250},"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",[616],{"path":477,"priority":331},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":337,"sourceLanguage":18,"type":250},"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",[624],{"path":477,"priority":331},{"basePath":626,"description":627,"displayName":628,"installMethods":629,"rationale":630,"selectedPaths":631,"source":337,"sourceLanguage":18,"type":250},"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",[632,633],{"path":477,"priority":331},{"path":634,"priority":348},"checklist-reference.md",{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":337,"sourceLanguage":18,"type":250},"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",[642,643,645,647],{"path":477,"priority":331},{"path":644,"priority":348},"craft-reference.md",{"path":646,"priority":348},"documentary-standards.md",{"path":648,"priority":348},"examples.md",{"basePath":650,"description":651,"displayName":652,"installMethods":653,"rationale":654,"selectedPaths":655,"source":337,"sourceLanguage":18,"type":250},"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",[656,657],{"path":477,"priority":331},{"path":658,"priority":348},"genre-presets.md",{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":337,"sourceLanguage":18,"type":250},"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",[666,667],{"path":477,"priority":331},{"path":668,"priority":348},"mix-presets.md",{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":337,"sourceLanguage":18,"type":250},"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",[676],{"path":477,"priority":331},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":337,"sourceLanguage":18,"type":250},"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",[684],{"path":477,"priority":331},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":337,"sourceLanguage":18,"type":250},"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",[692],{"path":477,"priority":331},{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":337,"sourceLanguage":18,"type":250},"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",[700],{"path":477,"priority":331},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":337,"sourceLanguage":18,"type":250},"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",[708,709,711],{"path":477,"priority":331},{"path":710,"priority":348},"technical-reference.md",{"path":712,"priority":348},"visualization-guide.md",{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":337,"sourceLanguage":18,"type":250},"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",[720,721],{"path":477,"priority":331},{"path":722,"priority":348},"platform-rules.md",{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":337,"sourceLanguage":18,"type":250},"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",[730,731],{"path":477,"priority":331},{"path":732,"priority":348},"copy-formulas.md",{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":337,"sourceLanguage":18,"type":250},"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",[740],{"path":477,"priority":331},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":337,"sourceLanguage":18,"type":250},"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",[748,749],{"path":477,"priority":331},{"path":750,"priority":348},"word-lists.md",{"basePath":752,"description":753,"displayName":754,"installMethods":755,"rationale":756,"selectedPaths":757,"source":337,"sourceLanguage":18,"type":250},"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",[758,759],{"path":477,"priority":331},{"path":760,"priority":348},"platform-guides.md",{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":337,"sourceLanguage":18,"type":250},"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",[768],{"path":477,"priority":331},{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":337,"sourceLanguage":18,"type":250},"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",[776,777,779,781],{"path":477,"priority":331},{"path":778,"priority":348},"free-sources.md",{"path":780,"priority":348},"source-standards.md",{"path":782,"priority":348},"templates.md",{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":337,"sourceLanguage":18,"type":250},"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",[790,791],{"path":477,"priority":331},{"path":792,"priority":348},"INTERVIEW_SOURCES.md",{"basePath":794,"description":795,"displayName":796,"installMethods":797,"rationale":798,"selectedPaths":799,"source":337,"sourceLanguage":18,"type":250},"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",[800,801],{"path":477,"priority":331},{"path":802,"priority":348},"SEC_FILING_GUIDE.md",{"basePath":804,"description":805,"displayName":806,"installMethods":807,"rationale":808,"selectedPaths":809,"source":337,"sourceLanguage":18,"type":250},"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",[810,811],{"path":477,"priority":331},{"path":812,"priority":348},"AGENCY_SOURCES.md",{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":337,"sourceLanguage":18,"type":250},"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",[820,821],{"path":477,"priority":331},{"path":822,"priority":348},"ARCHIVE_SOURCES.md",{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":337,"sourceLanguage":18,"type":250},"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",[830,831],{"path":477,"priority":331},{"path":832,"priority":348},"SOURCE_EXTRACTION.md",{"basePath":834,"description":835,"displayName":836,"installMethods":837,"rationale":838,"selectedPaths":839,"source":337,"sourceLanguage":18,"type":250},"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",[840,841],{"path":477,"priority":331},{"path":842,"priority":348},"DISCOVERY_GUIDE.md",{"basePath":844,"description":845,"displayName":846,"installMethods":847,"rationale":848,"selectedPaths":849,"source":337,"sourceLanguage":18,"type":250},"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",[850,851],{"path":477,"priority":331},{"path":852,"priority":348},"DIRECT_SOURCES.md",{"basePath":854,"description":855,"displayName":856,"installMethods":857,"rationale":858,"selectedPaths":859,"source":337,"sourceLanguage":18,"type":250},"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",[860,861],{"path":477,"priority":331},{"path":862,"priority":348},"CVE_RESEARCH.md",{"basePath":864,"description":865,"displayName":866,"installMethods":867,"rationale":868,"selectedPaths":869,"source":337,"sourceLanguage":18,"type":250},"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",[870,871],{"path":477,"priority":331},{"path":872,"priority":348},"PROJECT_RESEARCH.md",{"basePath":874,"description":875,"displayName":876,"installMethods":877,"rationale":878,"selectedPaths":879,"source":337,"sourceLanguage":18,"type":250},"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",[880,881,883,885],{"path":477,"priority":331},{"path":882,"priority":348},"VERIFICATION_CHECKLIST.md",{"path":884,"priority":348},"checklists.md",{"path":886,"priority":348},"patterns.md",{"basePath":888,"description":889,"displayName":890,"installMethods":891,"rationale":892,"selectedPaths":893,"source":337,"sourceLanguage":18,"type":250},"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",[894],{"path":477,"priority":331},{"basePath":896,"description":897,"displayName":898,"installMethods":899,"rationale":900,"selectedPaths":901,"source":337,"sourceLanguage":18,"type":250},"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",[902],{"path":477,"priority":331},{"basePath":904,"description":905,"displayName":906,"installMethods":907,"rationale":908,"selectedPaths":909,"source":337,"sourceLanguage":18,"type":250},"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",[910],{"path":477,"priority":331},{"basePath":912,"description":913,"displayName":914,"installMethods":915,"rationale":916,"selectedPaths":917,"source":337,"sourceLanguage":18,"type":250},"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",[918,919,921,923,925,927],{"path":477,"priority":331},{"path":920,"priority":348},"REQUIREMENTS.md",{"path":922,"priority":348},"anthemscore-reference.md",{"path":924,"priority":348},"musescore-reference.md",{"path":926,"priority":348},"publishing-guide.md",{"path":928,"priority":348},"workflow-detail.md",{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":337,"sourceLanguage":18,"type":250},"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",[936],{"path":477,"priority":331},{"basePath":938,"description":939,"displayName":940,"installMethods":941,"rationale":942,"selectedPaths":943,"source":337,"sourceLanguage":18,"type":250},"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",[944,945],{"path":477,"priority":331},{"path":946,"priority":348},"genre-practices.md",{"basePath":948,"description":949,"displayName":950,"installMethods":951,"rationale":952,"selectedPaths":953,"source":337,"sourceLanguage":18,"type":250},"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",[954,955],{"path":477,"priority":331},{"path":956,"priority":348},"test-definitions.md",{"basePath":958,"description":959,"displayName":960,"installMethods":961,"rationale":962,"selectedPaths":963,"source":337,"sourceLanguage":18,"type":250},"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",[964,965],{"path":477,"priority":331},{"path":966,"priority":348},"phases.md",{"basePath":247,"description":10,"displayName":13,"installMethods":968,"rationale":969,"selectedPaths":970,"source":337,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at skills/validate-album/SKILL.md",[971],{"path":477,"priority":331},{"basePath":973,"description":974,"displayName":975,"installMethods":976,"rationale":977,"selectedPaths":978,"source":337,"sourceLanguage":18,"type":250},"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",[979],{"path":477,"priority":331},{"basePath":981,"description":982,"displayName":983,"installMethods":984,"rationale":985,"selectedPaths":986,"source":337,"sourceLanguage":18,"type":250},"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",[987],{"path":477,"priority":331},{"sources":989},[990],"manual",{"closedIssues90d":235,"description":268,"forks":236,"homepage":992,"license":242,"openIssues90d":238,"pushedAt":239,"readmeSize":233,"stars":240,"topics":993},"https://www.bitwizemusic.com",[994,306,995,996,997,998,999,1000,1001,215,278,1002,1003,302,638,282,281,1004,279,1005],"claude","claude-code-plugin","claude-code-plugin-marketplace","claude-code-plugins","claude-code-plugins-marketplace","claude-code-skills","claude-skill","claude-skills","suno-ai","sunoai","music-mastering","ai-music-tools",{"classifiedAt":1007,"discoverAt":1008,"extractAt":1009,"githubAt":1009,"updatedAt":1007},1778683099616,1778683093832,1778683097699,[217,218,215,219,216],{"evaluatedAt":245,"extractAt":294,"updatedAt":245},[],[1014,1037,1054,1082,1110,1136],{"_creationTime":1015,"_id":1016,"community":1017,"display":1018,"identity":1021,"providers":1022,"relations":1033,"tags":1034,"workflow":1035},1778683100520.3076,"k177kkncnc53stshsayz2122b186ndps",{"reviewCount":8},{"description":913,"installMethods":1019,"name":1020,"sourceUrl":14},{"claudeCode":12},"Sheet Music Publisher",{"basePath":912,"githubOwner":248,"githubRepo":249,"locale":18,"slug":914,"type":250},{"evaluate":1023,"extract":1032},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1024,"tags":1025,"targetMarket":220,"tier":221},99,[217,215,1026,1027,1028,1029,1030,1031],"sheet-music","transcription","songbook","pdf","midi","musicxml",{"commitSha":284,"license":242},{"parentExtensionId":253,"repoId":290},[217,1030,215,1031,1029,1026,1028,1027],{"evaluatedAt":1036,"extractAt":294,"updatedAt":1036},1778684168241,{"_creationTime":1038,"_id":1039,"community":1040,"display":1041,"identity":1043,"providers":1044,"relations":1050,"tags":1051,"workflow":1052},1778683100520.304,"k17dctntxr1fs2k3vpb6xzt9cn86m0bf",{"reviewCount":8},{"description":763,"installMethods":1042,"name":764,"sourceUrl":14},{"claudeCode":12},{"basePath":762,"githubOwner":248,"githubRepo":249,"locale":18,"slug":764,"type":250},{"evaluate":1045,"extract":1049},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1046,"tags":1047,"targetMarket":220,"tier":221},97,[215,218,764,1048,301],"file-management",{"commitSha":284},{"parentExtensionId":253,"repoId":290},[1048,218,215,764,301],{"evaluatedAt":1053,"extractAt":294,"updatedAt":1053},1778683818224,{"_creationTime":1055,"_id":1056,"community":1057,"display":1058,"identity":1064,"providers":1068,"relations":1075,"tags":1078,"workflow":1079},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":1059,"installMethods":1060,"name":1062,"sourceUrl":1063},"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":1061},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":1065,"githubOwner":1066,"githubRepo":1067,"locale":18,"slug":1062,"type":250},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":1069,"extract":1074},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":1070,"targetMarket":220,"tier":221},[1071,1072,217,1073,305],"tts","speech","google-cloud",{"commitSha":284},{"parentExtensionId":1076,"repoId":1077},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[217,1073,305,1072,1071],{"evaluatedAt":1080,"extractAt":1081,"updatedAt":1080},1778697061989,1778696833339,{"_creationTime":1083,"_id":1084,"community":1085,"display":1086,"identity":1092,"providers":1096,"relations":1104,"tags":1106,"workflow":1107},1778693180473.14,"k17dnngm9wdwdar6xqqr2jxjfh86m6w1",{"reviewCount":8},{"description":1087,"installMethods":1088,"name":1090,"sourceUrl":1091},"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":1089},"microsoft/agent-skills","podcast-generation","https://github.com/microsoft/agent-skills",{"basePath":1093,"githubOwner":1094,"githubRepo":1095,"locale":18,"slug":1090,"type":250},".github/skills/podcast-generation","microsoft","agent-skills",{"evaluate":1097,"extract":1103},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":1098,"targetMarket":220,"tier":221},[217,1099,1100,1101,1102],"text-to-speech","azure-openai","websocket","realtime",{"commitSha":284},{"repoId":1105},"kd77czgnv00rfjm815pcc5xx5986n5t8",[217,1100,1102,1099,1101],{"evaluatedAt":1108,"extractAt":1109,"updatedAt":1108},1778697105029,1778693180473,{"_creationTime":1111,"_id":1112,"community":1113,"display":1114,"identity":1120,"providers":1124,"relations":1130,"tags":1132,"workflow":1133},1778695021936.5625,"k1703jnec5x3fdsmasfekwt56s86m8bv",{"reviewCount":8},{"description":1115,"installMethods":1116,"name":1118,"sourceUrl":1119},"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":1117},"openai/skills","Speech Generation Skill","https://github.com/openai/skills",{"basePath":1121,"githubOwner":1122,"githubRepo":1123,"locale":18,"slug":1072,"type":250},"skills/.curated/speech","openai","skills",{"evaluate":1125,"extract":1128},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":1126,"targetMarket":220,"tier":221},[1072,217,1122,1071,1099,1127],"narration",{"commitSha":284,"license":1129},"Apache-2.0",{"repoId":1131},"kd75n2zj3yh472p25zffgycved86mnpx",[217,1127,1122,1072,1099,1071],{"evaluatedAt":1134,"extractAt":1135,"updatedAt":1134},1778695652845,1778695021936,{"_creationTime":1137,"_id":1138,"community":1139,"display":1140,"identity":1146,"providers":1151,"relations":1161,"tags":1163,"workflow":1164},1778688112811.7349,"k170vdg81q6yx4j2kv8seggh9186na7e",{"reviewCount":8},{"description":1141,"installMethods":1142,"name":1144,"sourceUrl":1145},"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":1143},"guia-matthieu/clawfu-skills","YouTube Downloader","https://github.com/guia-matthieu/clawfu-skills",{"basePath":1147,"githubOwner":1148,"githubRepo":1149,"locale":18,"slug":1150,"type":250},"skills/automation/youtube-downloader","guia-matthieu","clawfu-skills","youtube-downloader",{"evaluate":1152,"extract":1159},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":1153,"targetMarket":220,"tier":221},[1154,1155,1156,217,1027,1157,1158],"youtube","download","video","research","content-processing",{"commitSha":284,"license":1160},"MIT",{"repoId":1162},"kd72qvzyvm658ya7pbyh5ey47h86md53",[217,1158,1155,1157,1027,1156,1154],{"evaluatedAt":1165,"extractAt":1166,"updatedAt":1165},1778688933132,1778688112811]