[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-pre-generation-check-en":3,"guides-for-bitwize-music-studio-pre-generation-check":1010,"similar-k179gmcamfv7jbnxbcd9ntt6jn86nsdy-en":1011},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":227,"parentExtension":249,"providers":312,"relations":316,"repo":317,"tags":1008,"workflow":1009},1778683100520.3022,"k179gmcamfv7jbnxbcd9ntt6jn86nsdy",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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\".",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","pre-generation-check","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":242},1778683647484.611,"kn770fwymra4xabyz1g6nxapv986m272","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,47,50,53,57,62,66,71,74,77,80,83,86,89,93,97,102,106,110,113,116,119,123,126,129,132,135,138,141,145,149,153,156,160,163,166,169,172,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 pre-generation gates for Suno, addressing the need for verified sources, reviewed lyrics, resolved pronunciation, explicit flag setting, complete style prompts, and cleared artist names before track generation.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides significant value by automating a complex, multi-stage quality assurance process specifically for Suno track generation, which goes beyond basic prompt engineering or simple API wrapping.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, covering the complete lifecycle of pre-generation checks for Suno, with clear instructions and prerequisites.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill adheres to the single responsibility principle by focusing exclusively on validating pre-generation gates for Suno tracks.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality and purpose.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific, scoped tools like `bitwize-music-mcp`, `Read`, `Glob`, and `Grep` for its operations, rather than a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md frontmatter clearly declares prerequisites, allowed tools, and the model used, with the workflow outlining detailed gate checks.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools referenced (`Read`, `Glob`, `Grep`, `bitwize-music-mcp`) are descriptive and follow standard naming conventions.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's inputs (album/track slugs) and expected outputs (gate results and verdict) are clearly defined and minimal for its task.",{"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, and it is clearly stated in the LICENSE file and README.",{"category":58,"check":59,"severity":60,"summary":61},"Maintenance","Commit recency","critical","The last commit was on 2026-05-12, over a year ago, indicating the project is likely unmaintained and poses a risk due to potential spec changes or unpatched vulnerabilities.",{"category":58,"check":63,"severity":64,"summary":65},"Dependency Management","warning","The project uses dependencies (Python 3.10+) but lacks explicit mention of vulnerability scanning or automated update mechanisms like Dependabot, beyond basic installation instructions.",{"category":67,"check":68,"severity":69,"summary":70},"Security","Secret Management","not_applicable","The skill does not appear to handle or expose any secrets, as its function is limited to validation and reporting.",{"category":67,"check":72,"severity":24,"summary":73},"Injection","The skill appears to treat all input data, such as track slugs, as untrusted and does not execute arbitrary code or fetch external data.",{"category":67,"check":75,"severity":24,"summary":76},"Transitive Supply-Chain Grenades","The skill does not fetch external code or data at runtime; all necessary logic and references are bundled within the repository.",{"category":67,"check":78,"severity":24,"summary":79},"Sandbox Isolation","The skill's operations are confined to validating data and reporting, with no indication of attempting to modify files outside its designated scope.",{"category":67,"check":81,"severity":24,"summary":82},"Sandbox escape primitives","No detached process spawns or deny-retry loops were identified in the skill's logic.",{"category":67,"check":84,"severity":24,"summary":85},"Data Exfiltration","The skill's purpose is validation and reporting, with no outbound calls or mechanisms for exfiltrating confidential data.",{"category":67,"check":87,"severity":24,"summary":88},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and descriptions use clean, printable ASCII characters.",{"category":90,"check":91,"severity":24,"summary":92},"Hooks","Opaque code execution","The skill's logic is implemented in readable Markdown and YAML frontmatter, with no evidence of obfuscated code or runtime script execution.",{"category":94,"check":95,"severity":24,"summary":96},"Portability","Structural Assumption","The skill's logic relies on provided arguments (album/track slugs) and does not appear to make assumptions about user project file structures outside its defined scope.",{"category":98,"check":99,"severity":100,"summary":101},"Trust","Issues Attention","info","In the last 90 days, 14 issues were opened and 109 were closed, indicating a high closure rate but a significant backlog of open issues.",{"category":103,"check":104,"severity":64,"summary":105},"Versioning","Release Management","The 'main' branch is used for installation, and while a `CHANGELOG.md` exists, there is no explicit versioning declared in the SKILL.md frontmatter or a manifest, making it difficult to pin specific versions.",{"category":107,"check":108,"severity":24,"summary":109},"Code Execution","Validation","Input arguments are processed as slugs and passed to MCP tools, implying validation occurs within the MCP server, and output is structured.",{"category":67,"check":111,"severity":69,"summary":112},"Unguarded Destructive Operations","The skill is purely for validation and reporting, and does not perform any destructive operations.",{"category":107,"check":114,"severity":24,"summary":115},"Error Handling","The SKILL.md describes clear pass/fail conditions and specific error messages for various gates, and the workflow implies structured reporting of issues.",{"category":107,"check":117,"severity":69,"summary":118},"Logging","As this skill is read-only and focused on validation, a specific audit log file for actions is not applicable.",{"category":120,"check":121,"severity":69,"summary":122},"Compliance","GDPR","The skill operates on metadata related to music tracks and does not process personal data.",{"category":120,"check":124,"severity":24,"summary":125},"Target market","There are no regional or jurisdictional signals; the skill is globally applicable to music production workflows.",{"category":94,"check":127,"severity":24,"summary":128},"Runtime stability","The skill's logic is contained within SKILL.md and its dependencies are standard Python tools, indicating good cross-platform compatibility assuming Python is available.",{"category":44,"check":130,"severity":24,"summary":131},"README","The README provides a comprehensive overview of the project's purpose, architecture, installation, and usage, complementing the SKILL.md.",{"category":33,"check":133,"severity":69,"summary":134},"Tool surface size","This is a single-purpose skill that doesn't expose multiple distinct tools or commands to the user directly.",{"category":40,"check":136,"severity":69,"summary":137},"Overlapping near-synonym tools","The skill primarily interacts with the `bitwize-music-mcp` and standard file operations, without exposing overlapping user-facing synonym commands.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All advertised features, such as specific gate checks and report formatting, are clearly implemented within the SKILL.md and its associated workflows.",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","The README provides clear installation commands using `/plugin marketplace add` and `/plugin install`, along with setup and configuration steps.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The SKILL.md provides detailed, actionable failure messages for each gate, specifying the issue and remediation steps.",{"category":150,"check":151,"severity":64,"summary":152},"Execution","Pinned dependencies","While Python 3.10+ is mentioned, there is no lockfile or explicit pinning for third-party Python dependencies used by the MCP server, increasing the risk of version conflicts.",{"category":33,"check":154,"severity":69,"summary":155},"Dry-run preview","The skill performs only validation and reporting; it does not have state-changing operations or outbound data sending, making a dry-run feature not applicable.",{"category":157,"check":158,"severity":69,"summary":159},"Protocol","Idempotent retry & timeouts","The skill's operations are primarily local validation and reporting against provided data, not remote calls or state-changing operations, thus this check is not applicable.",{"category":120,"check":161,"severity":69,"summary":162},"Telemetry opt-in","The skill does not appear to emit any telemetry data.",{"category":40,"check":164,"severity":24,"summary":165},"Precise Purpose","The description precisely states the skill's function (validates pre-generation gates for Suno) and when to use it (before generating tracks or when user says 'pre-gen check'), naming the artifact (tracks) and user intent (generation).",{"category":40,"check":167,"severity":24,"summary":168},"Concise Frontmatter","The frontmatter is dense and self-contained, providing a clear summary of the core capability and trigger phrases within a reasonable character count.",{"category":44,"check":170,"severity":24,"summary":171},"Concise Body","The SKILL.md body is concise, outlining the task and gates, while delegating deeper material like the report format to inline markdown sections.",{"category":173,"check":174,"severity":24,"summary":175},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and report format clearly, without embedding excessive bulk material, keeping it concise.",{"category":173,"check":177,"severity":69,"summary":178},"Forked exploration","The skill is a focused validation task and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":180,"severity":24,"summary":181},"Usage examples","The SKILL.md provides clear examples of the report format for single tracks and full albums, demonstrating the expected output and verdicts.",{"category":22,"check":183,"severity":24,"summary":184},"Edge cases","The SKILL.md handles edge cases such as instrumental tracks, field mismatches, and lists specific failure modes with clear symptoms and fixes for each gate.",{"category":107,"check":186,"severity":69,"summary":187},"Tool Fallback","The skill uses standard tools like `Read`, `Glob`, `Grep`, and a custom MCP server, but does not list it as optional with a fallback, nor does it declare its version in frontmatter.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The SKILL.md explicitly instructs to FAIL generation if gates are not met, and describes specific failure conditions for each gate, halting the process.",{"category":94,"check":193,"severity":69,"summary":194},"Cross-skill coupling","This skill is self-contained and does not rely on other specific skills being loaded in the same session.",1778683647375,"This skill automates the validation of critical pre-generation gates for Suno music tracks, ensuring sources are verified, lyrics are reviewed, pronunciation is resolved, explicit flags are set, style prompts are complete, and artist names are cleared before proceeding with music generation.",[198,199,200,201,202],"Validates sources for verification status.","Checks for reviewed lyrics and resolves pronunciation risks.","Confirms explicit content flag status.","Verifies Suno style prompt completeness and artist name clearance.","Handles instrumental tracks by adjusting gate evaluations.",[204,205,206],"Fixing or writing lyrics, pronunciation, or style prompts.","Modifying source verification status.","Generating music itself; only validating readiness for generation.","3.0.0","4.4.0","To ensure all necessary quality checks and metadata requirements are met before submitting tracks to Suno for AI generation, preventing generation failures or unwanted outcomes.","Critical finding regarding commit recency due to the last commit being over a year ago, combined with a warning about unpinned dependencies and versioning.",78,"A robust skill for pre-generating track validation, though significant maintenance concerns exist.",[214,215,216,217,218],"music","suno","validation","quality-assurance","workflow-automation","global","flagged",[222,223,224],"Use before generating tracks on Suno to ensure all requirements are met.","Use when the user says 'pre-gen check' or 'ready to generate' to perform a final validation.","Use to identify specific failures in the music generation pipeline before committing to Suno.",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":239,"testCoverage":241},{"hasLockfile":227},false,1778683625295,{"descriptionLength":230,"readmeSize":231},298,9335,{"closedIssues90d":233,"forks":234,"hasChangelog":235,"openIssues90d":236,"pushedAt":237,"stars":238},109,30,true,14,1778616491000,174,{"hasNpmPackage":227,"license":240,"smitheryVerified":227},"CC0-1.0",{"hasCi":235,"hasTests":235},{"updatedAt":243},1778683647484,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/pre-generation-check","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":258,"parentExtension":261,"providers":292,"relations":308,"tags":309,"workflow":310},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":254,"installMethods":255,"name":257,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":256},"bitwize-music","Claude AI Music Skills",{"basePath":259,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":260},"","plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":268,"providers":270,"relations":286,"tags":288,"workflow":289},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":266,"installMethods":267,"name":256,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":259,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":269},"marketplace",{"evaluate":271,"extract":280},{"promptVersionExtension":272,"promptVersionScoring":208,"score":273,"tags":274,"targetMarket":219,"tier":279},"3.1.0",96,[275,215,276,218,277,278],"music-production","ai-music","audio-mastering","songwriting","verified",{"commitSha":281,"marketplace":282,"plugin":284},"HEAD",{"name":256,"pluginCount":283},1,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[276,277,275,278,215,218],{"evaluatedAt":290,"extractAt":291,"updatedAt":290},1778683122195,1778683100520,{"evaluate":293,"extract":305},{"promptVersionExtension":207,"promptVersionScoring":208,"score":294,"tags":295,"targetMarket":219,"tier":279},100,[296,297,215,298,299,300,301,302,303,304],"music-generation","ai","audio-production","workflow","lyrics","mastering","cli","python","claude-code",{"commitSha":281,"license":240,"plugin":306},{"mcpCount":8,"provider":285,"skillCount":307},54,{"parentExtensionId":263,"repoId":287},[297,298,304,302,300,301,296,303,215,299],{"evaluatedAt":311,"extractAt":291,"updatedAt":311},1778683131031,{"evaluate":313,"extract":315},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":314,"targetMarket":219,"tier":220},[214,215,216,217,218],{"commitSha":281},{"parentExtensionId":251,"repoId":287},{"_creationTime":318,"_id":287,"identity":319,"providers":320,"workflow":1004},1778683093832.8552,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":321,"discover":986,"github":989},{"commitSha":281,"extensions":322},[323,336,467,478,492,501,509,519,529,537,547,557,565,573,581,591,599,607,615,623,633,647,657,667,675,683,691,696,708,718,728,736,746,756,764,778,788,798,808,818,828,838,848,858,868,882,890,898,906,924,932,942,952,962,970,978],{"basePath":259,"displayName":256,"installMethods":324,"rationale":325,"selectedPaths":326,"source":335,"sourceLanguage":18,"type":269},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[327,330,332],{"path":328,"priority":329},".claude-plugin/marketplace.json","mandatory",{"path":331,"priority":329},"README.md",{"path":333,"priority":334},"LICENSE","high","rule",{"basePath":259,"description":254,"displayName":256,"installMethods":337,"license":240,"rationale":338,"selectedPaths":339,"source":335,"sourceLanguage":18,"type":260},{"claudeCode":256},"plugin manifest at .claude-plugin/plugin.json",[340,342,343,344,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465],{"path":341,"priority":329},".claude-plugin/plugin.json",{"path":331,"priority":329},{"path":333,"priority":334},{"path":345,"priority":346},"skills/about/SKILL.md","medium",{"path":348,"priority":346},"skills/album-art-director/SKILL.md",{"path":350,"priority":346},"skills/album-conceptualizer/SKILL.md",{"path":352,"priority":346},"skills/album-dashboard/SKILL.md",{"path":354,"priority":346},"skills/album-ideas/SKILL.md",{"path":356,"priority":346},"skills/clipboard/SKILL.md",{"path":358,"priority":346},"skills/cloud-uploader/SKILL.md",{"path":360,"priority":346},"skills/configure/SKILL.md",{"path":362,"priority":346},"skills/document-hunter/SKILL.md",{"path":364,"priority":346},"skills/explicit-checker/SKILL.md",{"path":366,"priority":346},"skills/genre-creator/SKILL.md",{"path":368,"priority":346},"skills/health-check/SKILL.md",{"path":370,"priority":346},"skills/help/SKILL.md",{"path":372,"priority":346},"skills/import-art/SKILL.md",{"path":374,"priority":346},"skills/import-audio/SKILL.md",{"path":376,"priority":346},"skills/import-track/SKILL.md",{"path":378,"priority":346},"skills/lyric-refiner/SKILL.md",{"path":380,"priority":346},"skills/lyric-reviewer/SKILL.md",{"path":382,"priority":346},"skills/lyric-writer/SKILL.md",{"path":384,"priority":346},"skills/mastering-engineer/SKILL.md",{"path":386,"priority":346},"skills/mix-engineer/SKILL.md",{"path":388,"priority":346},"skills/new-album/SKILL.md",{"path":390,"priority":346},"skills/next-step/SKILL.md",{"path":392,"priority":346},"skills/plagiarism-checker/SKILL.md",{"path":394,"priority":346},"skills/pre-generation-check/SKILL.md",{"path":396,"priority":346},"skills/promo-director/SKILL.md",{"path":398,"priority":346},"skills/promo-reviewer/SKILL.md",{"path":400,"priority":346},"skills/promo-writer/SKILL.md",{"path":402,"priority":346},"skills/promote-idea/SKILL.md",{"path":404,"priority":346},"skills/pronunciation-specialist/SKILL.md",{"path":406,"priority":346},"skills/release-director/SKILL.md",{"path":408,"priority":346},"skills/rename/SKILL.md",{"path":410,"priority":346},"skills/researcher/SKILL.md",{"path":412,"priority":346},"skills/researchers-biographical/SKILL.md",{"path":414,"priority":346},"skills/researchers-financial/SKILL.md",{"path":416,"priority":346},"skills/researchers-gov/SKILL.md",{"path":418,"priority":346},"skills/researchers-historical/SKILL.md",{"path":420,"priority":346},"skills/researchers-journalism/SKILL.md",{"path":422,"priority":346},"skills/researchers-legal/SKILL.md",{"path":424,"priority":346},"skills/researchers-primary-source/SKILL.md",{"path":426,"priority":346},"skills/researchers-security/SKILL.md",{"path":428,"priority":346},"skills/researchers-tech/SKILL.md",{"path":430,"priority":346},"skills/researchers-verifier/SKILL.md",{"path":432,"priority":346},"skills/resume/SKILL.md",{"path":434,"priority":346},"skills/session-start/SKILL.md",{"path":436,"priority":346},"skills/setup/SKILL.md",{"path":438,"priority":346},"skills/sheet-music-publisher/SKILL.md",{"path":440,"priority":346},"skills/skill-model-updater/SKILL.md",{"path":442,"priority":346},"skills/suno-engineer/SKILL.md",{"path":444,"priority":346},"skills/test/SKILL.md",{"path":446,"priority":346},"skills/tutorial/SKILL.md",{"path":448,"priority":346},"skills/validate-album/SKILL.md",{"path":450,"priority":346},"skills/verify-sources/SKILL.md",{"path":452,"priority":346},"skills/voice-checker/SKILL.md",{"path":454,"priority":329},".mcp.json",{"path":456,"priority":334},"hooks/README.md",{"path":458,"priority":334},"hooks/check_version_sync.py",{"path":460,"priority":334},"hooks/hooks.json",{"path":462,"priority":334},"hooks/install.sh",{"path":464,"priority":334},"hooks/pre-commit",{"path":466,"priority":334},"hooks/validate_track.py",{"basePath":468,"description":469,"displayName":470,"installMethods":471,"rationale":472,"selectedPaths":473,"source":335,"sourceLanguage":18,"type":248},"skills/about","Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or capabilities.","about",{"claudeCode":12},"SKILL.md frontmatter at skills/about/SKILL.md",[474,476],{"path":475,"priority":329},"SKILL.md",{"path":477,"priority":346},"PROJECT_HISTORY.md",{"basePath":479,"description":480,"displayName":481,"installMethods":482,"rationale":483,"selectedPaths":484,"source":335,"sourceLanguage":18,"type":248},"skills/album-art-director","Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual artwork generation.","album-art-director",{"claudeCode":12},"SKILL.md frontmatter at skills/album-art-director/SKILL.md",[485,486,488,490],{"path":475,"priority":329},{"path":487,"priority":346},"album-types.md",{"path":489,"priority":346},"prompt-examples.md",{"path":491,"priority":346},"visual-styles.md",{"basePath":493,"description":494,"displayName":495,"installMethods":496,"rationale":497,"selectedPaths":498,"source":335,"sourceLanguage":18,"type":248},"skills/album-conceptualizer","Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album concept.","album-conceptualizer",{"claudeCode":12},"SKILL.md frontmatter at skills/album-conceptualizer/SKILL.md",[499,500],{"path":475,"priority":329},{"path":487,"priority":346},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":335,"sourceLanguage":18,"type":248},"skills/album-dashboard","Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of album progress.","album-dashboard",{"claudeCode":12},"SKILL.md frontmatter at skills/album-dashboard/SKILL.md",[508],{"path":475,"priority":329},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":335,"sourceLanguage":18,"type":248},"skills/album-ideas","Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea backlog.","album-ideas",{"claudeCode":12},"SKILL.md frontmatter at skills/album-ideas/SKILL.md",[516,517],{"path":475,"priority":329},{"path":518,"priority":346},"STATUS_VALUES.md",{"basePath":520,"description":521,"displayName":522,"installMethods":523,"rationale":524,"selectedPaths":525,"source":335,"sourceLanguage":18,"type":248},"skills/clipboard","Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or other external tools.","clipboard",{"claudeCode":12},"SKILL.md frontmatter at skills/clipboard/SKILL.md",[526,527],{"path":475,"priority":329},{"path":528,"priority":346},"USAGE_EXAMPLES.md",{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":335,"sourceLanguage":18,"type":248},"skills/cloud-uploader","Uploads promo videos and content to Cloudflare R2 or AWS S3. Use when the user wants to host promo content for social media or distribution.","cloud-uploader",{"claudeCode":12},"SKILL.md frontmatter at skills/cloud-uploader/SKILL.md",[536],{"path":475,"priority":329},{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":335,"sourceLanguage":18,"type":248},"skills/configure","Sets up or edits the plugin configuration file interactively. Use on first-time setup, when config is missing, or when the user wants to change settings.","configure",{"claudeCode":12},"SKILL.md frontmatter at skills/configure/SKILL.md",[544,545],{"path":475,"priority":329},{"path":546,"priority":346},"SETTINGS_REFERENCE.md",{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":335,"sourceLanguage":18,"type":248},"skills/document-hunter","Searches and retrieves documents from free public sources using automated browser navigation. Use when research needs primary source documents like court filings, government reports, or public records.","document-hunter",{"claudeCode":12},"SKILL.md frontmatter at skills/document-hunter/SKILL.md",[554,555],{"path":475,"priority":329},{"path":556,"priority":346},"site-patterns.md",{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":335,"sourceLanguage":18,"type":248},"skills/explicit-checker","Scans lyrics for explicit content and verifies that explicit flags match actual content. Use before Suno generation or release to ensure accurate content ratings.","explicit-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/explicit-checker/SKILL.md",[564],{"path":475,"priority":329},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":335,"sourceLanguage":18,"type":248},"skills/genre-creator","Create new genre documentation files for the bitwize-music genre library. Use when the user wants to add a genre, says \"/genre-creator\", \"neues Genre erstellen\", \"Genre hinzufuegen\", \"add genre\", or asks to create genre documentation. Takes a genre name as argument.","genre-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/genre-creator/SKILL.md",[572],{"path":475,"priority":329},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":335,"sourceLanguage":18,"type":248},"skills/health-check","Runs plugin health checks (venv packages and skill registration). Use when the user asks to check plugin health, verify setup, or troubleshoot missing skills.","health-check",{"claudeCode":12},"SKILL.md frontmatter at skills/health-check/SKILL.md",[580],{"path":475,"priority":329},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":335,"sourceLanguage":18,"type":248},"skills/help","Shows available skills, common workflows, and quick reference for the plugin. Use when the user asks for help, what skills are available, or how to do something.","help",{"claudeCode":12},"SKILL.md frontmatter at skills/help/SKILL.md",[588,589],{"path":475,"priority":329},{"path":590,"priority":346},"SKILL_GLOSSARY.md",{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":335,"sourceLanguage":18,"type":248},"skills/import-art","Places album art files in the correct audio and content directory locations. Use when the user has generated or downloaded album artwork that needs to be saved.","import-art",{"claudeCode":12},"SKILL.md frontmatter at skills/import-art/SKILL.md",[598],{"path":475,"priority":329},{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":335,"sourceLanguage":18,"type":248},"skills/import-audio","Moves audio files to the correct album location with proper path structure. Use when the user has downloaded WAV files from Suno or other sources that need to be organized.","import-audio",{"claudeCode":12},"SKILL.md frontmatter at skills/import-audio/SKILL.md",[606],{"path":475,"priority":329},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":335,"sourceLanguage":18,"type":248},"skills/import-track","Moves track markdown files to the correct album location. Use when the user has track files in Downloads or other locations that need to be placed in an album.","import-track",{"claudeCode":12},"SKILL.md frontmatter at skills/import-track/SKILL.md",[614],{"path":475,"priority":329},{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":335,"sourceLanguage":18,"type":248},"skills/lyric-refiner","Autonomous multi-pass lyric refinement for tightening, cohesion, and album unity. Use after lyrics are written to polish a track or entire album through iterative passes.","lyric-refiner",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-refiner/SKILL.md",[622],{"path":475,"priority":329},{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":335,"sourceLanguage":18,"type":248},"skills/lyric-reviewer","Reviews lyrics against a quality checklist before Suno generation. Use before generating tracks to catch rhyme, prosody, pronunciation, and structural issues.","lyric-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-reviewer/SKILL.md",[630,631],{"path":475,"priority":329},{"path":632,"priority":346},"checklist-reference.md",{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":335,"sourceLanguage":18,"type":248},"skills/lyric-writer","Writes or reviews lyrics with professional prosody, rhyme craft, and quality checks. Use when writing new lyrics, revising existing lyrics, or when the user says 'let's work on a track.'","lyric-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-writer/SKILL.md",[640,641,643,645],{"path":475,"priority":329},{"path":642,"priority":346},"craft-reference.md",{"path":644,"priority":346},"documentary-standards.md",{"path":646,"priority":346},"examples.md",{"basePath":648,"description":649,"displayName":650,"installMethods":651,"rationale":652,"selectedPaths":653,"source":335,"sourceLanguage":18,"type":248},"skills/mastering-engineer","Guides audio mastering for streaming platforms including loudness optimization and tonal balance. Use when the user has approved tracks and wants to master audio files.","mastering-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/mastering-engineer/SKILL.md",[654,655],{"path":475,"priority":329},{"path":656,"priority":346},"genre-presets.md",{"basePath":658,"description":659,"displayName":660,"installMethods":661,"rationale":662,"selectedPaths":663,"source":335,"sourceLanguage":18,"type":248},"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",[664,665],{"path":475,"priority":329},{"path":666,"priority":346},"mix-presets.md",{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":335,"sourceLanguage":18,"type":248},"skills/new-album","Creates a new album with the correct directory structure and templates. Use IMMEDIATELY when the user says 'make a new album' or similar, before any discussion.","new-album",{"claudeCode":12},"SKILL.md frontmatter at skills/new-album/SKILL.md",[674],{"path":475,"priority":329},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":335,"sourceLanguage":18,"type":248},"skills/next-step","Analyzes album state and recommends the optimal next action. Use when the user asks \"what should I do next?\" or \"what's left to do?\"","next-step",{"claudeCode":12},"SKILL.md frontmatter at skills/next-step/SKILL.md",[682],{"path":475,"priority":329},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":335,"sourceLanguage":18,"type":248},"skills/plagiarism-checker","Scans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing.","plagiarism-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/plagiarism-checker/SKILL.md",[690],{"path":475,"priority":329},{"basePath":245,"description":10,"displayName":13,"installMethods":692,"rationale":693,"selectedPaths":694,"source":335,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/pre-generation-check/SKILL.md",[695],{"path":475,"priority":329},{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":335,"sourceLanguage":18,"type":248},"skills/promo-director","Generates 15-second vertical promo videos for social media from mastered audio. Use after mastering is complete and before release, when the user wants social media content.","promo-director",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-director/SKILL.md",[703,704,706],{"path":475,"priority":329},{"path":705,"priority":346},"technical-reference.md",{"path":707,"priority":346},"visualization-guide.md",{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":335,"sourceLanguage":18,"type":248},"skills/promo-reviewer","Reviews and iterates on social media copy in album promo/ files. Use after populating promo templates and before release to polish platform-specific posts.","promo-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-reviewer/SKILL.md",[715,716],{"path":475,"priority":329},{"path":717,"priority":346},"platform-rules.md",{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":335,"sourceLanguage":18,"type":248},"skills/promo-writer","Generates platform-specific social media copy from album themes, track concepts, and lyrics. Use when promo/ templates need to be populated before release.","promo-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-writer/SKILL.md",[725,726],{"path":475,"priority":329},{"path":727,"priority":346},"copy-formulas.md",{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":335,"sourceLanguage":18,"type":248},"skills/promote-idea","Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says \"promote [idea title]\", \"turn idea into album\", or \"start working on [idea]\".","promote-idea",{"claudeCode":12},"SKILL.md frontmatter at skills/promote-idea/SKILL.md",[735],{"path":475,"priority":329},{"basePath":737,"description":738,"displayName":739,"installMethods":740,"rationale":741,"selectedPaths":742,"source":335,"sourceLanguage":18,"type":248},"skills/pronunciation-specialist","Scans lyrics for pronunciation risks and prevents Suno mispronunciations. Use when writing lyrics with proper nouns, technical terms, homographs, or non-English words.","pronunciation-specialist",{"claudeCode":12},"SKILL.md frontmatter at skills/pronunciation-specialist/SKILL.md",[743,744],{"path":475,"priority":329},{"path":745,"priority":346},"word-lists.md",{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":335,"sourceLanguage":18,"type":248},"skills/release-director","Coordinates album release including QA, distribution prep, and platform uploads. Use when mastering and album art are complete and the user is ready to release.","release-director",{"claudeCode":12},"SKILL.md frontmatter at skills/release-director/SKILL.md",[753,754],{"path":475,"priority":329},{"path":755,"priority":346},"platform-guides.md",{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":335,"sourceLanguage":18,"type":248},"skills/rename","Renames an album or track, updating slugs, titles, and all mirrored paths. Use when the user wants to rename an album or track.","rename",{"claudeCode":12},"SKILL.md frontmatter at skills/rename/SKILL.md",[763],{"path":475,"priority":329},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":335,"sourceLanguage":18,"type":248},"skills/researcher","Conducts investigative-grade research with primary source analysis, cross-verification, and trial-level depth. Use when an album needs factual research, source material, or verification of claims.","researcher",{"claudeCode":12},"SKILL.md frontmatter at skills/researcher/SKILL.md",[771,772,774,776],{"path":475,"priority":329},{"path":773,"priority":346},"free-sources.md",{"path":775,"priority":346},"source-standards.md",{"path":777,"priority":346},"templates.md",{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":335,"sourceLanguage":18,"type":248},"skills/researchers-biographical","Researches personal backgrounds, interviews, motivations, and humanizing details. Use when research needs biographical context about people involved in the album's subject.","researchers-biographical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-biographical/SKILL.md",[785,786],{"path":475,"priority":329},{"path":787,"priority":346},"INTERVIEW_SOURCES.md",{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":335,"sourceLanguage":18,"type":248},"skills/researchers-financial","Researches SEC filings, earnings calls, analyst reports, and market data. Use when the album subject involves financial crimes, corporate stories, or market events.","researchers-financial",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-financial/SKILL.md",[795,796],{"path":475,"priority":329},{"path":797,"priority":346},"SEC_FILING_GUIDE.md",{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":335,"sourceLanguage":18,"type":248},"skills/researchers-gov","Researches DOJ/FBI/SEC press releases, agency statements, and government sources. Use when research needs official government records or agency documentation.","researchers-gov",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-gov/SKILL.md",[805,806],{"path":475,"priority":329},{"path":807,"priority":346},"AGENCY_SOURCES.md",{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":335,"sourceLanguage":18,"type":248},"skills/researchers-historical","Researches archives, contemporary accounts, and timeline reconstruction. Use when the album subject involves historical events that need primary source verification.","researchers-historical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-historical/SKILL.md",[815,816],{"path":475,"priority":329},{"path":817,"priority":346},"ARCHIVE_SOURCES.md",{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":335,"sourceLanguage":18,"type":248},"skills/researchers-journalism","Researches investigative articles, interviews, and news coverage. Use when research needs journalistic sources for cross-referencing or additional context.","researchers-journalism",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-journalism/SKILL.md",[825,826],{"path":475,"priority":329},{"path":827,"priority":346},"SOURCE_EXTRACTION.md",{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":335,"sourceLanguage":18,"type":248},"skills/researchers-legal","Researches court documents, indictments, plea agreements, and sentencing records. Use when the album subject involves legal proceedings or criminal cases.","researchers-legal",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-legal/SKILL.md",[835,836],{"path":475,"priority":329},{"path":837,"priority":346},"DISCOVERY_GUIDE.md",{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":335,"sourceLanguage":18,"type":248},"skills/researchers-primary-source","Researches the subject's own words from tweets, blogs, forums, and chat logs. Use when research needs direct quotes or first-person accounts.","researchers-primary-source",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-primary-source/SKILL.md",[845,846],{"path":475,"priority":329},{"path":847,"priority":346},"DIRECT_SOURCES.md",{"basePath":849,"description":850,"displayName":851,"installMethods":852,"rationale":853,"selectedPaths":854,"source":335,"sourceLanguage":18,"type":248},"skills/researchers-security","Researches malware analysis, CVEs, attribution reports, and hacker community sources. Use when the album subject involves cybersecurity incidents or threat actors.","researchers-security",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-security/SKILL.md",[855,856],{"path":475,"priority":329},{"path":857,"priority":346},"CVE_RESEARCH.md",{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":335,"sourceLanguage":18,"type":248},"skills/researchers-tech","Researches project histories, changelogs, developer interviews, and open source documentation. Use when the album subject involves technology projects or developer stories.","researchers-tech",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-tech/SKILL.md",[865,866],{"path":475,"priority":329},{"path":867,"priority":346},"PROJECT_RESEARCH.md",{"basePath":869,"description":870,"displayName":871,"installMethods":872,"rationale":873,"selectedPaths":874,"source":335,"sourceLanguage":18,"type":248},"skills/researchers-verifier","Performs quality control, citation validation, and fact-checking before human review. Use after research is complete to verify all sources and claims before production.","researchers-verifier",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-verifier/SKILL.md",[875,876,878,880],{"path":475,"priority":329},{"path":877,"priority":346},"VERIFICATION_CHECKLIST.md",{"path":879,"priority":346},"checklists.md",{"path":881,"priority":346},"patterns.md",{"basePath":883,"description":884,"displayName":885,"installMethods":886,"rationale":887,"selectedPaths":888,"source":335,"sourceLanguage":18,"type":248},"skills/resume","Finds an album by name and shows detailed status with next steps. Use when the user mentions an album name or wants to continue previous work.","resume",{"claudeCode":12},"SKILL.md frontmatter at skills/resume/SKILL.md",[889],{"path":475,"priority":329},{"basePath":891,"description":892,"displayName":893,"installMethods":894,"rationale":895,"selectedPaths":896,"source":335,"sourceLanguage":18,"type":248},"skills/session-start","Runs the session startup procedure - verifies setup, loads config and state, checks skill models, and reports project status. Use at the beginning of a fresh session.","session-start",{"claudeCode":12},"SKILL.md frontmatter at skills/session-start/SKILL.md",[897],{"path":475,"priority":329},{"basePath":899,"description":900,"displayName":901,"installMethods":902,"rationale":903,"selectedPaths":904,"source":335,"sourceLanguage":18,"type":248},"skills/setup","Detects your Python environment and guides you through installing plugin dependencies. Use on first-time setup or when MCP server fails to start.","setup",{"claudeCode":12},"SKILL.md frontmatter at skills/setup/SKILL.md",[905],{"path":475,"priority":329},{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":335,"sourceLanguage":18,"type":248},"skills/sheet-music-publisher","Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.","sheet-music-publisher",{"claudeCode":12},"SKILL.md frontmatter at skills/sheet-music-publisher/SKILL.md",[913,914,916,918,920,922],{"path":475,"priority":329},{"path":915,"priority":346},"REQUIREMENTS.md",{"path":917,"priority":346},"anthemscore-reference.md",{"path":919,"priority":346},"musescore-reference.md",{"path":921,"priority":346},"publishing-guide.md",{"path":923,"priority":346},"workflow-detail.md",{"basePath":925,"description":926,"displayName":927,"installMethods":928,"rationale":929,"selectedPaths":930,"source":335,"sourceLanguage":18,"type":248},"skills/skill-model-updater","Updates model references across all skill files when new Claude models are released. Use when Anthropic releases new Claude models to keep skills current.","skill-model-updater",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-model-updater/SKILL.md",[931],{"path":475,"priority":329},{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":335,"sourceLanguage":18,"type":248},"skills/suno-engineer","Constructs technical Suno V5/V5.5 style prompts, selects genres, and optimizes generation settings. Use when creating or refining Suno prompts for track generation.","suno-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/suno-engineer/SKILL.md",[939,940],{"path":475,"priority":329},{"path":941,"priority":346},"genre-practices.md",{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":335,"sourceLanguage":18,"type":248},"skills/test","Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes to skills or templates, or to verify plugin health.","test",{"claudeCode":12},"SKILL.md frontmatter at skills/test/SKILL.md",[949,950],{"path":475,"priority":329},{"path":951,"priority":346},"test-definitions.md",{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":335,"sourceLanguage":18,"type":248},"skills/tutorial","Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.","tutorial",{"claudeCode":12},"SKILL.md frontmatter at skills/tutorial/SKILL.md",[959,960],{"path":475,"priority":329},{"path":961,"priority":346},"phases.md",{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":335,"sourceLanguage":18,"type":248},"skills/validate-album","Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.","validate-album",{"claudeCode":12},"SKILL.md frontmatter at skills/validate-album/SKILL.md",[969],{"path":475,"priority":329},{"basePath":971,"description":972,"displayName":973,"installMethods":974,"rationale":975,"selectedPaths":976,"source":335,"sourceLanguage":18,"type":248},"skills/verify-sources","Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.","verify-sources",{"claudeCode":12},"SKILL.md frontmatter at skills/verify-sources/SKILL.md",[977],{"path":475,"priority":329},{"basePath":979,"description":980,"displayName":981,"installMethods":982,"rationale":983,"selectedPaths":984,"source":335,"sourceLanguage":18,"type":248},"skills/voice-checker","Reviews lyrics and prose for AI-written patterns (abstract noun stacking, over-explained metaphors, cliche escalation, missing idiosyncrasy, prose AI tells). Advisory Warning/Info severity — flags issues, does not block or rewrite. Use when reviewing lyrics for authenticity or before generation to catch AI-sounding language.","voice-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/voice-checker/SKILL.md",[985],{"path":475,"priority":329},{"sources":987},[988],"manual",{"closedIssues90d":233,"description":266,"forks":234,"homepage":990,"license":240,"openIssues90d":236,"pushedAt":237,"readmeSize":231,"stars":238,"topics":991},"https://www.bitwizemusic.com",[992,304,993,994,995,996,997,998,999,214,215,1000,1001,300,636,278,277,1002,276,1003],"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":1005,"discoverAt":1006,"extractAt":1007,"githubAt":1007,"updatedAt":1005},1778683099616,1778683093832,1778683097699,[214,217,215,216,218],{"evaluatedAt":243,"extractAt":291,"updatedAt":243},[],[1012,1030,1046,1064,1082,1099],{"_creationTime":1013,"_id":1014,"community":1015,"display":1016,"identity":1018,"providers":1019,"relations":1026,"tags":1027,"workflow":1028},1778683100520.3088,"k1780ejtdyfh5atysjycteerk986nqdg",{"reviewCount":8},{"description":964,"installMethods":1017,"name":965,"sourceUrl":14},{"claudeCode":12},{"basePath":963,"githubOwner":246,"githubRepo":247,"locale":18,"slug":965,"type":248},{"evaluate":1020,"extract":1025},{"promptVersionExtension":207,"promptVersionScoring":208,"score":294,"tags":1021,"targetMarket":219,"tier":279},[214,216,1022,1023,1024],"audio","metadata","release-prep",{"commitSha":281},{"parentExtensionId":251,"repoId":287},[1022,1023,214,1024,216],{"evaluatedAt":1029,"extractAt":291,"updatedAt":1029},1778684303772,{"_creationTime":1031,"_id":1032,"community":1033,"display":1034,"identity":1036,"providers":1037,"relations":1042,"tags":1043,"workflow":1044},1778683100520.2976,"k17eddzcgxtpk3emzqzwwkrg2s86mbkv",{"reviewCount":8},{"description":521,"installMethods":1035,"name":522,"sourceUrl":14},{"claudeCode":12},{"basePath":520,"githubOwner":246,"githubRepo":247,"locale":18,"slug":522,"type":248},{"evaluate":1038,"extract":1041},{"promptVersionExtension":207,"promptVersionScoring":208,"score":294,"tags":1039,"targetMarket":219,"tier":279},[522,300,215,214,1040],"utility",{"commitSha":281},{"parentExtensionId":251,"repoId":287},[522,300,214,215,1040],{"evaluatedAt":1045,"extractAt":291,"updatedAt":1045},1778683271492,{"_creationTime":1047,"_id":1048,"community":1049,"display":1050,"identity":1053,"providers":1054,"relations":1060,"tags":1061,"workflow":1062},1778683100520.3008,"k17ey9mx0h8mhbdfzz37c63c0s86m409",{"reviewCount":8},{"description":635,"installMethods":1051,"name":1052,"sourceUrl":14},{"claudeCode":12},"Lyric Writer",{"basePath":634,"githubOwner":246,"githubRepo":247,"locale":18,"slug":636,"type":248},{"evaluate":1055,"extract":1059},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1056,"tags":1057,"targetMarket":219,"tier":279},99,[300,214,278,1058,215],"creative-writing",{"commitSha":281,"license":240},{"parentExtensionId":251,"repoId":287},[1058,300,214,278,215],{"evaluatedAt":1063,"extractAt":291,"updatedAt":1063},1778683512322,{"_creationTime":1065,"_id":1066,"community":1067,"display":1068,"identity":1070,"providers":1071,"relations":1078,"tags":1079,"workflow":1080},1778683100520.3005,"k17dkjxf3efq0x0a9dfe4gay3d86nr5r",{"reviewCount":8},{"description":625,"installMethods":1069,"name":626,"sourceUrl":14},{"claudeCode":12},{"basePath":624,"githubOwner":246,"githubRepo":247,"locale":18,"slug":626,"type":248},{"evaluate":1072,"extract":1077},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1056,"tags":1073,"targetMarket":219,"tier":279},[300,215,214,1074,278,1075,1076],"quality-control","checklist","pronunciation",{"commitSha":281},{"parentExtensionId":251,"repoId":287},[1075,300,214,1076,1074,278,215],{"evaluatedAt":1081,"extractAt":291,"updatedAt":1081},1778683492249,{"_creationTime":1083,"_id":1084,"community":1085,"display":1086,"identity":1088,"providers":1089,"relations":1095,"tags":1096,"workflow":1097},1778683100520.2998,"k17bmwh03r5q7hkdnytabv538x86n6e1",{"reviewCount":8},{"description":601,"installMethods":1087,"name":602,"sourceUrl":14},{"claudeCode":12},{"basePath":600,"githubOwner":246,"githubRepo":247,"locale":18,"slug":602,"type":248},{"evaluate":1090,"extract":1094},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1056,"tags":1091,"targetMarket":219,"tier":279},[1022,1092,1093,214,215],"file-management","organization",{"commitSha":281},{"parentExtensionId":251,"repoId":287},[1022,1092,214,1093,215],{"evaluatedAt":1098,"extractAt":291,"updatedAt":1098},1778683431258,{"_creationTime":1100,"_id":1101,"community":1102,"display":1103,"identity":1105,"providers":1106,"relations":1112,"tags":1113,"workflow":1114},1778683100520.3086,"k17473atmd49c3vmdb5c0c120186m56r",{"reviewCount":8},{"description":954,"installMethods":1104,"name":955,"sourceUrl":14},{"claudeCode":12},{"basePath":953,"githubOwner":246,"githubRepo":247,"locale":18,"slug":955,"type":248},{"evaluate":1107,"extract":1111},{"promptVersionExtension":207,"promptVersionScoring":208,"score":294,"tags":1108,"targetMarket":219,"tier":279},[214,1109,955,299,1110],"album-creation","guided-creation",{"commitSha":281},{"parentExtensionId":251,"repoId":287},[1109,1110,214,955,299],{"evaluatedAt":1115,"extractAt":291,"updatedAt":1115},1778684275935]