[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-rename-de":3,"guides-for-bitwize-music-studio-rename":1007,"similar-k17dctntxr1fs2k3vpb6xzt9cn86m0bf-de":1008},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":232,"parentExtension":246,"providers":309,"relations":313,"repo":314,"tags":1005,"workflow":1006},1778683100520.304,"k17dctntxr1fs2k3vpb6xzt9cn86m0bf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Renames an album or track, updating slugs, titles, and all mirrored paths. Use when the user wants to rename an album or track.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","rename","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":239},1778683818224.2703,"kn71z27rq9td0zqk7km81ac9md86mb4n","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,48,51,54,58,62,65,70,73,76,79,82,85,88,92,96,100,104,108,111,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: renaming albums or tracks. It also specifies the user intent: 'when the user wants to rename an album or track.'",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specific workflow for renaming music assets, updating slugs, titles, and paths, which goes beyond simple LLM capabilities and is tailored to music production metadata.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for renaming, including argument parsing, configuration verification, user confirmation, tool invocation, and detailed reporting of success or failure.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on renaming albums and tracks, with no unrelated capabilities bundled.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, accurate, and directly reflects the functionality outlined in the SKILL.md, including the user intent and action.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific MCP tools like `get_config`, `rename_album`, and `rename_track`, which are narrow verb-noun actions, rather than a single generalist command.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","While the MCP tool parameters (`old_slug`, `new_slug`, etc.) are mentioned, their default values and specific constraints are not explicitly documented.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tool names (`rename_album`, `rename_track`) are descriptive and follow a clear verb-noun pattern within the music domain.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","Tool parameters are specific (e.g., `old_slug`, `new_slug`), and the outputs are structured reports detailing the success or failure of the rename operation, avoiding unnecessary diagnostic dumps.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project explicitly uses the CC0 license, which is a permissive public domain dedication, clearly stated in the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 12, 2026, which is within the last 3 months.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The README mentions Python 3.10+ for the MCP server and audio tools, and the presence of tests and CI/CD suggests dependency management is in place, though specific details like lockfiles are not immediately apparent for the scripts themselves.",{"category":66,"check":67,"severity":68,"summary":69},"Security","Secret Management","not_applicable","The skill does not appear to handle any secrets directly; it relies on the MCP server, which would be responsible for its own secret management.",{"category":66,"check":71,"severity":24,"summary":72},"Injection","The skill processes user arguments and calls specific MCP tools, with no indication of loading external untrusted data as instructions or executing arbitrary code.",{"category":66,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill bundles its logic and relies on local MCP tools, not fetching remote scripts or markdown content for execution.",{"category":66,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill operates by calling specific MCP tools and interacting with the user for confirmation, with no indication of attempting to modify files outside its designated scope.",{"category":66,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","There are no indications of detached-process spawns or deny-retry loops in the skill's logic.",{"category":66,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill focuses on internal state management and user confirmation, with no outbound calls to submit confidential data.",{"category":66,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The SKILL.md and README are free of hidden-steering tricks, using standard Markdown and clear prose.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The skill logic is presented in plain Markdown and YAML frontmatter, with no obfuscated code or base64 payloads.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill relies on the MCP server to resolve paths, abstracting away assumptions about the user's specific project directory structure.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","There are 14 open and 109 closed issues in the last 90 days, indicating active maintenance and a high closure rate.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The README indicates releases are managed on the 'develop' branch for testing and 'main' for stable releases, and the presence of a CHANGELOG.md confirms versioning practices.",{"category":105,"check":106,"severity":46,"summary":107},"Code Execution","Validation","Argument parsing is described, but the use of a schema library for validation and sanitization of inputs like names and paths is not explicitly stated.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","Destructive operations (renaming paths) are guarded by explicit user confirmation prompts for both albums and tracks.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The SKILL.md details specific error handling for not found items and existing names, providing clear user-facing messages and recovery guidance.",{"category":105,"check":115,"severity":68,"summary":116},"Logging","The skill itself does not perform destructive actions or outbound calls directly; it relies on the MCP server, and the focus is on user confirmation and reporting outcomes, not local audit logs.",{"category":118,"check":119,"severity":68,"summary":120},"Compliance","GDPR","The skill operates on album and track names, which are unlikely to contain personal data, and no external submission is involved.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is purely functional and has no regional or jurisdictional dependencies, making it globally applicable.",{"category":93,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on the MCP server and standard CLI arguments, with a note for Windows users to use WSL, indicating good cross-platform consideration.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a good overview of the project, its purpose, and installation instructions, though the skill-specific details are primarily in SKILL.md.",{"category":33,"check":131,"severity":68,"summary":132},"Tool surface size","This is a single-tool extension.",{"category":40,"check":134,"severity":68,"summary":135},"Overlapping near-synonym tools","This extension utilizes specific, non-synonymous MCP tools for its operations.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised capabilities (renaming albums/tracks, updating paths) are directly implemented through the MCP tools and described in the SKILL.md.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation commands for adding the plugin and a setup/configuration step, including platform notes.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md provides specific error messages for 'not found' and 'already exists' scenarios, including available options or a directive to choose a different name.",{"category":148,"check":149,"severity":46,"summary":150},"Execution","Pinned dependencies","While Python 3.10+ is mentioned, specific pinned versions for dependencies or lockfiles for the MCP server scripts are not explicitly detailed in the skill's documentation.",{"category":33,"check":152,"severity":46,"summary":153},"Dry-run preview","The skill includes a user confirmation step before executing the rename, which serves as a manual dry-run, but an automated `--dry-run` flag is not explicitly mentioned for the MCP tools.",{"category":155,"check":156,"severity":68,"summary":157},"Protocol","Idempotent retry & timeouts","The operations are not inherently state-changing in a way that would cause duplication on retry, and timeouts are likely handled by the underlying MCP server or Claude Code runtime.",{"category":118,"check":159,"severity":68,"summary":160},"Telemetry opt-in","There is no mention of telemetry being collected by this specific skill; it focuses on local operations and user interaction.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill clearly states its purpose (renaming albums/tracks) and provides specific triggers ('when the user wants to rename an album or track') along with argument formats and examples.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is dense and contains the core capability ('Renames an album or track, updating slugs, titles, and all mirrored paths.') and usage instructions within a reasonable character count.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is well-structured, under 500 lines, and delegates deeper material like usage examples and error handling to distinct sections.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the workflow steps clearly and embeds usage examples directly within the relevant sections, rather than requiring separate files for this relatively simple process.",{"category":171,"check":175,"severity":68,"summary":176},"Forked exploration","This skill performs a specific action (renaming) and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","Multiple clear, end-to-end examples for both album and track renaming are provided with expected argument formats and illustrative outcomes.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill documents specific failure modes like 'album/track not found' and 'new name already exists', providing clear symptoms and recovery steps (e.g., 'choose a different name').",{"category":105,"check":184,"severity":68,"summary":185},"Tool Fallback","The skill relies on the `bitwize-music-mcp` tool, which is assumed to be part of the installation; no fallback is mentioned or necessary as it's an internal dependency.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill requires explicit user confirmation before proceeding with the rename, ensuring the user is aware of the state and intent, and handles specific pre-state errors like 'not found' or 'already exists' by halting and reporting.",{"category":93,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and focuses solely on renaming, not implicitly relying on other skills or adjacent tasks without explicit mention.",1778683818108,"This skill renames albums or tracks, updating slugs, titles, and mirrored file paths. It uses the bitwize-music-mcp tool to perform these operations after validating arguments and confirming with the user. It handles errors like missing items or existing names with clear messages.",[196,197,198,199,200],"Renames albums and tracks","Updates slugs, titles, and directory paths","Validates user input and existing names","Confirms actions with the user before execution","Reports success or detailed error information",[202,203,204],"Renaming audio files themselves (they use Suno-generated names)","Modifying content outside of album/track metadata and paths","Performing operations unrelated to renaming","3.0.0","4.4.0","To provide a reliable and automated way to rename music albums or tracks, ensuring all associated metadata and file paths are consistently updated.","High quality score driven by excellent documentation, clear purpose, and robust error handling. Minor info findings on explicit parameter documentation and dependency pinning do not detract from overall quality.",97,"A well-documented and robust skill for renaming music assets, ensuring metadata consistency.",[212,213,13,214,215],"music","metadata","file-management","workflow","global","verified",[219,220,221],"When needing to change the name of an album or track","To ensure consistency across all metadata and file system paths after a rename","For bulk renames where manual path and title updates would be tedious",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":236,"testCoverage":238},{"hasLockfile":224},false,1778683799456,{"descriptionLength":227,"readmeSize":228},127,9335,{"closedIssues90d":230,"forks":231,"hasChangelog":232,"openIssues90d":233,"pushedAt":234,"stars":235},109,30,true,14,1778616491000,174,{"hasNpmPackage":224,"license":237,"smitheryVerified":224},"CC0-1.0",{"hasCi":232,"hasTests":232},{"updatedAt":240},1778683818224,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/rename","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":255,"parentExtension":258,"providers":290,"relations":305,"tags":306,"workflow":307},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":251,"installMethods":252,"name":254,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":253},"bitwize-music","Claude AI Music Skills",{"basePath":256,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":257},"","plugin",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":265,"providers":267,"relations":284,"tags":286,"workflow":287},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":263,"installMethods":264,"name":253,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":256,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":266},"marketplace",{"evaluate":268,"extract":278},{"promptVersionExtension":269,"promptVersionScoring":206,"score":270,"tags":271,"targetMarket":216,"tier":217},"3.1.0",96,[272,273,274,275,276,277],"music-production","suno","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":279,"marketplace":280,"plugin":282},"HEAD",{"name":253,"pluginCount":281},1,{"mcpCount":8,"provider":283,"skillCount":8},"classify",{"repoId":285},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[274,276,272,277,273,275],{"evaluatedAt":288,"extractAt":289,"updatedAt":288},1778683122195,1778683100520,{"evaluate":291,"extract":302},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":293,"targetMarket":216,"tier":217},100,[294,295,273,296,215,297,298,299,300,301],"music-generation","ai","audio-production","lyrics","mastering","cli","python","claude-code",{"commitSha":279,"license":237,"plugin":303},{"mcpCount":8,"provider":283,"skillCount":304},54,{"parentExtensionId":260,"repoId":285},[295,296,301,299,297,298,294,300,273,215],{"evaluatedAt":308,"extractAt":289,"updatedAt":308},1778683131031,{"evaluate":310,"extract":312},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":311,"targetMarket":216,"tier":217},[212,213,13,214,215],{"commitSha":279},{"parentExtensionId":248,"repoId":285},{"_creationTime":315,"_id":285,"identity":316,"providers":317,"workflow":1001},1778683093832.8552,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":318,"discover":983,"github":986},{"commitSha":279,"extensions":319},[320,333,464,475,489,498,506,516,526,534,544,554,562,570,578,588,596,604,612,620,630,644,654,664,672,680,688,696,708,718,728,736,746,756,761,775,785,795,805,815,825,835,845,855,865,879,887,895,903,921,929,939,949,959,967,975],{"basePath":256,"displayName":253,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":256,"description":251,"displayName":253,"installMethods":334,"license":237,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":257},{"claudeCode":253},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,341,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":330,"priority":331},{"path":342,"priority":343},"skills/about/SKILL.md","medium",{"path":345,"priority":343},"skills/album-art-director/SKILL.md",{"path":347,"priority":343},"skills/album-conceptualizer/SKILL.md",{"path":349,"priority":343},"skills/album-dashboard/SKILL.md",{"path":351,"priority":343},"skills/album-ideas/SKILL.md",{"path":353,"priority":343},"skills/clipboard/SKILL.md",{"path":355,"priority":343},"skills/cloud-uploader/SKILL.md",{"path":357,"priority":343},"skills/configure/SKILL.md",{"path":359,"priority":343},"skills/document-hunter/SKILL.md",{"path":361,"priority":343},"skills/explicit-checker/SKILL.md",{"path":363,"priority":343},"skills/genre-creator/SKILL.md",{"path":365,"priority":343},"skills/health-check/SKILL.md",{"path":367,"priority":343},"skills/help/SKILL.md",{"path":369,"priority":343},"skills/import-art/SKILL.md",{"path":371,"priority":343},"skills/import-audio/SKILL.md",{"path":373,"priority":343},"skills/import-track/SKILL.md",{"path":375,"priority":343},"skills/lyric-refiner/SKILL.md",{"path":377,"priority":343},"skills/lyric-reviewer/SKILL.md",{"path":379,"priority":343},"skills/lyric-writer/SKILL.md",{"path":381,"priority":343},"skills/mastering-engineer/SKILL.md",{"path":383,"priority":343},"skills/mix-engineer/SKILL.md",{"path":385,"priority":343},"skills/new-album/SKILL.md",{"path":387,"priority":343},"skills/next-step/SKILL.md",{"path":389,"priority":343},"skills/plagiarism-checker/SKILL.md",{"path":391,"priority":343},"skills/pre-generation-check/SKILL.md",{"path":393,"priority":343},"skills/promo-director/SKILL.md",{"path":395,"priority":343},"skills/promo-reviewer/SKILL.md",{"path":397,"priority":343},"skills/promo-writer/SKILL.md",{"path":399,"priority":343},"skills/promote-idea/SKILL.md",{"path":401,"priority":343},"skills/pronunciation-specialist/SKILL.md",{"path":403,"priority":343},"skills/release-director/SKILL.md",{"path":405,"priority":343},"skills/rename/SKILL.md",{"path":407,"priority":343},"skills/researcher/SKILL.md",{"path":409,"priority":343},"skills/researchers-biographical/SKILL.md",{"path":411,"priority":343},"skills/researchers-financial/SKILL.md",{"path":413,"priority":343},"skills/researchers-gov/SKILL.md",{"path":415,"priority":343},"skills/researchers-historical/SKILL.md",{"path":417,"priority":343},"skills/researchers-journalism/SKILL.md",{"path":419,"priority":343},"skills/researchers-legal/SKILL.md",{"path":421,"priority":343},"skills/researchers-primary-source/SKILL.md",{"path":423,"priority":343},"skills/researchers-security/SKILL.md",{"path":425,"priority":343},"skills/researchers-tech/SKILL.md",{"path":427,"priority":343},"skills/researchers-verifier/SKILL.md",{"path":429,"priority":343},"skills/resume/SKILL.md",{"path":431,"priority":343},"skills/session-start/SKILL.md",{"path":433,"priority":343},"skills/setup/SKILL.md",{"path":435,"priority":343},"skills/sheet-music-publisher/SKILL.md",{"path":437,"priority":343},"skills/skill-model-updater/SKILL.md",{"path":439,"priority":343},"skills/suno-engineer/SKILL.md",{"path":441,"priority":343},"skills/test/SKILL.md",{"path":443,"priority":343},"skills/tutorial/SKILL.md",{"path":445,"priority":343},"skills/validate-album/SKILL.md",{"path":447,"priority":343},"skills/verify-sources/SKILL.md",{"path":449,"priority":343},"skills/voice-checker/SKILL.md",{"path":451,"priority":326},".mcp.json",{"path":453,"priority":331},"hooks/README.md",{"path":455,"priority":331},"hooks/check_version_sync.py",{"path":457,"priority":331},"hooks/hooks.json",{"path":459,"priority":331},"hooks/install.sh",{"path":461,"priority":331},"hooks/pre-commit",{"path":463,"priority":331},"hooks/validate_track.py",{"basePath":465,"description":466,"displayName":467,"installMethods":468,"rationale":469,"selectedPaths":470,"source":332,"sourceLanguage":18,"type":245},"skills/about","Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or capabilities.","about",{"claudeCode":12},"SKILL.md frontmatter at skills/about/SKILL.md",[471,473],{"path":472,"priority":326},"SKILL.md",{"path":474,"priority":343},"PROJECT_HISTORY.md",{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":332,"sourceLanguage":18,"type":245},"skills/album-art-director","Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual artwork generation.","album-art-director",{"claudeCode":12},"SKILL.md frontmatter at skills/album-art-director/SKILL.md",[482,483,485,487],{"path":472,"priority":326},{"path":484,"priority":343},"album-types.md",{"path":486,"priority":343},"prompt-examples.md",{"path":488,"priority":343},"visual-styles.md",{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":332,"sourceLanguage":18,"type":245},"skills/album-conceptualizer","Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album concept.","album-conceptualizer",{"claudeCode":12},"SKILL.md frontmatter at skills/album-conceptualizer/SKILL.md",[496,497],{"path":472,"priority":326},{"path":484,"priority":343},{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":332,"sourceLanguage":18,"type":245},"skills/album-dashboard","Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of album progress.","album-dashboard",{"claudeCode":12},"SKILL.md frontmatter at skills/album-dashboard/SKILL.md",[505],{"path":472,"priority":326},{"basePath":507,"description":508,"displayName":509,"installMethods":510,"rationale":511,"selectedPaths":512,"source":332,"sourceLanguage":18,"type":245},"skills/album-ideas","Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea backlog.","album-ideas",{"claudeCode":12},"SKILL.md frontmatter at skills/album-ideas/SKILL.md",[513,514],{"path":472,"priority":326},{"path":515,"priority":343},"STATUS_VALUES.md",{"basePath":517,"description":518,"displayName":519,"installMethods":520,"rationale":521,"selectedPaths":522,"source":332,"sourceLanguage":18,"type":245},"skills/clipboard","Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or other external tools.","clipboard",{"claudeCode":12},"SKILL.md frontmatter at skills/clipboard/SKILL.md",[523,524],{"path":472,"priority":326},{"path":525,"priority":343},"USAGE_EXAMPLES.md",{"basePath":527,"description":528,"displayName":529,"installMethods":530,"rationale":531,"selectedPaths":532,"source":332,"sourceLanguage":18,"type":245},"skills/cloud-uploader","Uploads promo videos and content to Cloudflare R2 or AWS S3. Use when the user wants to host promo content for social media or distribution.","cloud-uploader",{"claudeCode":12},"SKILL.md frontmatter at skills/cloud-uploader/SKILL.md",[533],{"path":472,"priority":326},{"basePath":535,"description":536,"displayName":537,"installMethods":538,"rationale":539,"selectedPaths":540,"source":332,"sourceLanguage":18,"type":245},"skills/configure","Sets up or edits the plugin configuration file interactively. Use on first-time setup, when config is missing, or when the user wants to change settings.","configure",{"claudeCode":12},"SKILL.md frontmatter at skills/configure/SKILL.md",[541,542],{"path":472,"priority":326},{"path":543,"priority":343},"SETTINGS_REFERENCE.md",{"basePath":545,"description":546,"displayName":547,"installMethods":548,"rationale":549,"selectedPaths":550,"source":332,"sourceLanguage":18,"type":245},"skills/document-hunter","Searches and retrieves documents from free public sources using automated browser navigation. Use when research needs primary source documents like court filings, government reports, or public records.","document-hunter",{"claudeCode":12},"SKILL.md frontmatter at skills/document-hunter/SKILL.md",[551,552],{"path":472,"priority":326},{"path":553,"priority":343},"site-patterns.md",{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":332,"sourceLanguage":18,"type":245},"skills/explicit-checker","Scans lyrics for explicit content and verifies that explicit flags match actual content. Use before Suno generation or release to ensure accurate content ratings.","explicit-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/explicit-checker/SKILL.md",[561],{"path":472,"priority":326},{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":332,"sourceLanguage":18,"type":245},"skills/genre-creator","Create new genre documentation files for the bitwize-music genre library. Use when the user wants to add a genre, says \"/genre-creator\", \"neues Genre erstellen\", \"Genre hinzufuegen\", \"add genre\", or asks to create genre documentation. Takes a genre name as argument.","genre-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/genre-creator/SKILL.md",[569],{"path":472,"priority":326},{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":332,"sourceLanguage":18,"type":245},"skills/health-check","Runs plugin health checks (venv packages and skill registration). Use when the user asks to check plugin health, verify setup, or troubleshoot missing skills.","health-check",{"claudeCode":12},"SKILL.md frontmatter at skills/health-check/SKILL.md",[577],{"path":472,"priority":326},{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":332,"sourceLanguage":18,"type":245},"skills/help","Shows available skills, common workflows, and quick reference for the plugin. Use when the user asks for help, what skills are available, or how to do something.","help",{"claudeCode":12},"SKILL.md frontmatter at skills/help/SKILL.md",[585,586],{"path":472,"priority":326},{"path":587,"priority":343},"SKILL_GLOSSARY.md",{"basePath":589,"description":590,"displayName":591,"installMethods":592,"rationale":593,"selectedPaths":594,"source":332,"sourceLanguage":18,"type":245},"skills/import-art","Places album art files in the correct audio and content directory locations. Use when the user has generated or downloaded album artwork that needs to be saved.","import-art",{"claudeCode":12},"SKILL.md frontmatter at skills/import-art/SKILL.md",[595],{"path":472,"priority":326},{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":332,"sourceLanguage":18,"type":245},"skills/import-audio","Moves audio files to the correct album location with proper path structure. Use when the user has downloaded WAV files from Suno or other sources that need to be organized.","import-audio",{"claudeCode":12},"SKILL.md frontmatter at skills/import-audio/SKILL.md",[603],{"path":472,"priority":326},{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":332,"sourceLanguage":18,"type":245},"skills/import-track","Moves track markdown files to the correct album location. Use when the user has track files in Downloads or other locations that need to be placed in an album.","import-track",{"claudeCode":12},"SKILL.md frontmatter at skills/import-track/SKILL.md",[611],{"path":472,"priority":326},{"basePath":613,"description":614,"displayName":615,"installMethods":616,"rationale":617,"selectedPaths":618,"source":332,"sourceLanguage":18,"type":245},"skills/lyric-refiner","Autonomous multi-pass lyric refinement for tightening, cohesion, and album unity. Use after lyrics are written to polish a track or entire album through iterative passes.","lyric-refiner",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-refiner/SKILL.md",[619],{"path":472,"priority":326},{"basePath":621,"description":622,"displayName":623,"installMethods":624,"rationale":625,"selectedPaths":626,"source":332,"sourceLanguage":18,"type":245},"skills/lyric-reviewer","Reviews lyrics against a quality checklist before Suno generation. Use before generating tracks to catch rhyme, prosody, pronunciation, and structural issues.","lyric-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-reviewer/SKILL.md",[627,628],{"path":472,"priority":326},{"path":629,"priority":343},"checklist-reference.md",{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":332,"sourceLanguage":18,"type":245},"skills/lyric-writer","Writes or reviews lyrics with professional prosody, rhyme craft, and quality checks. Use when writing new lyrics, revising existing lyrics, or when the user says 'let's work on a track.'","lyric-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-writer/SKILL.md",[637,638,640,642],{"path":472,"priority":326},{"path":639,"priority":343},"craft-reference.md",{"path":641,"priority":343},"documentary-standards.md",{"path":643,"priority":343},"examples.md",{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":332,"sourceLanguage":18,"type":245},"skills/mastering-engineer","Guides audio mastering for streaming platforms including loudness optimization and tonal balance. Use when the user has approved tracks and wants to master audio files.","mastering-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/mastering-engineer/SKILL.md",[651,652],{"path":472,"priority":326},{"path":653,"priority":343},"genre-presets.md",{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":332,"sourceLanguage":18,"type":245},"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",[661,662],{"path":472,"priority":326},{"path":663,"priority":343},"mix-presets.md",{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":332,"sourceLanguage":18,"type":245},"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",[671],{"path":472,"priority":326},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":332,"sourceLanguage":18,"type":245},"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",[679],{"path":472,"priority":326},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":332,"sourceLanguage":18,"type":245},"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",[687],{"path":472,"priority":326},{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":332,"sourceLanguage":18,"type":245},"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",[695],{"path":472,"priority":326},{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":332,"sourceLanguage":18,"type":245},"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":472,"priority":326},{"path":705,"priority":343},"technical-reference.md",{"path":707,"priority":343},"visualization-guide.md",{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":332,"sourceLanguage":18,"type":245},"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":472,"priority":326},{"path":717,"priority":343},"platform-rules.md",{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":332,"sourceLanguage":18,"type":245},"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":472,"priority":326},{"path":727,"priority":343},"copy-formulas.md",{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":332,"sourceLanguage":18,"type":245},"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":472,"priority":326},{"basePath":737,"description":738,"displayName":739,"installMethods":740,"rationale":741,"selectedPaths":742,"source":332,"sourceLanguage":18,"type":245},"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":472,"priority":326},{"path":745,"priority":343},"word-lists.md",{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":332,"sourceLanguage":18,"type":245},"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":472,"priority":326},{"path":755,"priority":343},"platform-guides.md",{"basePath":242,"description":10,"displayName":13,"installMethods":757,"rationale":758,"selectedPaths":759,"source":332,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/rename/SKILL.md",[760],{"path":472,"priority":326},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":332,"sourceLanguage":18,"type":245},"skills/researcher","Conducts investigative-grade research with primary source analysis, cross-verification, and trial-level depth. Use when an album needs factual research, source material, or verification of claims.","researcher",{"claudeCode":12},"SKILL.md frontmatter at skills/researcher/SKILL.md",[768,769,771,773],{"path":472,"priority":326},{"path":770,"priority":343},"free-sources.md",{"path":772,"priority":343},"source-standards.md",{"path":774,"priority":343},"templates.md",{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":332,"sourceLanguage":18,"type":245},"skills/researchers-biographical","Researches personal backgrounds, interviews, motivations, and humanizing details. Use when research needs biographical context about people involved in the album's subject.","researchers-biographical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-biographical/SKILL.md",[782,783],{"path":472,"priority":326},{"path":784,"priority":343},"INTERVIEW_SOURCES.md",{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":332,"sourceLanguage":18,"type":245},"skills/researchers-financial","Researches SEC filings, earnings calls, analyst reports, and market data. Use when the album subject involves financial crimes, corporate stories, or market events.","researchers-financial",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-financial/SKILL.md",[792,793],{"path":472,"priority":326},{"path":794,"priority":343},"SEC_FILING_GUIDE.md",{"basePath":796,"description":797,"displayName":798,"installMethods":799,"rationale":800,"selectedPaths":801,"source":332,"sourceLanguage":18,"type":245},"skills/researchers-gov","Researches DOJ/FBI/SEC press releases, agency statements, and government sources. Use when research needs official government records or agency documentation.","researchers-gov",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-gov/SKILL.md",[802,803],{"path":472,"priority":326},{"path":804,"priority":343},"AGENCY_SOURCES.md",{"basePath":806,"description":807,"displayName":808,"installMethods":809,"rationale":810,"selectedPaths":811,"source":332,"sourceLanguage":18,"type":245},"skills/researchers-historical","Researches archives, contemporary accounts, and timeline reconstruction. Use when the album subject involves historical events that need primary source verification.","researchers-historical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-historical/SKILL.md",[812,813],{"path":472,"priority":326},{"path":814,"priority":343},"ARCHIVE_SOURCES.md",{"basePath":816,"description":817,"displayName":818,"installMethods":819,"rationale":820,"selectedPaths":821,"source":332,"sourceLanguage":18,"type":245},"skills/researchers-journalism","Researches investigative articles, interviews, and news coverage. Use when research needs journalistic sources for cross-referencing or additional context.","researchers-journalism",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-journalism/SKILL.md",[822,823],{"path":472,"priority":326},{"path":824,"priority":343},"SOURCE_EXTRACTION.md",{"basePath":826,"description":827,"displayName":828,"installMethods":829,"rationale":830,"selectedPaths":831,"source":332,"sourceLanguage":18,"type":245},"skills/researchers-legal","Researches court documents, indictments, plea agreements, and sentencing records. Use when the album subject involves legal proceedings or criminal cases.","researchers-legal",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-legal/SKILL.md",[832,833],{"path":472,"priority":326},{"path":834,"priority":343},"DISCOVERY_GUIDE.md",{"basePath":836,"description":837,"displayName":838,"installMethods":839,"rationale":840,"selectedPaths":841,"source":332,"sourceLanguage":18,"type":245},"skills/researchers-primary-source","Researches the subject's own words from tweets, blogs, forums, and chat logs. Use when research needs direct quotes or first-person accounts.","researchers-primary-source",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-primary-source/SKILL.md",[842,843],{"path":472,"priority":326},{"path":844,"priority":343},"DIRECT_SOURCES.md",{"basePath":846,"description":847,"displayName":848,"installMethods":849,"rationale":850,"selectedPaths":851,"source":332,"sourceLanguage":18,"type":245},"skills/researchers-security","Researches malware analysis, CVEs, attribution reports, and hacker community sources. Use when the album subject involves cybersecurity incidents or threat actors.","researchers-security",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-security/SKILL.md",[852,853],{"path":472,"priority":326},{"path":854,"priority":343},"CVE_RESEARCH.md",{"basePath":856,"description":857,"displayName":858,"installMethods":859,"rationale":860,"selectedPaths":861,"source":332,"sourceLanguage":18,"type":245},"skills/researchers-tech","Researches project histories, changelogs, developer interviews, and open source documentation. Use when the album subject involves technology projects or developer stories.","researchers-tech",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-tech/SKILL.md",[862,863],{"path":472,"priority":326},{"path":864,"priority":343},"PROJECT_RESEARCH.md",{"basePath":866,"description":867,"displayName":868,"installMethods":869,"rationale":870,"selectedPaths":871,"source":332,"sourceLanguage":18,"type":245},"skills/researchers-verifier","Performs quality control, citation validation, and fact-checking before human review. Use after research is complete to verify all sources and claims before production.","researchers-verifier",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-verifier/SKILL.md",[872,873,875,877],{"path":472,"priority":326},{"path":874,"priority":343},"VERIFICATION_CHECKLIST.md",{"path":876,"priority":343},"checklists.md",{"path":878,"priority":343},"patterns.md",{"basePath":880,"description":881,"displayName":882,"installMethods":883,"rationale":884,"selectedPaths":885,"source":332,"sourceLanguage":18,"type":245},"skills/resume","Finds an album by name and shows detailed status with next steps. Use when the user mentions an album name or wants to continue previous work.","resume",{"claudeCode":12},"SKILL.md frontmatter at skills/resume/SKILL.md",[886],{"path":472,"priority":326},{"basePath":888,"description":889,"displayName":890,"installMethods":891,"rationale":892,"selectedPaths":893,"source":332,"sourceLanguage":18,"type":245},"skills/session-start","Runs the session startup procedure - verifies setup, loads config and state, checks skill models, and reports project status. Use at the beginning of a fresh session.","session-start",{"claudeCode":12},"SKILL.md frontmatter at skills/session-start/SKILL.md",[894],{"path":472,"priority":326},{"basePath":896,"description":897,"displayName":898,"installMethods":899,"rationale":900,"selectedPaths":901,"source":332,"sourceLanguage":18,"type":245},"skills/setup","Detects your Python environment and guides you through installing plugin dependencies. Use on first-time setup or when MCP server fails to start.","setup",{"claudeCode":12},"SKILL.md frontmatter at skills/setup/SKILL.md",[902],{"path":472,"priority":326},{"basePath":904,"description":905,"displayName":906,"installMethods":907,"rationale":908,"selectedPaths":909,"source":332,"sourceLanguage":18,"type":245},"skills/sheet-music-publisher","Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.","sheet-music-publisher",{"claudeCode":12},"SKILL.md frontmatter at skills/sheet-music-publisher/SKILL.md",[910,911,913,915,917,919],{"path":472,"priority":326},{"path":912,"priority":343},"REQUIREMENTS.md",{"path":914,"priority":343},"anthemscore-reference.md",{"path":916,"priority":343},"musescore-reference.md",{"path":918,"priority":343},"publishing-guide.md",{"path":920,"priority":343},"workflow-detail.md",{"basePath":922,"description":923,"displayName":924,"installMethods":925,"rationale":926,"selectedPaths":927,"source":332,"sourceLanguage":18,"type":245},"skills/skill-model-updater","Updates model references across all skill files when new Claude models are released. Use when Anthropic releases new Claude models to keep skills current.","skill-model-updater",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-model-updater/SKILL.md",[928],{"path":472,"priority":326},{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":332,"sourceLanguage":18,"type":245},"skills/suno-engineer","Constructs technical Suno V5/V5.5 style prompts, selects genres, and optimizes generation settings. Use when creating or refining Suno prompts for track generation.","suno-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/suno-engineer/SKILL.md",[936,937],{"path":472,"priority":326},{"path":938,"priority":343},"genre-practices.md",{"basePath":940,"description":941,"displayName":942,"installMethods":943,"rationale":944,"selectedPaths":945,"source":332,"sourceLanguage":18,"type":245},"skills/test","Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes to skills or templates, or to verify plugin health.","test",{"claudeCode":12},"SKILL.md frontmatter at skills/test/SKILL.md",[946,947],{"path":472,"priority":326},{"path":948,"priority":343},"test-definitions.md",{"basePath":950,"description":951,"displayName":952,"installMethods":953,"rationale":954,"selectedPaths":955,"source":332,"sourceLanguage":18,"type":245},"skills/tutorial","Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.","tutorial",{"claudeCode":12},"SKILL.md frontmatter at skills/tutorial/SKILL.md",[956,957],{"path":472,"priority":326},{"path":958,"priority":343},"phases.md",{"basePath":960,"description":961,"displayName":962,"installMethods":963,"rationale":964,"selectedPaths":965,"source":332,"sourceLanguage":18,"type":245},"skills/validate-album","Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.","validate-album",{"claudeCode":12},"SKILL.md frontmatter at skills/validate-album/SKILL.md",[966],{"path":472,"priority":326},{"basePath":968,"description":969,"displayName":970,"installMethods":971,"rationale":972,"selectedPaths":973,"source":332,"sourceLanguage":18,"type":245},"skills/verify-sources","Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.","verify-sources",{"claudeCode":12},"SKILL.md frontmatter at skills/verify-sources/SKILL.md",[974],{"path":472,"priority":326},{"basePath":976,"description":977,"displayName":978,"installMethods":979,"rationale":980,"selectedPaths":981,"source":332,"sourceLanguage":18,"type":245},"skills/voice-checker","Reviews lyrics and prose for AI-written patterns (abstract noun stacking, over-explained metaphors, cliche escalation, missing idiosyncrasy, prose AI tells). Advisory Warning/Info severity — flags issues, does not block or rewrite. Use when reviewing lyrics for authenticity or before generation to catch AI-sounding language.","voice-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/voice-checker/SKILL.md",[982],{"path":472,"priority":326},{"sources":984},[985],"manual",{"closedIssues90d":230,"description":263,"forks":231,"homepage":987,"license":237,"openIssues90d":233,"pushedAt":234,"readmeSize":228,"stars":235,"topics":988},"https://www.bitwizemusic.com",[989,301,990,991,992,993,994,995,996,212,273,997,998,297,633,277,276,999,274,1000],"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":1002,"discoverAt":1003,"extractAt":1004,"githubAt":1004,"updatedAt":1002},1778683099616,1778683093832,1778683097699,[214,213,212,13,215],{"evaluatedAt":240,"extractAt":289,"updatedAt":240},[],[1009,1026,1044,1061,1078,1096],{"_creationTime":1010,"_id":1011,"community":1012,"display":1013,"identity":1015,"providers":1016,"relations":1022,"tags":1023,"workflow":1024},1778683100520.3,"k170tessb6tr9sjb6mk8qqw6qn86nv1n",{"reviewCount":8},{"description":606,"installMethods":1014,"name":607,"sourceUrl":14},{"claudeCode":12},{"basePath":605,"githubOwner":243,"githubRepo":244,"locale":18,"slug":607,"type":245},{"evaluate":1017,"extract":1021},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":1018,"targetMarket":216,"tier":217},[212,214,1019,1020],"automation","mcp",{"commitSha":279},{"parentExtensionId":248,"repoId":285},[1019,214,1020,212],{"evaluatedAt":1025,"extractAt":289,"updatedAt":1025},1778683452533,{"_creationTime":1027,"_id":1028,"community":1029,"display":1030,"identity":1032,"providers":1033,"relations":1040,"tags":1041,"workflow":1042},1778683100520.3088,"k1780ejtdyfh5atysjycteerk986nqdg",{"reviewCount":8},{"description":961,"installMethods":1031,"name":962,"sourceUrl":14},{"claudeCode":12},{"basePath":960,"githubOwner":243,"githubRepo":244,"locale":18,"slug":962,"type":245},{"evaluate":1034,"extract":1039},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":1035,"targetMarket":216,"tier":217},[212,1036,1037,213,1038],"validation","audio","release-prep",{"commitSha":279},{"parentExtensionId":248,"repoId":285},[1037,213,212,1038,1036],{"evaluatedAt":1043,"extractAt":289,"updatedAt":1043},1778684303772,{"_creationTime":1045,"_id":1046,"community":1047,"display":1048,"identity":1050,"providers":1051,"relations":1057,"tags":1058,"workflow":1059},1778683100520.3086,"k17473atmd49c3vmdb5c0c120186m56r",{"reviewCount":8},{"description":951,"installMethods":1049,"name":952,"sourceUrl":14},{"claudeCode":12},{"basePath":950,"githubOwner":243,"githubRepo":244,"locale":18,"slug":952,"type":245},{"evaluate":1052,"extract":1056},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":1053,"targetMarket":216,"tier":217},[212,1054,952,215,1055],"album-creation","guided-creation",{"commitSha":279},{"parentExtensionId":248,"repoId":285},[1054,1055,212,952,215],{"evaluatedAt":1060,"extractAt":289,"updatedAt":1060},1778684275935,{"_creationTime":1062,"_id":1063,"community":1064,"display":1065,"identity":1067,"providers":1068,"relations":1074,"tags":1075,"workflow":1076},1778683100520.2998,"k17bmwh03r5q7hkdnytabv538x86n6e1",{"reviewCount":8},{"description":598,"installMethods":1066,"name":599,"sourceUrl":14},{"claudeCode":12},{"basePath":597,"githubOwner":243,"githubRepo":244,"locale":18,"slug":599,"type":245},{"evaluate":1069,"extract":1073},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1070,"tags":1071,"targetMarket":216,"tier":217},99,[1037,214,1072,212,273],"organization",{"commitSha":279},{"parentExtensionId":248,"repoId":285},[1037,214,212,1072,273],{"evaluatedAt":1077,"extractAt":289,"updatedAt":1077},1778683431258,{"_creationTime":1079,"_id":1080,"community":1081,"display":1082,"identity":1085,"providers":1086,"relations":1092,"tags":1093,"workflow":1094},1778683100520.2996,"k1760zhy6j4pg5fqmqb2yhjw6986mtsq",{"reviewCount":8},{"description":590,"installMethods":1083,"name":1084,"sourceUrl":14},{"claudeCode":12},"Import Art",{"basePath":589,"githubOwner":243,"githubRepo":244,"locale":18,"slug":591,"type":245},{"evaluate":1087,"extract":1091},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1070,"tags":1088,"targetMarket":216,"tier":217},[212,1089,214,1019,1090],"album-art","media-metadata",{"commitSha":279,"license":237},{"parentExtensionId":248,"repoId":285},[1089,1019,214,1090,212],{"evaluatedAt":1095,"extractAt":289,"updatedAt":1095},1778683412261,{"_creationTime":1097,"_id":1098,"community":1099,"display":1100,"identity":1106,"providers":1111,"relations":1118,"tags":1121,"workflow":1122},1778696833339.6228,"k177df8tbts95fw6vhzr8tm4hd86mb4b",{"reviewCount":8},{"description":1101,"installMethods":1102,"name":1104,"sourceUrl":1105},"Interact with Google Drive - search files, find folders, list contents, download files, upload files,\ncreate folders, move, copy, rename, and trash files. Use when user asks to: search Google Drive,\nfind a file/folder, list Drive contents, download or upload files, create folders, move files,\nor organize Drive content. Lightweight integration with standalone OAuth authentication supporting\nfull read/write access.\n",{"claudeCode":1103},"sanjay3290/ai-skills","Google Drive Skill","https://github.com/sanjay3290/ai-skills",{"basePath":1107,"githubOwner":1108,"githubRepo":1109,"locale":18,"slug":1110,"type":245},"skills/google-drive","sanjay3290","ai-skills","google-drive",{"evaluate":1112,"extract":1116},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":1113,"targetMarket":216,"tier":217},[1110,214,1114,1115,300],"api-integration","oauth",{"commitSha":279,"license":1117},"Apache-2.0",{"parentExtensionId":1119,"repoId":1120},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[1114,214,1110,1115,300],{"evaluatedAt":1123,"extractAt":1124,"updatedAt":1123},1778697011084,1778696833339]