[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-explicit-checker-en":3,"guides-for-bitwize-music-studio-explicit-checker":1021,"similar-k172xhfqqh3nhnj3pcqrjtqces86mdbf-en":1022},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":255,"isFallback":238,"parentExtension":261,"providers":323,"relations":327,"repo":328,"tags":1019,"workflow":1020},1778683100520.2986,"k172xhfqqh3nhnj3pcqrjtqces86mdbf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Scans lyrics for explicit content and verifies that explicit flags match actual content. Use before Suno generation or release to ensure accurate content ratings.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","Explicit Content Checker","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":236,"workflow":253},1778683342183.5125,"kn72a4xfem1pza1hxcrqnz6w6h86nvq7","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":206,"prerequisites":207,"promptVersionExtension":211,"promptVersionScoring":212,"purpose":213,"rationale":214,"score":215,"summary":216,"tags":217,"targetMarket":223,"tier":224,"useCases":225,"workflow":229},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of scanning lyrics for explicit content and verifying flags before generation or release.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill automates the checking of explicit content against provided lyrics and metadata, offering value beyond manual checks or simple LLM prompts.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears complete for its stated purpose, handling album and track paths, integrating with the MCP server for overrides, and producing a structured report.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on scanning lyrics for explicit content and verifying flags, aligning with its name and description.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided display description accurately reflects the skill's functionality and purpose.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses narrowly scoped tools like `list_tracks`, `extract_section`, `check_explicit_content`, and `get_track`, avoiding generalist execution commands.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md details the argument hint and explicitly mentions the override file format and location, covering relevant configuration.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names like `list_tracks`, `extract_section`, and `check_explicit_content` are descriptive and aligned with the music domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's input is a path, and its output is a structured report, adhering to minimal I/O.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project uses the CC0-1.0 license, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 12, 2026, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill itself doesn't appear to have direct third-party dependencies that require management beyond the MCP server, which is handled by the plugin setup.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on provided text and paths, and the workflow appears to treat data as input rather than executable instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled tools and local file paths, with no evidence of runtime remote code or data fetching for execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within expected scopes, interacting with file paths and MCP tools without evidence of attempting to modify files outside its designated project or sandbox.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops were detected in the skill's description or workflow.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill processes local lyric files and interacts with a local MCP server; there is no indication of submitting confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content appears to be standard markdown and code, free of hidden steering tricks or suspicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is described in readable markdown and relies on documented MCP tools, with no evidence of obfuscated code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill accepts paths as arguments, allowing users to specify their project structure, and clearly defines expected input formats for overrides.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The project has a high issue closure rate (109 closed vs. 14 open in 90 days), indicating active maintenance and responsiveness.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The GitHub repository has release tags and a changelog, indicating structured version management.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The skill validates inputs (paths) and relies on the MCP tool's `check_explicit_content` which implies internal validation of lyrics.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The skill is analytical and read-only, performing checks rather than destructive operations.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The workflow outlines clear steps and expected outcomes, and relies on the MCP tool for content checking, implying robust error handling within that tool.",{"category":111,"check":115,"severity":63,"summary":116},"Logging","The skill is analytical and does not perform destructive actions or outbound calls that would require local audit logging.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill processes local lyric files and does not appear to handle personally identifiable information.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is language-agnostic and operates on local files, making it globally applicable without regional restrictions.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard file operations and an MCP server, which is stated to work on Linux/macOS with Python 3.10+, indicating good portability.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a good overview of the project's purpose, architecture, and installation, complementing the skill's specific description.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a single-purpose skill with a primary function.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools used are distinct and do not exhibit overlapping near-synonym names for similar functions.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as scanning lyrics and generating reports, are supported by the described workflow and MCP tool integration.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation commands and mentions a setup/configuration step, with example invocations in the SKILL.md.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md details specific mismatch scenarios ('Flag Says No, Content Is Explicit', 'Flag Says Yes, Content Is Clean') with clear actions or notes, indicating actionable error reporting.",{"category":104,"check":148,"severity":149,"summary":150},"Pinned dependencies","info","The README mentions Python 3.10+ and the need for the MCP server, but specific dependency pinning and lockfiles for the skill itself are not explicitly detailed.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","The skill is analytical and does not perform state-changing operations or outbound data sending that would require a dry-run mode.",{"category":155,"check":156,"severity":63,"summary":157},"Protocol","Idempotent retry & timeouts","The skill operates locally on files and relies on the MCP server; it doesn't involve remote calls that would necessitate complex retry logic or timeouts within the skill itself.",{"category":118,"check":159,"severity":63,"summary":160},"Telemetry opt-in","There is no indication of telemetry being emitted by this skill.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill clearly defines its purpose (scan lyrics for explicit content and verify flags) and when to use it (before Suno generation or release) with specific inputs (path) and outputs (structured report).",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly stating the name, description, argument hint, model, and allowed tools.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured and relatively concise, delegating detailed lists of words to tables and workflow steps to a clear outline.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Detailed word lists are presented in tables within the SKILL.md, and the workflow is outlined clearly without requiring external references.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is a focused checker, not an exploratory tool, so `context: fork` is not applicable.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides two distinct, ready-to-use invocation examples covering both album and track paths.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill addresses potential mismatches between flags and content, and provides guidance on how to handle them ('Flag Says No, Content Is Explicit' vs 'Flag Says Yes, Content Is Clean').",{"category":111,"check":184,"severity":63,"summary":185},"Tool Fallback","The skill relies on the `bitwize-music-mcp` tool, which is assumed to be part of the plugin's core installation and does not present a fallback scenario.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The workflow implies that if lyrics cannot be extracted or content cannot be checked, the process would halt, and the mismatch reporting provides clear guidance on handling discrepancies.",{"category":92,"check":191,"severity":63,"summary":192},"Cross-skill coupling","This skill is self-contained and does not appear to rely on or cross-reference other skills within the `bitwize-music-studio` repository.",1778683342080,"This skill scans song lyrics for explicit words and compares the findings against existing explicit content flags, providing a report of matches, mismatches, and a summary suitable for distributor submission. It integrates with the `bitwize-music-mcp` tool for override management and handles both album and track paths.",[196,197,198,199,200],"Scans lyrics for explicit words","Reports findings with word counts","Flags mismatches between content and flags","Provides a summary for distributor submission","Supports override management for custom word lists",[202,203,204,205],"Generating lyrics","Performing audio mastering or production","Managing distribution platforms or metadata directly","Interpreting thematic or contextual explicit content beyond word presence",[],[208,209,210],"Python 3.10+","Linux or macOS (WSL on Windows)","MCP server installed via bitwize-music plugin","3.0.0","4.4.0","Ensure accurate content ratings for music releases by automatically verifying explicit flags against lyric content before generation or distribution.","All checks passed or were not applicable, indicating a high-quality, well-defined skill.",96,"A high-quality, focused skill for verifying explicit content flags against song lyrics.",[218,219,220,221,222],"lyrics","explicit-content","music","content-moderation","verification","global","verified",[226,227,228],"Use before generating music with AI to ensure lyrics are correctly flagged.","Use before releasing an album to verify all track flags match lyrical content.","Use for manual review of existing album metadata against lyrical content.",[230,231,232,233,234,235],"Receive path to scan (album or track)","List tracks or extract lyrics based on input path","Check lyrics for explicit words using MCP tool (with overrides)","Retrieve explicit flag from track metadata","Compare content findings with flag","Generate structured report and summary",{"codeQuality":237,"collectedAt":239,"documentation":240,"maintenance":243,"security":250,"testCoverage":252},{"hasLockfile":238},false,1778683326060,{"descriptionLength":241,"readmeSize":242},162,9335,{"closedIssues90d":244,"forks":245,"hasChangelog":246,"openIssues90d":247,"pushedAt":248,"stars":249},109,30,true,14,1778616491000,174,{"hasNpmPackage":238,"license":251,"smitheryVerified":238},"CC0-1.0",{"hasCi":246,"hasTests":246},{"updatedAt":254},1778683342183,{"basePath":256,"githubOwner":257,"githubRepo":258,"locale":18,"slug":259,"type":260},"skills/explicit-checker","bitwize-music-studio","claude-ai-music-skills","explicit-checker","skill",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":270,"parentExtension":273,"providers":304,"relations":319,"tags":320,"workflow":321},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":266,"installMethods":267,"name":269,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":268},"bitwize-music","Claude AI Music Skills",{"basePath":271,"githubOwner":257,"githubRepo":258,"locale":18,"slug":258,"type":272},"","plugin",{"_creationTime":274,"_id":275,"community":276,"display":277,"identity":280,"providers":282,"relations":298,"tags":300,"workflow":301},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":278,"installMethods":279,"name":268,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":271,"githubOwner":257,"githubRepo":258,"locale":18,"slug":258,"type":281},"marketplace",{"evaluate":283,"extract":292},{"promptVersionExtension":284,"promptVersionScoring":212,"score":215,"tags":285,"targetMarket":223,"tier":224},"3.1.0",[286,287,288,289,290,291],"music-production","suno","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":293,"marketplace":294,"plugin":296},"HEAD",{"name":268,"pluginCount":295},1,{"mcpCount":8,"provider":297,"skillCount":8},"classify",{"repoId":299},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[288,290,286,291,287,289],{"evaluatedAt":302,"extractAt":303,"updatedAt":302},1778683122195,1778683100520,{"evaluate":305,"extract":316},{"promptVersionExtension":211,"promptVersionScoring":212,"score":306,"tags":307,"targetMarket":223,"tier":224},100,[308,309,287,310,311,218,312,313,314,315],"music-generation","ai","audio-production","workflow","mastering","cli","python","claude-code",{"commitSha":293,"license":251,"plugin":317},{"mcpCount":8,"provider":297,"skillCount":318},54,{"parentExtensionId":275,"repoId":299},[309,310,315,313,218,312,308,314,287,311],{"evaluatedAt":322,"extractAt":303,"updatedAt":322},1778683131031,{"evaluate":324,"extract":326},{"promptVersionExtension":211,"promptVersionScoring":212,"score":215,"tags":325,"targetMarket":223,"tier":224},[218,219,220,221,222],{"commitSha":293,"license":251},{"parentExtensionId":263,"repoId":299},{"_creationTime":329,"_id":299,"identity":330,"providers":331,"workflow":1015},1778683093832.8552,{"githubOwner":257,"githubRepo":258,"sourceUrl":14},{"classify":332,"discover":997,"github":1000},{"commitSha":293,"extensions":333},[334,347,478,489,503,512,520,530,540,548,558,568,573,581,589,599,607,615,623,631,641,655,665,675,683,691,699,707,719,729,739,747,757,767,775,789,799,809,819,829,839,849,859,869,879,893,901,909,917,935,943,953,963,973,981,989],{"basePath":271,"displayName":268,"installMethods":335,"rationale":336,"selectedPaths":337,"source":346,"sourceLanguage":18,"type":281},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[338,341,343],{"path":339,"priority":340},".claude-plugin/marketplace.json","mandatory",{"path":342,"priority":340},"README.md",{"path":344,"priority":345},"LICENSE","high","rule",{"basePath":271,"description":266,"displayName":268,"installMethods":348,"license":251,"rationale":349,"selectedPaths":350,"source":346,"sourceLanguage":18,"type":272},{"claudeCode":268},"plugin manifest at .claude-plugin/plugin.json",[351,353,354,355,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476],{"path":352,"priority":340},".claude-plugin/plugin.json",{"path":342,"priority":340},{"path":344,"priority":345},{"path":356,"priority":357},"skills/about/SKILL.md","medium",{"path":359,"priority":357},"skills/album-art-director/SKILL.md",{"path":361,"priority":357},"skills/album-conceptualizer/SKILL.md",{"path":363,"priority":357},"skills/album-dashboard/SKILL.md",{"path":365,"priority":357},"skills/album-ideas/SKILL.md",{"path":367,"priority":357},"skills/clipboard/SKILL.md",{"path":369,"priority":357},"skills/cloud-uploader/SKILL.md",{"path":371,"priority":357},"skills/configure/SKILL.md",{"path":373,"priority":357},"skills/document-hunter/SKILL.md",{"path":375,"priority":357},"skills/explicit-checker/SKILL.md",{"path":377,"priority":357},"skills/genre-creator/SKILL.md",{"path":379,"priority":357},"skills/health-check/SKILL.md",{"path":381,"priority":357},"skills/help/SKILL.md",{"path":383,"priority":357},"skills/import-art/SKILL.md",{"path":385,"priority":357},"skills/import-audio/SKILL.md",{"path":387,"priority":357},"skills/import-track/SKILL.md",{"path":389,"priority":357},"skills/lyric-refiner/SKILL.md",{"path":391,"priority":357},"skills/lyric-reviewer/SKILL.md",{"path":393,"priority":357},"skills/lyric-writer/SKILL.md",{"path":395,"priority":357},"skills/mastering-engineer/SKILL.md",{"path":397,"priority":357},"skills/mix-engineer/SKILL.md",{"path":399,"priority":357},"skills/new-album/SKILL.md",{"path":401,"priority":357},"skills/next-step/SKILL.md",{"path":403,"priority":357},"skills/plagiarism-checker/SKILL.md",{"path":405,"priority":357},"skills/pre-generation-check/SKILL.md",{"path":407,"priority":357},"skills/promo-director/SKILL.md",{"path":409,"priority":357},"skills/promo-reviewer/SKILL.md",{"path":411,"priority":357},"skills/promo-writer/SKILL.md",{"path":413,"priority":357},"skills/promote-idea/SKILL.md",{"path":415,"priority":357},"skills/pronunciation-specialist/SKILL.md",{"path":417,"priority":357},"skills/release-director/SKILL.md",{"path":419,"priority":357},"skills/rename/SKILL.md",{"path":421,"priority":357},"skills/researcher/SKILL.md",{"path":423,"priority":357},"skills/researchers-biographical/SKILL.md",{"path":425,"priority":357},"skills/researchers-financial/SKILL.md",{"path":427,"priority":357},"skills/researchers-gov/SKILL.md",{"path":429,"priority":357},"skills/researchers-historical/SKILL.md",{"path":431,"priority":357},"skills/researchers-journalism/SKILL.md",{"path":433,"priority":357},"skills/researchers-legal/SKILL.md",{"path":435,"priority":357},"skills/researchers-primary-source/SKILL.md",{"path":437,"priority":357},"skills/researchers-security/SKILL.md",{"path":439,"priority":357},"skills/researchers-tech/SKILL.md",{"path":441,"priority":357},"skills/researchers-verifier/SKILL.md",{"path":443,"priority":357},"skills/resume/SKILL.md",{"path":445,"priority":357},"skills/session-start/SKILL.md",{"path":447,"priority":357},"skills/setup/SKILL.md",{"path":449,"priority":357},"skills/sheet-music-publisher/SKILL.md",{"path":451,"priority":357},"skills/skill-model-updater/SKILL.md",{"path":453,"priority":357},"skills/suno-engineer/SKILL.md",{"path":455,"priority":357},"skills/test/SKILL.md",{"path":457,"priority":357},"skills/tutorial/SKILL.md",{"path":459,"priority":357},"skills/validate-album/SKILL.md",{"path":461,"priority":357},"skills/verify-sources/SKILL.md",{"path":463,"priority":357},"skills/voice-checker/SKILL.md",{"path":465,"priority":340},".mcp.json",{"path":467,"priority":345},"hooks/README.md",{"path":469,"priority":345},"hooks/check_version_sync.py",{"path":471,"priority":345},"hooks/hooks.json",{"path":473,"priority":345},"hooks/install.sh",{"path":475,"priority":345},"hooks/pre-commit",{"path":477,"priority":345},"hooks/validate_track.py",{"basePath":479,"description":480,"displayName":481,"installMethods":482,"rationale":483,"selectedPaths":484,"source":346,"sourceLanguage":18,"type":260},"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",[485,487],{"path":486,"priority":340},"SKILL.md",{"path":488,"priority":357},"PROJECT_HISTORY.md",{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":346,"sourceLanguage":18,"type":260},"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",[496,497,499,501],{"path":486,"priority":340},{"path":498,"priority":357},"album-types.md",{"path":500,"priority":357},"prompt-examples.md",{"path":502,"priority":357},"visual-styles.md",{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":346,"sourceLanguage":18,"type":260},"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",[510,511],{"path":486,"priority":340},{"path":498,"priority":357},{"basePath":513,"description":514,"displayName":515,"installMethods":516,"rationale":517,"selectedPaths":518,"source":346,"sourceLanguage":18,"type":260},"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",[519],{"path":486,"priority":340},{"basePath":521,"description":522,"displayName":523,"installMethods":524,"rationale":525,"selectedPaths":526,"source":346,"sourceLanguage":18,"type":260},"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",[527,528],{"path":486,"priority":340},{"path":529,"priority":357},"STATUS_VALUES.md",{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":346,"sourceLanguage":18,"type":260},"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",[537,538],{"path":486,"priority":340},{"path":539,"priority":357},"USAGE_EXAMPLES.md",{"basePath":541,"description":542,"displayName":543,"installMethods":544,"rationale":545,"selectedPaths":546,"source":346,"sourceLanguage":18,"type":260},"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",[547],{"path":486,"priority":340},{"basePath":549,"description":550,"displayName":551,"installMethods":552,"rationale":553,"selectedPaths":554,"source":346,"sourceLanguage":18,"type":260},"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",[555,556],{"path":486,"priority":340},{"path":557,"priority":357},"SETTINGS_REFERENCE.md",{"basePath":559,"description":560,"displayName":561,"installMethods":562,"rationale":563,"selectedPaths":564,"source":346,"sourceLanguage":18,"type":260},"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",[565,566],{"path":486,"priority":340},{"path":567,"priority":357},"site-patterns.md",{"basePath":256,"description":10,"displayName":259,"installMethods":569,"rationale":570,"selectedPaths":571,"source":346,"sourceLanguage":18,"type":260},{"claudeCode":12},"SKILL.md frontmatter at skills/explicit-checker/SKILL.md",[572],{"path":486,"priority":340},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":346,"sourceLanguage":18,"type":260},"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",[580],{"path":486,"priority":340},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":346,"sourceLanguage":18,"type":260},"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",[588],{"path":486,"priority":340},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":346,"sourceLanguage":18,"type":260},"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",[596,597],{"path":486,"priority":340},{"path":598,"priority":357},"SKILL_GLOSSARY.md",{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":346,"sourceLanguage":18,"type":260},"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",[606],{"path":486,"priority":340},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":346,"sourceLanguage":18,"type":260},"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",[614],{"path":486,"priority":340},{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":346,"sourceLanguage":18,"type":260},"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",[622],{"path":486,"priority":340},{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":346,"sourceLanguage":18,"type":260},"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",[630],{"path":486,"priority":340},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":346,"sourceLanguage":18,"type":260},"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",[638,639],{"path":486,"priority":340},{"path":640,"priority":357},"checklist-reference.md",{"basePath":642,"description":643,"displayName":644,"installMethods":645,"rationale":646,"selectedPaths":647,"source":346,"sourceLanguage":18,"type":260},"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",[648,649,651,653],{"path":486,"priority":340},{"path":650,"priority":357},"craft-reference.md",{"path":652,"priority":357},"documentary-standards.md",{"path":654,"priority":357},"examples.md",{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":346,"sourceLanguage":18,"type":260},"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",[662,663],{"path":486,"priority":340},{"path":664,"priority":357},"genre-presets.md",{"basePath":666,"description":667,"displayName":668,"installMethods":669,"rationale":670,"selectedPaths":671,"source":346,"sourceLanguage":18,"type":260},"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",[672,673],{"path":486,"priority":340},{"path":674,"priority":357},"mix-presets.md",{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":346,"sourceLanguage":18,"type":260},"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",[682],{"path":486,"priority":340},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":346,"sourceLanguage":18,"type":260},"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",[690],{"path":486,"priority":340},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":346,"sourceLanguage":18,"type":260},"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",[698],{"path":486,"priority":340},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":346,"sourceLanguage":18,"type":260},"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",[706],{"path":486,"priority":340},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":346,"sourceLanguage":18,"type":260},"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",[714,715,717],{"path":486,"priority":340},{"path":716,"priority":357},"technical-reference.md",{"path":718,"priority":357},"visualization-guide.md",{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":346,"sourceLanguage":18,"type":260},"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",[726,727],{"path":486,"priority":340},{"path":728,"priority":357},"platform-rules.md",{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":346,"sourceLanguage":18,"type":260},"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",[736,737],{"path":486,"priority":340},{"path":738,"priority":357},"copy-formulas.md",{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":346,"sourceLanguage":18,"type":260},"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",[746],{"path":486,"priority":340},{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":346,"sourceLanguage":18,"type":260},"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",[754,755],{"path":486,"priority":340},{"path":756,"priority":357},"word-lists.md",{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":346,"sourceLanguage":18,"type":260},"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",[764,765],{"path":486,"priority":340},{"path":766,"priority":357},"platform-guides.md",{"basePath":768,"description":769,"displayName":770,"installMethods":771,"rationale":772,"selectedPaths":773,"source":346,"sourceLanguage":18,"type":260},"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",[774],{"path":486,"priority":340},{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":346,"sourceLanguage":18,"type":260},"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",[782,783,785,787],{"path":486,"priority":340},{"path":784,"priority":357},"free-sources.md",{"path":786,"priority":357},"source-standards.md",{"path":788,"priority":357},"templates.md",{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":346,"sourceLanguage":18,"type":260},"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",[796,797],{"path":486,"priority":340},{"path":798,"priority":357},"INTERVIEW_SOURCES.md",{"basePath":800,"description":801,"displayName":802,"installMethods":803,"rationale":804,"selectedPaths":805,"source":346,"sourceLanguage":18,"type":260},"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",[806,807],{"path":486,"priority":340},{"path":808,"priority":357},"SEC_FILING_GUIDE.md",{"basePath":810,"description":811,"displayName":812,"installMethods":813,"rationale":814,"selectedPaths":815,"source":346,"sourceLanguage":18,"type":260},"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",[816,817],{"path":486,"priority":340},{"path":818,"priority":357},"AGENCY_SOURCES.md",{"basePath":820,"description":821,"displayName":822,"installMethods":823,"rationale":824,"selectedPaths":825,"source":346,"sourceLanguage":18,"type":260},"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",[826,827],{"path":486,"priority":340},{"path":828,"priority":357},"ARCHIVE_SOURCES.md",{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":346,"sourceLanguage":18,"type":260},"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",[836,837],{"path":486,"priority":340},{"path":838,"priority":357},"SOURCE_EXTRACTION.md",{"basePath":840,"description":841,"displayName":842,"installMethods":843,"rationale":844,"selectedPaths":845,"source":346,"sourceLanguage":18,"type":260},"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",[846,847],{"path":486,"priority":340},{"path":848,"priority":357},"DISCOVERY_GUIDE.md",{"basePath":850,"description":851,"displayName":852,"installMethods":853,"rationale":854,"selectedPaths":855,"source":346,"sourceLanguage":18,"type":260},"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",[856,857],{"path":486,"priority":340},{"path":858,"priority":357},"DIRECT_SOURCES.md",{"basePath":860,"description":861,"displayName":862,"installMethods":863,"rationale":864,"selectedPaths":865,"source":346,"sourceLanguage":18,"type":260},"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",[866,867],{"path":486,"priority":340},{"path":868,"priority":357},"CVE_RESEARCH.md",{"basePath":870,"description":871,"displayName":872,"installMethods":873,"rationale":874,"selectedPaths":875,"source":346,"sourceLanguage":18,"type":260},"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",[876,877],{"path":486,"priority":340},{"path":878,"priority":357},"PROJECT_RESEARCH.md",{"basePath":880,"description":881,"displayName":882,"installMethods":883,"rationale":884,"selectedPaths":885,"source":346,"sourceLanguage":18,"type":260},"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",[886,887,889,891],{"path":486,"priority":340},{"path":888,"priority":357},"VERIFICATION_CHECKLIST.md",{"path":890,"priority":357},"checklists.md",{"path":892,"priority":357},"patterns.md",{"basePath":894,"description":895,"displayName":896,"installMethods":897,"rationale":898,"selectedPaths":899,"source":346,"sourceLanguage":18,"type":260},"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",[900],{"path":486,"priority":340},{"basePath":902,"description":903,"displayName":904,"installMethods":905,"rationale":906,"selectedPaths":907,"source":346,"sourceLanguage":18,"type":260},"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",[908],{"path":486,"priority":340},{"basePath":910,"description":911,"displayName":912,"installMethods":913,"rationale":914,"selectedPaths":915,"source":346,"sourceLanguage":18,"type":260},"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",[916],{"path":486,"priority":340},{"basePath":918,"description":919,"displayName":920,"installMethods":921,"rationale":922,"selectedPaths":923,"source":346,"sourceLanguage":18,"type":260},"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",[924,925,927,929,931,933],{"path":486,"priority":340},{"path":926,"priority":357},"REQUIREMENTS.md",{"path":928,"priority":357},"anthemscore-reference.md",{"path":930,"priority":357},"musescore-reference.md",{"path":932,"priority":357},"publishing-guide.md",{"path":934,"priority":357},"workflow-detail.md",{"basePath":936,"description":937,"displayName":938,"installMethods":939,"rationale":940,"selectedPaths":941,"source":346,"sourceLanguage":18,"type":260},"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",[942],{"path":486,"priority":340},{"basePath":944,"description":945,"displayName":946,"installMethods":947,"rationale":948,"selectedPaths":949,"source":346,"sourceLanguage":18,"type":260},"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",[950,951],{"path":486,"priority":340},{"path":952,"priority":357},"genre-practices.md",{"basePath":954,"description":955,"displayName":956,"installMethods":957,"rationale":958,"selectedPaths":959,"source":346,"sourceLanguage":18,"type":260},"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",[960,961],{"path":486,"priority":340},{"path":962,"priority":357},"test-definitions.md",{"basePath":964,"description":965,"displayName":966,"installMethods":967,"rationale":968,"selectedPaths":969,"source":346,"sourceLanguage":18,"type":260},"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",[970,971],{"path":486,"priority":340},{"path":972,"priority":357},"phases.md",{"basePath":974,"description":975,"displayName":976,"installMethods":977,"rationale":978,"selectedPaths":979,"source":346,"sourceLanguage":18,"type":260},"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",[980],{"path":486,"priority":340},{"basePath":982,"description":983,"displayName":984,"installMethods":985,"rationale":986,"selectedPaths":987,"source":346,"sourceLanguage":18,"type":260},"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",[988],{"path":486,"priority":340},{"basePath":990,"description":991,"displayName":992,"installMethods":993,"rationale":994,"selectedPaths":995,"source":346,"sourceLanguage":18,"type":260},"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",[996],{"path":486,"priority":340},{"sources":998},[999],"manual",{"closedIssues90d":244,"description":278,"forks":245,"homepage":1001,"license":251,"openIssues90d":247,"pushedAt":248,"readmeSize":242,"stars":249,"topics":1002},"https://www.bitwizemusic.com",[1003,315,1004,1005,1006,1007,1008,1009,1010,220,287,1011,1012,218,644,291,290,1013,288,1014],"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":1016,"discoverAt":1017,"extractAt":1018,"githubAt":1018,"updatedAt":1016},1778683099616,1778683093832,1778683097699,[221,219,218,220,222],{"evaluatedAt":254,"extractAt":303,"updatedAt":254},[],[1023,1039,1057,1075,1094,1111],{"_creationTime":1024,"_id":1025,"community":1026,"display":1027,"identity":1029,"providers":1030,"relations":1035,"tags":1036,"workflow":1037},1778683100520.2976,"k17eddzcgxtpk3emzqzwwkrg2s86mbkv",{"reviewCount":8},{"description":532,"installMethods":1028,"name":533,"sourceUrl":14},{"claudeCode":12},{"basePath":531,"githubOwner":257,"githubRepo":258,"locale":18,"slug":533,"type":260},{"evaluate":1031,"extract":1034},{"promptVersionExtension":211,"promptVersionScoring":212,"score":306,"tags":1032,"targetMarket":223,"tier":224},[533,218,287,220,1033],"utility",{"commitSha":293},{"parentExtensionId":263,"repoId":299},[533,218,220,287,1033],{"evaluatedAt":1038,"extractAt":303,"updatedAt":1038},1778683271492,{"_creationTime":1040,"_id":1041,"community":1042,"display":1043,"identity":1046,"providers":1047,"relations":1053,"tags":1054,"workflow":1055},1778683100520.3008,"k17ey9mx0h8mhbdfzz37c63c0s86m409",{"reviewCount":8},{"description":643,"installMethods":1044,"name":1045,"sourceUrl":14},{"claudeCode":12},"Lyric Writer",{"basePath":642,"githubOwner":257,"githubRepo":258,"locale":18,"slug":644,"type":260},{"evaluate":1048,"extract":1052},{"promptVersionExtension":211,"promptVersionScoring":212,"score":1049,"tags":1050,"targetMarket":223,"tier":224},99,[218,220,291,1051,287],"creative-writing",{"commitSha":293,"license":251},{"parentExtensionId":263,"repoId":299},[1051,218,220,291,287],{"evaluatedAt":1056,"extractAt":303,"updatedAt":1056},1778683512322,{"_creationTime":1058,"_id":1059,"community":1060,"display":1061,"identity":1063,"providers":1064,"relations":1071,"tags":1072,"workflow":1073},1778683100520.3005,"k17dkjxf3efq0x0a9dfe4gay3d86nr5r",{"reviewCount":8},{"description":633,"installMethods":1062,"name":634,"sourceUrl":14},{"claudeCode":12},{"basePath":632,"githubOwner":257,"githubRepo":258,"locale":18,"slug":634,"type":260},{"evaluate":1065,"extract":1070},{"promptVersionExtension":211,"promptVersionScoring":212,"score":1049,"tags":1066,"targetMarket":223,"tier":224},[218,287,220,1067,291,1068,1069],"quality-control","checklist","pronunciation",{"commitSha":293},{"parentExtensionId":263,"repoId":299},[1068,218,220,1069,1067,291,287],{"evaluatedAt":1074,"extractAt":303,"updatedAt":1074},1778683492249,{"_creationTime":1076,"_id":1077,"community":1078,"display":1079,"identity":1081,"providers":1082,"relations":1090,"tags":1091,"workflow":1092},1778683100520.3088,"k1780ejtdyfh5atysjycteerk986nqdg",{"reviewCount":8},{"description":975,"installMethods":1080,"name":976,"sourceUrl":14},{"claudeCode":12},{"basePath":974,"githubOwner":257,"githubRepo":258,"locale":18,"slug":976,"type":260},{"evaluate":1083,"extract":1089},{"promptVersionExtension":211,"promptVersionScoring":212,"score":306,"tags":1084,"targetMarket":223,"tier":224},[220,1085,1086,1087,1088],"validation","audio","metadata","release-prep",{"commitSha":293},{"parentExtensionId":263,"repoId":299},[1086,1087,220,1088,1085],{"evaluatedAt":1093,"extractAt":303,"updatedAt":1093},1778684303772,{"_creationTime":1095,"_id":1096,"community":1097,"display":1098,"identity":1100,"providers":1101,"relations":1107,"tags":1108,"workflow":1109},1778683100520.3086,"k17473atmd49c3vmdb5c0c120186m56r",{"reviewCount":8},{"description":965,"installMethods":1099,"name":966,"sourceUrl":14},{"claudeCode":12},{"basePath":964,"githubOwner":257,"githubRepo":258,"locale":18,"slug":966,"type":260},{"evaluate":1102,"extract":1106},{"promptVersionExtension":211,"promptVersionScoring":212,"score":306,"tags":1103,"targetMarket":223,"tier":224},[220,1104,966,311,1105],"album-creation","guided-creation",{"commitSha":293},{"parentExtensionId":263,"repoId":299},[1104,1105,220,966,311],{"evaluatedAt":1110,"extractAt":303,"updatedAt":1110},1778684275935,{"_creationTime":1112,"_id":1113,"community":1114,"display":1115,"identity":1117,"providers":1118,"relations":1125,"tags":1126,"workflow":1127},1778683100520.3,"k170tessb6tr9sjb6mk8qqw6qn86nv1n",{"reviewCount":8},{"description":617,"installMethods":1116,"name":618,"sourceUrl":14},{"claudeCode":12},{"basePath":616,"githubOwner":257,"githubRepo":258,"locale":18,"slug":618,"type":260},{"evaluate":1119,"extract":1124},{"promptVersionExtension":211,"promptVersionScoring":212,"score":306,"tags":1120,"targetMarket":223,"tier":224},[220,1121,1122,1123],"file-management","automation","mcp",{"commitSha":293},{"parentExtensionId":263,"repoId":299},[1122,1121,1123,220],{"evaluatedAt":1128,"extractAt":303,"updatedAt":1128},1778683452533]