[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-import-audio-en":3,"guides-for-bitwize-music-studio-import-audio":1008,"similar-k17bmwh03r5q7hkdnytabv538x86n6e1-en":1009},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":225,"parentExtension":247,"providers":310,"relations":314,"repo":315,"tags":1006,"workflow":1007},1778683100520.2998,"k17bmwh03r5q7hkdnytabv538x86n6e1",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","import-audio","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778683431258.6985,"kn79dvy9yq42svw9kg5d2xxgnd86n7cx","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,115,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem: organizing downloaded WAV files into album locations with proper path structure, and specifies the use case for Suno-generated audio.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured workflow for organizing audio files using an MCP server, which goes beyond basic file operations and offers significant value over manual prompt instructions.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of importing and organizing audio files, including argument parsing, path resolution via MCP, file type detection, directory creation, file moving, and confirmation reporting.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, well-defined responsibility: organizing audio files into album locations based on provided parameters and configuration.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description is concise, readable, and accurately reflects the skill's functionality for organizing audio files.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific tools like `resolve_path` and `update_track_field` from the MCP server, which are narrow verb-noun specialists.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters are documented, including the optional track-slug, and the MCP `resolve_path` tool is explicitly stated as the way to handle path construction, avoiding implicit parameters.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary interaction is via the skill's command `/import-audio`, and the MCP tools like `resolve_path` are descriptively named.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The input arguments are clearly defined (`file-path`, `album-name`, `track-slug`), and the output is a confirmation message, with no extraneous data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is CC0-1.0, a permissive open-source license, clearly stated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 12, 2026, which is within the last 3 months.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The README indicates Python 3.10+ and potential dependencies for the MCP server and audio tools, and the CI/CD section mentions Dependabot, suggesting dependency management is handled.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle or expose any secrets directly. Path resolution is handled by the MCP server, which is assumed to manage sensitive configurations securely.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill's instructions focus on file operations and path resolution via MCP, and do not involve loading or executing untrusted third-party data as instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on local file operations and MCP tools; there are no runtime downloads or remote code execution mechanisms.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within its designated scope, performing file operations relative to user-provided paths and using the MCP server for path resolution, without attempting to modify files outside the project or skill's domain.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No sandbox-escape primitives such as detached processes or retry loops around denied calls were detected in the skill's instructions.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill focuses on local file organization and does not make outbound calls that could exfiltrate confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and descriptions use clean, printable ASCII.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's instructions are written in plain markdown and bash, with no evidence of obfuscation, base64 payloads, or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill uses the MCP `resolve_path` tool, which abstracts away path construction and avoids hardcoded assumptions about user project organization.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","In the last 90 days, 14 issues were opened and 109 were closed, indicating a healthy closure rate and active maintenance.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a clear versioning system, indicated by GitHub release tags and a `CHANGELOG.md` file, with recent activity.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The skill's argument parsing and use of MCP tools suggest a robust validation mechanism for inputs and path resolutions.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The `mv` command is guarded by argument parsing and confirmation steps, and the `mkdir -p` command is inherently safe for directory creation.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The skill explicitly documents error handling for file not found, missing config, and existing files, with clear user messages and remediation steps.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The skill provides clear confirmation messages for successful operations, which serves as an audit trail.",{"category":116,"check":117,"severity":118,"summary":119},"Compliance","GDPR","not_applicable","The skill operates on local file paths and album names, and does not process personal data.",{"category":116,"check":121,"severity":24,"summary":122},"Target market","The skill operates on local file system operations and standard audio organization, with no regional or jurisdictional logic, making it globally applicable.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard bash commands and the MCP server, which are expected to be available in the declared Linux/macOS/WSL environments.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the project, its architecture, and installation instructions, complementing the skill's specific documentation.",{"category":33,"check":130,"severity":118,"summary":131},"Tool surface size","This is a single-tool skill, so the tool surface size check is not applicable.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill uses specific tools like `resolve_path` and `update_track_field`, avoiding redundant or overlapping functionality.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as file organization and stems import, are implemented with corresponding instructions and MCP calls.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions using marketplace commands and specific setup/configuration steps.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill provides actionable error messages for common issues like file not found, missing config, and file existence, with clear instructions on how to proceed.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The README specifies Python 3.10+ and the CI/CD section mentions Dependabot, indicating that dependencies are managed and likely pinned.",{"category":33,"check":151,"severity":118,"summary":152},"Dry-run preview","The skill primarily performs file organization and moving, which are not state-changing operations that benefit from a dry-run mode in this context.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill performs local file operations, which are generally idempotent and do not involve external calls requiring timeouts or retry logic.",{"category":116,"check":158,"severity":118,"summary":159},"Telemetry opt-in","The skill does not appear to emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill precisely describes its purpose as organizing audio files by album location with proper path structure, and specifies its use case for Suno-generated WAV files.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and argument format.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, under 500 lines, and effectively delegates detailed procedures to bash commands and MCP tool calls.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed procedures are handled via inline bash commands and calls to the MCP server, keeping the main skill body concise.",{"category":170,"check":174,"severity":118,"summary":175},"Forked exploration","This skill is a direct utility and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Sufficient examples are provided for both regular audio files and stems imports, demonstrating input, invocation, and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill explicitly documents handling for file not found, existing files, missing config, and differentiates between WAV and MP3 formats with recovery steps.",{"category":103,"check":183,"severity":118,"summary":184},"Tool Fallback","The skill relies on the `bitwize-music-mcp` tool and does not appear to have a fallback for it, but this is common for MCP-dependent skills.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill explicitly checks for file existence and existing destination files, halting the workflow with informative messages when unexpected states are encountered.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and relies on the MCP server for core path resolution, with no implicit reliance on other skills.",1778683431153,"This skill organizes audio files into album locations with proper path structures. It handles WAV, MP3, and stems zip files, using an MCP server for path resolution. It provides clear instructions for argument parsing, file type detection, and error handling.",[195,196,197,198,199],"Moves audio files to correct album locations","Supports WAV, MP3, FLAC, OGG, M4A, and stems zip files","Resolves audio paths via MCP server for consistent structure","Handles stems extraction into per-track subfolders","Provides clear confirmations and error messages",[201,202,203],"Manually constructing file paths or parsing configuration files.","Performing audio mastering or editing (beyond stems extraction).","Organizing non-audio files or content related to albums (lyrics, metadata, etc.).","3.0.0","4.4.0","Organize downloaded audio files, particularly from Suno, into a structured album directory, ensuring proper pathing and file types are handled.","No critical or warning findings. High quality implementation and documentation.",99,"A well-implemented skill for organizing audio files with robust error handling and clear documentation.",[211,212,213,214,215],"audio","file-management","organization","music","suno","global","verified",[219,220,221,222],"Organizing WAV files downloaded from Suno into albums.","Importing stems from zip files into per-track subfolders.","Ensuring audio files are placed in the correct directory structure based on album and artist.","Handling different audio file formats with appropriate warnings for MP3 quality.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},false,1778683412629,{"descriptionLength":228,"readmeSize":229},172,9335,{"closedIssues90d":231,"forks":232,"hasChangelog":233,"openIssues90d":234,"pushedAt":235,"stars":236},109,30,true,14,1778616491000,174,{"hasNpmPackage":225,"license":238,"smitheryVerified":225},"CC0-1.0",{"hasCi":233,"hasTests":233},{"updatedAt":241},1778683431258,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/import-audio","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":256,"parentExtension":259,"providers":290,"relations":306,"tags":307,"workflow":308},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":252,"installMethods":253,"name":255,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":254},"bitwize-music","Claude AI Music Skills",{"basePath":257,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":258},"","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":266,"providers":268,"relations":284,"tags":286,"workflow":287},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":264,"installMethods":265,"name":254,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":257,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":267},"marketplace",{"evaluate":269,"extract":278},{"promptVersionExtension":270,"promptVersionScoring":205,"score":271,"tags":272,"targetMarket":216,"tier":217},"3.1.0",96,[273,215,274,275,276,277],"music-production","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":279,"marketplace":280,"plugin":282},"HEAD",{"name":254,"pluginCount":281},1,{"mcpCount":8,"provider":283,"skillCount":8},"classify",{"repoId":285},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[274,276,273,277,215,275],{"evaluatedAt":288,"extractAt":289,"updatedAt":288},1778683122195,1778683100520,{"evaluate":291,"extract":303},{"promptVersionExtension":204,"promptVersionScoring":205,"score":292,"tags":293,"targetMarket":216,"tier":217},100,[294,295,215,296,297,298,299,300,301,302],"music-generation","ai","audio-production","workflow","lyrics","mastering","cli","python","claude-code",{"commitSha":279,"license":238,"plugin":304},{"mcpCount":8,"provider":283,"skillCount":305},54,{"parentExtensionId":261,"repoId":285},[295,296,302,300,298,299,294,301,215,297],{"evaluatedAt":309,"extractAt":289,"updatedAt":309},1778683131031,{"evaluate":311,"extract":313},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":312,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":279},{"parentExtensionId":249,"repoId":285},{"_creationTime":316,"_id":285,"identity":317,"providers":318,"workflow":1002},1778683093832.8552,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":319,"discover":984,"github":987},{"commitSha":279,"extensions":320},[321,334,465,476,490,499,507,517,527,535,545,555,563,571,579,589,597,602,610,618,628,642,652,662,670,678,686,694,706,716,726,734,744,754,762,776,786,796,806,816,826,836,846,856,866,880,888,896,904,922,930,940,950,960,968,976],{"basePath":257,"displayName":254,"installMethods":322,"rationale":323,"selectedPaths":324,"source":333,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[325,328,330],{"path":326,"priority":327},".claude-plugin/marketplace.json","mandatory",{"path":329,"priority":327},"README.md",{"path":331,"priority":332},"LICENSE","high","rule",{"basePath":257,"description":252,"displayName":254,"installMethods":335,"license":238,"rationale":336,"selectedPaths":337,"source":333,"sourceLanguage":18,"type":258},{"claudeCode":254},"plugin manifest at .claude-plugin/plugin.json",[338,340,341,342,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463],{"path":339,"priority":327},".claude-plugin/plugin.json",{"path":329,"priority":327},{"path":331,"priority":332},{"path":343,"priority":344},"skills/about/SKILL.md","medium",{"path":346,"priority":344},"skills/album-art-director/SKILL.md",{"path":348,"priority":344},"skills/album-conceptualizer/SKILL.md",{"path":350,"priority":344},"skills/album-dashboard/SKILL.md",{"path":352,"priority":344},"skills/album-ideas/SKILL.md",{"path":354,"priority":344},"skills/clipboard/SKILL.md",{"path":356,"priority":344},"skills/cloud-uploader/SKILL.md",{"path":358,"priority":344},"skills/configure/SKILL.md",{"path":360,"priority":344},"skills/document-hunter/SKILL.md",{"path":362,"priority":344},"skills/explicit-checker/SKILL.md",{"path":364,"priority":344},"skills/genre-creator/SKILL.md",{"path":366,"priority":344},"skills/health-check/SKILL.md",{"path":368,"priority":344},"skills/help/SKILL.md",{"path":370,"priority":344},"skills/import-art/SKILL.md",{"path":372,"priority":344},"skills/import-audio/SKILL.md",{"path":374,"priority":344},"skills/import-track/SKILL.md",{"path":376,"priority":344},"skills/lyric-refiner/SKILL.md",{"path":378,"priority":344},"skills/lyric-reviewer/SKILL.md",{"path":380,"priority":344},"skills/lyric-writer/SKILL.md",{"path":382,"priority":344},"skills/mastering-engineer/SKILL.md",{"path":384,"priority":344},"skills/mix-engineer/SKILL.md",{"path":386,"priority":344},"skills/new-album/SKILL.md",{"path":388,"priority":344},"skills/next-step/SKILL.md",{"path":390,"priority":344},"skills/plagiarism-checker/SKILL.md",{"path":392,"priority":344},"skills/pre-generation-check/SKILL.md",{"path":394,"priority":344},"skills/promo-director/SKILL.md",{"path":396,"priority":344},"skills/promo-reviewer/SKILL.md",{"path":398,"priority":344},"skills/promo-writer/SKILL.md",{"path":400,"priority":344},"skills/promote-idea/SKILL.md",{"path":402,"priority":344},"skills/pronunciation-specialist/SKILL.md",{"path":404,"priority":344},"skills/release-director/SKILL.md",{"path":406,"priority":344},"skills/rename/SKILL.md",{"path":408,"priority":344},"skills/researcher/SKILL.md",{"path":410,"priority":344},"skills/researchers-biographical/SKILL.md",{"path":412,"priority":344},"skills/researchers-financial/SKILL.md",{"path":414,"priority":344},"skills/researchers-gov/SKILL.md",{"path":416,"priority":344},"skills/researchers-historical/SKILL.md",{"path":418,"priority":344},"skills/researchers-journalism/SKILL.md",{"path":420,"priority":344},"skills/researchers-legal/SKILL.md",{"path":422,"priority":344},"skills/researchers-primary-source/SKILL.md",{"path":424,"priority":344},"skills/researchers-security/SKILL.md",{"path":426,"priority":344},"skills/researchers-tech/SKILL.md",{"path":428,"priority":344},"skills/researchers-verifier/SKILL.md",{"path":430,"priority":344},"skills/resume/SKILL.md",{"path":432,"priority":344},"skills/session-start/SKILL.md",{"path":434,"priority":344},"skills/setup/SKILL.md",{"path":436,"priority":344},"skills/sheet-music-publisher/SKILL.md",{"path":438,"priority":344},"skills/skill-model-updater/SKILL.md",{"path":440,"priority":344},"skills/suno-engineer/SKILL.md",{"path":442,"priority":344},"skills/test/SKILL.md",{"path":444,"priority":344},"skills/tutorial/SKILL.md",{"path":446,"priority":344},"skills/validate-album/SKILL.md",{"path":448,"priority":344},"skills/verify-sources/SKILL.md",{"path":450,"priority":344},"skills/voice-checker/SKILL.md",{"path":452,"priority":327},".mcp.json",{"path":454,"priority":332},"hooks/README.md",{"path":456,"priority":332},"hooks/check_version_sync.py",{"path":458,"priority":332},"hooks/hooks.json",{"path":460,"priority":332},"hooks/install.sh",{"path":462,"priority":332},"hooks/pre-commit",{"path":464,"priority":332},"hooks/validate_track.py",{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":333,"sourceLanguage":18,"type":246},"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",[472,474],{"path":473,"priority":327},"SKILL.md",{"path":475,"priority":344},"PROJECT_HISTORY.md",{"basePath":477,"description":478,"displayName":479,"installMethods":480,"rationale":481,"selectedPaths":482,"source":333,"sourceLanguage":18,"type":246},"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",[483,484,486,488],{"path":473,"priority":327},{"path":485,"priority":344},"album-types.md",{"path":487,"priority":344},"prompt-examples.md",{"path":489,"priority":344},"visual-styles.md",{"basePath":491,"description":492,"displayName":493,"installMethods":494,"rationale":495,"selectedPaths":496,"source":333,"sourceLanguage":18,"type":246},"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",[497,498],{"path":473,"priority":327},{"path":485,"priority":344},{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":333,"sourceLanguage":18,"type":246},"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",[506],{"path":473,"priority":327},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":333,"sourceLanguage":18,"type":246},"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",[514,515],{"path":473,"priority":327},{"path":516,"priority":344},"STATUS_VALUES.md",{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":333,"sourceLanguage":18,"type":246},"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",[524,525],{"path":473,"priority":327},{"path":526,"priority":344},"USAGE_EXAMPLES.md",{"basePath":528,"description":529,"displayName":530,"installMethods":531,"rationale":532,"selectedPaths":533,"source":333,"sourceLanguage":18,"type":246},"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",[534],{"path":473,"priority":327},{"basePath":536,"description":537,"displayName":538,"installMethods":539,"rationale":540,"selectedPaths":541,"source":333,"sourceLanguage":18,"type":246},"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",[542,543],{"path":473,"priority":327},{"path":544,"priority":344},"SETTINGS_REFERENCE.md",{"basePath":546,"description":547,"displayName":548,"installMethods":549,"rationale":550,"selectedPaths":551,"source":333,"sourceLanguage":18,"type":246},"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",[552,553],{"path":473,"priority":327},{"path":554,"priority":344},"site-patterns.md",{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":333,"sourceLanguage":18,"type":246},"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",[562],{"path":473,"priority":327},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":333,"sourceLanguage":18,"type":246},"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",[570],{"path":473,"priority":327},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":333,"sourceLanguage":18,"type":246},"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",[578],{"path":473,"priority":327},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":333,"sourceLanguage":18,"type":246},"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",[586,587],{"path":473,"priority":327},{"path":588,"priority":344},"SKILL_GLOSSARY.md",{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":333,"sourceLanguage":18,"type":246},"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",[596],{"path":473,"priority":327},{"basePath":243,"description":10,"displayName":13,"installMethods":598,"rationale":599,"selectedPaths":600,"source":333,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/import-audio/SKILL.md",[601],{"path":473,"priority":327},{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":333,"sourceLanguage":18,"type":246},"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",[609],{"path":473,"priority":327},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":333,"sourceLanguage":18,"type":246},"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",[617],{"path":473,"priority":327},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":333,"sourceLanguage":18,"type":246},"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",[625,626],{"path":473,"priority":327},{"path":627,"priority":344},"checklist-reference.md",{"basePath":629,"description":630,"displayName":631,"installMethods":632,"rationale":633,"selectedPaths":634,"source":333,"sourceLanguage":18,"type":246},"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",[635,636,638,640],{"path":473,"priority":327},{"path":637,"priority":344},"craft-reference.md",{"path":639,"priority":344},"documentary-standards.md",{"path":641,"priority":344},"examples.md",{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":333,"sourceLanguage":18,"type":246},"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",[649,650],{"path":473,"priority":327},{"path":651,"priority":344},"genre-presets.md",{"basePath":653,"description":654,"displayName":655,"installMethods":656,"rationale":657,"selectedPaths":658,"source":333,"sourceLanguage":18,"type":246},"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",[659,660],{"path":473,"priority":327},{"path":661,"priority":344},"mix-presets.md",{"basePath":663,"description":664,"displayName":665,"installMethods":666,"rationale":667,"selectedPaths":668,"source":333,"sourceLanguage":18,"type":246},"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",[669],{"path":473,"priority":327},{"basePath":671,"description":672,"displayName":673,"installMethods":674,"rationale":675,"selectedPaths":676,"source":333,"sourceLanguage":18,"type":246},"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",[677],{"path":473,"priority":327},{"basePath":679,"description":680,"displayName":681,"installMethods":682,"rationale":683,"selectedPaths":684,"source":333,"sourceLanguage":18,"type":246},"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",[685],{"path":473,"priority":327},{"basePath":687,"description":688,"displayName":689,"installMethods":690,"rationale":691,"selectedPaths":692,"source":333,"sourceLanguage":18,"type":246},"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",[693],{"path":473,"priority":327},{"basePath":695,"description":696,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":333,"sourceLanguage":18,"type":246},"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",[701,702,704],{"path":473,"priority":327},{"path":703,"priority":344},"technical-reference.md",{"path":705,"priority":344},"visualization-guide.md",{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":333,"sourceLanguage":18,"type":246},"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",[713,714],{"path":473,"priority":327},{"path":715,"priority":344},"platform-rules.md",{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":333,"sourceLanguage":18,"type":246},"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",[723,724],{"path":473,"priority":327},{"path":725,"priority":344},"copy-formulas.md",{"basePath":727,"description":728,"displayName":729,"installMethods":730,"rationale":731,"selectedPaths":732,"source":333,"sourceLanguage":18,"type":246},"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",[733],{"path":473,"priority":327},{"basePath":735,"description":736,"displayName":737,"installMethods":738,"rationale":739,"selectedPaths":740,"source":333,"sourceLanguage":18,"type":246},"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",[741,742],{"path":473,"priority":327},{"path":743,"priority":344},"word-lists.md",{"basePath":745,"description":746,"displayName":747,"installMethods":748,"rationale":749,"selectedPaths":750,"source":333,"sourceLanguage":18,"type":246},"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",[751,752],{"path":473,"priority":327},{"path":753,"priority":344},"platform-guides.md",{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":333,"sourceLanguage":18,"type":246},"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",[761],{"path":473,"priority":327},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":333,"sourceLanguage":18,"type":246},"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",[769,770,772,774],{"path":473,"priority":327},{"path":771,"priority":344},"free-sources.md",{"path":773,"priority":344},"source-standards.md",{"path":775,"priority":344},"templates.md",{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":333,"sourceLanguage":18,"type":246},"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",[783,784],{"path":473,"priority":327},{"path":785,"priority":344},"INTERVIEW_SOURCES.md",{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":333,"sourceLanguage":18,"type":246},"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",[793,794],{"path":473,"priority":327},{"path":795,"priority":344},"SEC_FILING_GUIDE.md",{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":333,"sourceLanguage":18,"type":246},"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",[803,804],{"path":473,"priority":327},{"path":805,"priority":344},"AGENCY_SOURCES.md",{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":333,"sourceLanguage":18,"type":246},"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",[813,814],{"path":473,"priority":327},{"path":815,"priority":344},"ARCHIVE_SOURCES.md",{"basePath":817,"description":818,"displayName":819,"installMethods":820,"rationale":821,"selectedPaths":822,"source":333,"sourceLanguage":18,"type":246},"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",[823,824],{"path":473,"priority":327},{"path":825,"priority":344},"SOURCE_EXTRACTION.md",{"basePath":827,"description":828,"displayName":829,"installMethods":830,"rationale":831,"selectedPaths":832,"source":333,"sourceLanguage":18,"type":246},"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",[833,834],{"path":473,"priority":327},{"path":835,"priority":344},"DISCOVERY_GUIDE.md",{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":333,"sourceLanguage":18,"type":246},"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",[843,844],{"path":473,"priority":327},{"path":845,"priority":344},"DIRECT_SOURCES.md",{"basePath":847,"description":848,"displayName":849,"installMethods":850,"rationale":851,"selectedPaths":852,"source":333,"sourceLanguage":18,"type":246},"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",[853,854],{"path":473,"priority":327},{"path":855,"priority":344},"CVE_RESEARCH.md",{"basePath":857,"description":858,"displayName":859,"installMethods":860,"rationale":861,"selectedPaths":862,"source":333,"sourceLanguage":18,"type":246},"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",[863,864],{"path":473,"priority":327},{"path":865,"priority":344},"PROJECT_RESEARCH.md",{"basePath":867,"description":868,"displayName":869,"installMethods":870,"rationale":871,"selectedPaths":872,"source":333,"sourceLanguage":18,"type":246},"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",[873,874,876,878],{"path":473,"priority":327},{"path":875,"priority":344},"VERIFICATION_CHECKLIST.md",{"path":877,"priority":344},"checklists.md",{"path":879,"priority":344},"patterns.md",{"basePath":881,"description":882,"displayName":883,"installMethods":884,"rationale":885,"selectedPaths":886,"source":333,"sourceLanguage":18,"type":246},"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",[887],{"path":473,"priority":327},{"basePath":889,"description":890,"displayName":891,"installMethods":892,"rationale":893,"selectedPaths":894,"source":333,"sourceLanguage":18,"type":246},"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",[895],{"path":473,"priority":327},{"basePath":897,"description":898,"displayName":899,"installMethods":900,"rationale":901,"selectedPaths":902,"source":333,"sourceLanguage":18,"type":246},"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",[903],{"path":473,"priority":327},{"basePath":905,"description":906,"displayName":907,"installMethods":908,"rationale":909,"selectedPaths":910,"source":333,"sourceLanguage":18,"type":246},"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",[911,912,914,916,918,920],{"path":473,"priority":327},{"path":913,"priority":344},"REQUIREMENTS.md",{"path":915,"priority":344},"anthemscore-reference.md",{"path":917,"priority":344},"musescore-reference.md",{"path":919,"priority":344},"publishing-guide.md",{"path":921,"priority":344},"workflow-detail.md",{"basePath":923,"description":924,"displayName":925,"installMethods":926,"rationale":927,"selectedPaths":928,"source":333,"sourceLanguage":18,"type":246},"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",[929],{"path":473,"priority":327},{"basePath":931,"description":932,"displayName":933,"installMethods":934,"rationale":935,"selectedPaths":936,"source":333,"sourceLanguage":18,"type":246},"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",[937,938],{"path":473,"priority":327},{"path":939,"priority":344},"genre-practices.md",{"basePath":941,"description":942,"displayName":943,"installMethods":944,"rationale":945,"selectedPaths":946,"source":333,"sourceLanguage":18,"type":246},"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",[947,948],{"path":473,"priority":327},{"path":949,"priority":344},"test-definitions.md",{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":333,"sourceLanguage":18,"type":246},"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",[957,958],{"path":473,"priority":327},{"path":959,"priority":344},"phases.md",{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":333,"sourceLanguage":18,"type":246},"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",[967],{"path":473,"priority":327},{"basePath":969,"description":970,"displayName":971,"installMethods":972,"rationale":973,"selectedPaths":974,"source":333,"sourceLanguage":18,"type":246},"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",[975],{"path":473,"priority":327},{"basePath":977,"description":978,"displayName":979,"installMethods":980,"rationale":981,"selectedPaths":982,"source":333,"sourceLanguage":18,"type":246},"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",[983],{"path":473,"priority":327},{"sources":985},[986],"manual",{"closedIssues90d":231,"description":264,"forks":232,"homepage":988,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":989},"https://www.bitwizemusic.com",[990,302,991,992,993,994,995,996,997,214,215,998,999,298,631,277,276,1000,274,1001],"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":1003,"discoverAt":1004,"extractAt":1005,"githubAt":1005,"updatedAt":1003},1778683099616,1778683093832,1778683097699,[211,212,214,213,215],{"evaluatedAt":241,"extractAt":289,"updatedAt":241},[],[1010,1028,1044,1061,1077,1099],{"_creationTime":1011,"_id":1012,"community":1013,"display":1014,"identity":1016,"providers":1017,"relations":1024,"tags":1025,"workflow":1026},1778683100520.3088,"k1780ejtdyfh5atysjycteerk986nqdg",{"reviewCount":8},{"description":962,"installMethods":1015,"name":963,"sourceUrl":14},{"claudeCode":12},{"basePath":961,"githubOwner":244,"githubRepo":245,"locale":18,"slug":963,"type":246},{"evaluate":1018,"extract":1023},{"promptVersionExtension":204,"promptVersionScoring":205,"score":292,"tags":1019,"targetMarket":216,"tier":217},[214,1020,211,1021,1022],"validation","metadata","release-prep",{"commitSha":279},{"parentExtensionId":249,"repoId":285},[211,1021,214,1022,1020],{"evaluatedAt":1027,"extractAt":289,"updatedAt":1027},1778684303772,{"_creationTime":1029,"_id":1030,"community":1031,"display":1032,"identity":1034,"providers":1035,"relations":1040,"tags":1041,"workflow":1042},1778683100520.3013,"k17cd65f5v1j2r6rkcqbj8xp1d86mq8q",{"reviewCount":8},{"description":654,"installMethods":1033,"name":655,"sourceUrl":14},{"claudeCode":12},{"basePath":653,"githubOwner":244,"githubRepo":245,"locale":18,"slug":655,"type":246},{"evaluate":1036,"extract":1039},{"promptVersionExtension":204,"promptVersionScoring":205,"score":292,"tags":1037,"targetMarket":216,"tier":217},[211,273,215,299,1038],"audio-engineering",{"commitSha":279},{"parentExtensionId":249,"repoId":285},[211,1038,299,273,215],{"evaluatedAt":1043,"extractAt":289,"updatedAt":1043},1778683556657,{"_creationTime":1045,"_id":1046,"community":1047,"display":1048,"identity":1050,"providers":1051,"relations":1057,"tags":1058,"workflow":1059},1778683100520.3,"k170tessb6tr9sjb6mk8qqw6qn86nv1n",{"reviewCount":8},{"description":604,"installMethods":1049,"name":605,"sourceUrl":14},{"claudeCode":12},{"basePath":603,"githubOwner":244,"githubRepo":245,"locale":18,"slug":605,"type":246},{"evaluate":1052,"extract":1056},{"promptVersionExtension":204,"promptVersionScoring":205,"score":292,"tags":1053,"targetMarket":216,"tier":217},[214,212,1054,1055],"automation","mcp",{"commitSha":279},{"parentExtensionId":249,"repoId":285},[1054,212,1055,214],{"evaluatedAt":1060,"extractAt":289,"updatedAt":1060},1778683452533,{"_creationTime":1062,"_id":1063,"community":1064,"display":1065,"identity":1067,"providers":1068,"relations":1073,"tags":1074,"workflow":1075},1778683100520.2976,"k17eddzcgxtpk3emzqzwwkrg2s86mbkv",{"reviewCount":8},{"description":519,"installMethods":1066,"name":520,"sourceUrl":14},{"claudeCode":12},{"basePath":518,"githubOwner":244,"githubRepo":245,"locale":18,"slug":520,"type":246},{"evaluate":1069,"extract":1072},{"promptVersionExtension":204,"promptVersionScoring":205,"score":292,"tags":1070,"targetMarket":216,"tier":217},[520,298,215,214,1071],"utility",{"commitSha":279},{"parentExtensionId":249,"repoId":285},[520,298,214,215,1071],{"evaluatedAt":1076,"extractAt":289,"updatedAt":1076},1778683271492,{"_creationTime":1078,"_id":1079,"community":1080,"display":1081,"identity":1084,"providers":1085,"relations":1095,"tags":1096,"workflow":1097},1778683100520.3076,"k177kkncnc53stshsayz2122b186ndps",{"reviewCount":8},{"description":906,"installMethods":1082,"name":1083,"sourceUrl":14},{"claudeCode":12},"Sheet Music Publisher",{"basePath":905,"githubOwner":244,"githubRepo":245,"locale":18,"slug":907,"type":246},{"evaluate":1086,"extract":1094},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":1087,"targetMarket":216,"tier":217},[211,214,1088,1089,1090,1091,1092,1093],"sheet-music","transcription","songbook","pdf","midi","musicxml",{"commitSha":279,"license":238},{"parentExtensionId":249,"repoId":285},[211,1092,214,1093,1091,1088,1090,1089],{"evaluatedAt":1098,"extractAt":289,"updatedAt":1098},1778684168241,{"_creationTime":1100,"_id":1101,"community":1102,"display":1103,"identity":1109,"providers":1113,"relations":1119,"tags":1122,"workflow":1123},1778685949178.8118,"k17fnebcm11fzh7nzq8dcpkgyh86nenk",{"reviewCount":8},{"description":1104,"installMethods":1105,"name":1107,"sourceUrl":1108},"Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.",{"claudeCode":1106},"davepoon/buildwithclaude","file-organizer","https://github.com/davepoon/buildwithclaude",{"basePath":1110,"githubOwner":1111,"githubRepo":1112,"locale":18,"slug":1107,"type":246},"plugins/all-skills/skills/file-organizer","davepoon","buildwithclaude",{"evaluate":1114,"extract":1118},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":1115,"targetMarket":216,"tier":217},[212,213,1054,1116,1117],"cleanup","duplicates",{"commitSha":279},{"parentExtensionId":1120,"repoId":1121},"k1779wwzgaaxeqtvembbktrb1d86n4tf","kd719kw54vhmcscq7ckdp59fg586mnt6",[1054,1116,1117,212,213],{"evaluatedAt":1124,"extractAt":1125,"updatedAt":1124},1778689833647,1778685949178]