[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-cloud-uploader-de":3,"guides-for-bitwize-music-studio-cloud-uploader":1031,"similar-k17fr4cq4121w7knzd6avsh1ps86m2ka-de":1032},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":262,"isFallback":253,"parentExtension":268,"providers":332,"relations":336,"repo":337,"tags":1029,"workflow":1030},1778683100520.2979,"k17fr4cq4121w7knzd6avsh1ps86m2ka",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","Cloud Uploader Skill","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":243,"workflow":260},1778683291089.353,"kn7fvxk55efgs8az47p75ew2c186nvy1","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":205,"prerequisites":209,"promptVersionExtension":214,"promptVersionScoring":215,"purpose":216,"rationale":217,"score":218,"summary":219,"tags":220,"targetMarket":229,"tier":230,"useCases":231,"workflow":236},[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,116,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: uploading promo videos and content to cloud storage for social media or distribution.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill provides a specialized workflow for uploading music promo content to Cloudflare R2 or AWS S3, including configuration and path mapping, which goes beyond basic file transfer.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, with clear prerequisites, workflow steps, error handling, and integration points with other skills in the suite.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension is focused on uploading content to cloud storage, a single, well-defined responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality and intended use case.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-defined Python script for its operation, avoiding general-purpose command execution.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All configuration options, including credentials and provider details, are clearly documented with examples and a link to a setup guide.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool is invoked via a descriptive skill name: `/bitwize-music:cloud-uploader`.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The script takes specific album names and optional flags like `--type` and `--dry-run`, and its output is informative without excessive detail.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under CC0-1.0, a permissive public domain dedication.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 12, 2026, which is very recent.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project specifies Python dependencies in `requirements.txt` and recommends using a virtual environment, indicating good dependency management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Credentials are handled via a configuration file with instructions to ensure proper file permissions and gitignore it, which is a reasonable approach.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill uses a Python script to handle uploads, and input parameters like album names are passed as arguments, minimizing the risk of injection.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The script executes Python code that relies on bundled dependencies (`boto3`), rather than fetching external code at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the bounds of the provided project and configuration files, and its operations are confined to uploading files.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The skill's operation is confined to running a Python script for uploads and does not appear to contain primitives for sandbox escape.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's primary function is uploading files to cloud storage, and it handles credentials via a config file, not by submitting them to a third party.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled documentation and scripts do not contain any hidden text tricks or obfuscated instructions.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's logic is implemented in a readable Python script, not obfuscated code.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill assumes a standard directory structure for audio files but provides configuration options to override paths and handles missing files gracefully.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","Open issues: 14, Closed issues (last 90d): 109. The closure rate is high, indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","A meaningful version number (v0.14.0) is available in the SKILL.md frontmatter.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The Python script likely handles argument validation for album names and options, ensuring inputs are processed correctly.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill's primary operation is uploading, which is not destructive. The `--dry-run` flag provides a preview.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The skill includes a dedicated 'Error Handling' section detailing various failure modes with clear symptoms and remediation steps.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","The skill's core operation is uploading files. While detailed audit logging isn't explicitly mentioned for uploads, the `--dry-run` provides a preview of actions.",{"category":117,"check":118,"severity":114,"summary":119},"Compliance","GDPR","The skill does not appear to operate on personal data; it handles file uploads and cloud credentials.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is globally applicable as it interacts with cloud storage providers and local file paths.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill specifies Python 3.10+ and suggests using a virtual environment, ensuring compatibility and stable execution.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a good overview of the project, installation instructions, and architecture, supplementing the SKILL.md.",{"category":33,"check":130,"severity":114,"summary":131},"Tool surface size","This is a single-purpose skill with one primary operation.",{"category":40,"check":133,"severity":114,"summary":134},"Overlapping near-synonym tools","The skill has a single primary function, so there are no overlapping tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as R2 and S3 support, dry-run mode, and public/private options, are implemented and documented.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Installation instructions are clear, including plugin installation and setup commands, and the README provides command examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The 'Error Handling' section provides detailed descriptions of potential errors, their symptoms, and specific remediation steps.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill declares its Python dependencies in `requirements.txt` and recommends using a virtual environment, indicating pinned dependencies.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","A `--dry-run` option is available, allowing users to preview the upload process and intended actions without side effects.",{"category":154,"check":155,"severity":114,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operation is primarily file upload, which is typically idempotent if using standard cloud storage protocols. There are no remote calls that would require explicit timeout handling within the skill itself.",{"category":117,"check":158,"severity":114,"summary":159},"Telemetry opt-in","There is no indication of telemetry being collected by this skill.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The purpose and 'When to Use' sections clearly define the skill's function (uploading promo videos) and its trigger conditions, making it easy to route.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and when to use it.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured and under 500 lines, with external documentation linked for setup and related skills.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed setup instructions are provided in a separate markdown file (`reference/cloud/setup-guide.md`), following a progressive disclosure pattern.",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","This skill performs a specific action (uploading files) and does not involve deep exploration or code review requiring a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Multiple clear and ready-to-use invocation examples are provided for various scenarios, including dry-run and specific file types.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The 'Error Handling' section explicitly documents multiple failure modes (missing config, missing files, access denied) with symptoms and recovery steps.",{"category":103,"check":183,"severity":114,"summary":184},"Tool Fallback","This skill does not rely on external MCP servers or tools; it uses bundled Python scripts and standard libraries.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill checks for prerequisite files and configurations, aborting with clear error messages if they are not met.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill clearly documents its integration points with `promo-director` and `release-director`, indicating a well-defined handoff rather than implicit coupling.",1778683290979,"This skill uploads promo videos and album samplers to Cloudflare R2 or AWS S3, utilizing a Python script and requiring user configuration for credentials and bucket details. It supports dry-run previews, specific file type uploads, and public/private access settings.",[195,196,197,198,199],"Uploads promo videos and album samplers","Supports Cloudflare R2 and AWS S3","Provides dry-run preview mode","Allows specifying upload type (promos, sampler, all)","Configurable for public or private file access",[201,202,203,204],"Generating promo videos (delegated to `promo-director`).","Managing cloud storage bucket creation or lifecycle policies.","Performing complex file transformations beyond basic upload.","Handling media processing or encoding tasks.",[206,207,208],"Cloud Storage Management","Content Distribution","File Upload Automation",[210,211,212,213],"Cloud credentials configured in `~/.bitwize-music/config.yaml`","Promo videos generated by `/bitwize-music:promo-director`","Python 3.10+ with `boto3` installed","Access to `~/.bitwize-music/venv` or system Python","3.0.0","4.4.0","To automate the upload of generated promotional media to cloud storage services like Cloudflare R2 or AWS S3, making it available for websites, distribution, or archival.","Excellent documentation and clear functionality. High quality of error handling and integration, with good security practices.",95,"A robust skill for uploading media content to cloud storage with clear instructions and good security practices.",[221,222,223,224,225,226,227,228],"cloud","aws","cloudflare","r2","s3","upload","video","content","global","verified",[232,233,234,235],"After generating promo videos, upload them to cloud storage.","When a user requests to upload promo content to R2 or S3.","Hosting media content for website distribution or CDN.","Archiving generated media to a reliable cloud location.",[237,238,239,240,241,242],"Verify cloud configuration and promo video existence.","Get the appropriate Python command and plugin directory.","Preview the upload using the `--dry-run` option.","Execute the upload command with desired options (type, public access).","Verify the upload in the cloud provider's dashboard.","Report completion and note next steps in the workflow.",{"codeQuality":244,"collectedAt":246,"documentation":247,"maintenance":250,"security":257,"testCoverage":259},{"hasLockfile":245},false,1778683271866,{"descriptionLength":248,"readmeSize":249},140,9335,{"closedIssues90d":251,"forks":252,"hasChangelog":253,"openIssues90d":254,"pushedAt":255,"stars":256},109,30,true,14,1778616491000,174,{"hasNpmPackage":245,"license":258,"smitheryVerified":245},"CC0-1.0",{"hasCi":253,"hasTests":253},{"updatedAt":261},1778683291089,{"basePath":263,"githubOwner":264,"githubRepo":265,"locale":18,"slug":266,"type":267},"skills/cloud-uploader","bitwize-music-studio","claude-ai-music-skills","cloud-uploader","skill",{"_creationTime":269,"_id":270,"community":271,"display":272,"identity":277,"parentExtension":280,"providers":312,"relations":328,"tags":329,"workflow":330},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":273,"installMethods":274,"name":276,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":275},"bitwize-music","Claude AI Music Skills",{"basePath":278,"githubOwner":264,"githubRepo":265,"locale":18,"slug":265,"type":279},"","plugin",{"_creationTime":281,"_id":282,"community":283,"display":284,"identity":287,"providers":289,"relations":306,"tags":308,"workflow":309},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":285,"installMethods":286,"name":275,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":278,"githubOwner":264,"githubRepo":265,"locale":18,"slug":265,"type":288},"marketplace",{"evaluate":290,"extract":300},{"promptVersionExtension":291,"promptVersionScoring":215,"score":292,"tags":293,"targetMarket":229,"tier":230},"3.1.0",96,[294,295,296,297,298,299],"music-production","suno","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":301,"marketplace":302,"plugin":304},"HEAD",{"name":275,"pluginCount":303},1,{"mcpCount":8,"provider":305,"skillCount":8},"classify",{"repoId":307},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[296,298,294,299,295,297],{"evaluatedAt":310,"extractAt":311,"updatedAt":310},1778683122195,1778683100520,{"evaluate":313,"extract":325},{"promptVersionExtension":214,"promptVersionScoring":215,"score":314,"tags":315,"targetMarket":229,"tier":230},100,[316,317,295,318,319,320,321,322,323,324],"music-generation","ai","audio-production","workflow","lyrics","mastering","cli","python","claude-code",{"commitSha":301,"license":258,"plugin":326},{"mcpCount":8,"provider":305,"skillCount":327},54,{"parentExtensionId":282,"repoId":307},[317,318,324,322,320,321,316,323,295,319],{"evaluatedAt":331,"extractAt":311,"updatedAt":331},1778683131031,{"evaluate":333,"extract":335},{"promptVersionExtension":214,"promptVersionScoring":215,"score":218,"tags":334,"targetMarket":229,"tier":230},[221,222,223,224,225,226,227,228],{"commitSha":301,"license":258},{"parentExtensionId":270,"repoId":307},{"_creationTime":338,"_id":307,"identity":339,"providers":340,"workflow":1025},1778683093832.8552,{"githubOwner":264,"githubRepo":265,"sourceUrl":14},{"classify":341,"discover":1006,"github":1009},{"commitSha":301,"extensions":342},[343,356,487,498,512,521,529,539,549,554,564,574,582,590,598,608,616,624,632,640,650,664,674,684,692,700,708,716,728,738,748,756,766,776,784,798,808,818,828,838,848,858,868,878,888,902,910,918,926,944,952,962,972,982,990,998],{"basePath":278,"displayName":275,"installMethods":344,"rationale":345,"selectedPaths":346,"source":355,"sourceLanguage":18,"type":288},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[347,350,352],{"path":348,"priority":349},".claude-plugin/marketplace.json","mandatory",{"path":351,"priority":349},"README.md",{"path":353,"priority":354},"LICENSE","high","rule",{"basePath":278,"description":273,"displayName":275,"installMethods":357,"license":258,"rationale":358,"selectedPaths":359,"source":355,"sourceLanguage":18,"type":279},{"claudeCode":275},"plugin manifest at .claude-plugin/plugin.json",[360,362,363,364,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485],{"path":361,"priority":349},".claude-plugin/plugin.json",{"path":351,"priority":349},{"path":353,"priority":354},{"path":365,"priority":366},"skills/about/SKILL.md","medium",{"path":368,"priority":366},"skills/album-art-director/SKILL.md",{"path":370,"priority":366},"skills/album-conceptualizer/SKILL.md",{"path":372,"priority":366},"skills/album-dashboard/SKILL.md",{"path":374,"priority":366},"skills/album-ideas/SKILL.md",{"path":376,"priority":366},"skills/clipboard/SKILL.md",{"path":378,"priority":366},"skills/cloud-uploader/SKILL.md",{"path":380,"priority":366},"skills/configure/SKILL.md",{"path":382,"priority":366},"skills/document-hunter/SKILL.md",{"path":384,"priority":366},"skills/explicit-checker/SKILL.md",{"path":386,"priority":366},"skills/genre-creator/SKILL.md",{"path":388,"priority":366},"skills/health-check/SKILL.md",{"path":390,"priority":366},"skills/help/SKILL.md",{"path":392,"priority":366},"skills/import-art/SKILL.md",{"path":394,"priority":366},"skills/import-audio/SKILL.md",{"path":396,"priority":366},"skills/import-track/SKILL.md",{"path":398,"priority":366},"skills/lyric-refiner/SKILL.md",{"path":400,"priority":366},"skills/lyric-reviewer/SKILL.md",{"path":402,"priority":366},"skills/lyric-writer/SKILL.md",{"path":404,"priority":366},"skills/mastering-engineer/SKILL.md",{"path":406,"priority":366},"skills/mix-engineer/SKILL.md",{"path":408,"priority":366},"skills/new-album/SKILL.md",{"path":410,"priority":366},"skills/next-step/SKILL.md",{"path":412,"priority":366},"skills/plagiarism-checker/SKILL.md",{"path":414,"priority":366},"skills/pre-generation-check/SKILL.md",{"path":416,"priority":366},"skills/promo-director/SKILL.md",{"path":418,"priority":366},"skills/promo-reviewer/SKILL.md",{"path":420,"priority":366},"skills/promo-writer/SKILL.md",{"path":422,"priority":366},"skills/promote-idea/SKILL.md",{"path":424,"priority":366},"skills/pronunciation-specialist/SKILL.md",{"path":426,"priority":366},"skills/release-director/SKILL.md",{"path":428,"priority":366},"skills/rename/SKILL.md",{"path":430,"priority":366},"skills/researcher/SKILL.md",{"path":432,"priority":366},"skills/researchers-biographical/SKILL.md",{"path":434,"priority":366},"skills/researchers-financial/SKILL.md",{"path":436,"priority":366},"skills/researchers-gov/SKILL.md",{"path":438,"priority":366},"skills/researchers-historical/SKILL.md",{"path":440,"priority":366},"skills/researchers-journalism/SKILL.md",{"path":442,"priority":366},"skills/researchers-legal/SKILL.md",{"path":444,"priority":366},"skills/researchers-primary-source/SKILL.md",{"path":446,"priority":366},"skills/researchers-security/SKILL.md",{"path":448,"priority":366},"skills/researchers-tech/SKILL.md",{"path":450,"priority":366},"skills/researchers-verifier/SKILL.md",{"path":452,"priority":366},"skills/resume/SKILL.md",{"path":454,"priority":366},"skills/session-start/SKILL.md",{"path":456,"priority":366},"skills/setup/SKILL.md",{"path":458,"priority":366},"skills/sheet-music-publisher/SKILL.md",{"path":460,"priority":366},"skills/skill-model-updater/SKILL.md",{"path":462,"priority":366},"skills/suno-engineer/SKILL.md",{"path":464,"priority":366},"skills/test/SKILL.md",{"path":466,"priority":366},"skills/tutorial/SKILL.md",{"path":468,"priority":366},"skills/validate-album/SKILL.md",{"path":470,"priority":366},"skills/verify-sources/SKILL.md",{"path":472,"priority":366},"skills/voice-checker/SKILL.md",{"path":474,"priority":349},".mcp.json",{"path":476,"priority":354},"hooks/README.md",{"path":478,"priority":354},"hooks/check_version_sync.py",{"path":480,"priority":354},"hooks/hooks.json",{"path":482,"priority":354},"hooks/install.sh",{"path":484,"priority":354},"hooks/pre-commit",{"path":486,"priority":354},"hooks/validate_track.py",{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":355,"sourceLanguage":18,"type":267},"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",[494,496],{"path":495,"priority":349},"SKILL.md",{"path":497,"priority":366},"PROJECT_HISTORY.md",{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":355,"sourceLanguage":18,"type":267},"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",[505,506,508,510],{"path":495,"priority":349},{"path":507,"priority":366},"album-types.md",{"path":509,"priority":366},"prompt-examples.md",{"path":511,"priority":366},"visual-styles.md",{"basePath":513,"description":514,"displayName":515,"installMethods":516,"rationale":517,"selectedPaths":518,"source":355,"sourceLanguage":18,"type":267},"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",[519,520],{"path":495,"priority":349},{"path":507,"priority":366},{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":355,"sourceLanguage":18,"type":267},"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",[528],{"path":495,"priority":349},{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":355,"sourceLanguage":18,"type":267},"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",[536,537],{"path":495,"priority":349},{"path":538,"priority":366},"STATUS_VALUES.md",{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":355,"sourceLanguage":18,"type":267},"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",[546,547],{"path":495,"priority":349},{"path":548,"priority":366},"USAGE_EXAMPLES.md",{"basePath":263,"description":10,"displayName":266,"installMethods":550,"rationale":551,"selectedPaths":552,"source":355,"sourceLanguage":18,"type":267},{"claudeCode":12},"SKILL.md frontmatter at skills/cloud-uploader/SKILL.md",[553],{"path":495,"priority":349},{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":355,"sourceLanguage":18,"type":267},"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",[561,562],{"path":495,"priority":349},{"path":563,"priority":366},"SETTINGS_REFERENCE.md",{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":355,"sourceLanguage":18,"type":267},"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",[571,572],{"path":495,"priority":349},{"path":573,"priority":366},"site-patterns.md",{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":355,"sourceLanguage":18,"type":267},"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",[581],{"path":495,"priority":349},{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":355,"sourceLanguage":18,"type":267},"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",[589],{"path":495,"priority":349},{"basePath":591,"description":592,"displayName":593,"installMethods":594,"rationale":595,"selectedPaths":596,"source":355,"sourceLanguage":18,"type":267},"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",[597],{"path":495,"priority":349},{"basePath":599,"description":600,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":355,"sourceLanguage":18,"type":267},"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",[605,606],{"path":495,"priority":349},{"path":607,"priority":366},"SKILL_GLOSSARY.md",{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":355,"sourceLanguage":18,"type":267},"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",[615],{"path":495,"priority":349},{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":355,"sourceLanguage":18,"type":267},"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",[623],{"path":495,"priority":349},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":355,"sourceLanguage":18,"type":267},"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",[631],{"path":495,"priority":349},{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":355,"sourceLanguage":18,"type":267},"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",[639],{"path":495,"priority":349},{"basePath":641,"description":642,"displayName":643,"installMethods":644,"rationale":645,"selectedPaths":646,"source":355,"sourceLanguage":18,"type":267},"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",[647,648],{"path":495,"priority":349},{"path":649,"priority":366},"checklist-reference.md",{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":355,"sourceLanguage":18,"type":267},"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",[657,658,660,662],{"path":495,"priority":349},{"path":659,"priority":366},"craft-reference.md",{"path":661,"priority":366},"documentary-standards.md",{"path":663,"priority":366},"examples.md",{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":355,"sourceLanguage":18,"type":267},"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",[671,672],{"path":495,"priority":349},{"path":673,"priority":366},"genre-presets.md",{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":355,"sourceLanguage":18,"type":267},"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",[681,682],{"path":495,"priority":349},{"path":683,"priority":366},"mix-presets.md",{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":355,"sourceLanguage":18,"type":267},"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",[691],{"path":495,"priority":349},{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":355,"sourceLanguage":18,"type":267},"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",[699],{"path":495,"priority":349},{"basePath":701,"description":702,"displayName":703,"installMethods":704,"rationale":705,"selectedPaths":706,"source":355,"sourceLanguage":18,"type":267},"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",[707],{"path":495,"priority":349},{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":355,"sourceLanguage":18,"type":267},"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",[715],{"path":495,"priority":349},{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":355,"sourceLanguage":18,"type":267},"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",[723,724,726],{"path":495,"priority":349},{"path":725,"priority":366},"technical-reference.md",{"path":727,"priority":366},"visualization-guide.md",{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":355,"sourceLanguage":18,"type":267},"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",[735,736],{"path":495,"priority":349},{"path":737,"priority":366},"platform-rules.md",{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":355,"sourceLanguage":18,"type":267},"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",[745,746],{"path":495,"priority":349},{"path":747,"priority":366},"copy-formulas.md",{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":355,"sourceLanguage":18,"type":267},"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",[755],{"path":495,"priority":349},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":355,"sourceLanguage":18,"type":267},"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",[763,764],{"path":495,"priority":349},{"path":765,"priority":366},"word-lists.md",{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":355,"sourceLanguage":18,"type":267},"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",[773,774],{"path":495,"priority":349},{"path":775,"priority":366},"platform-guides.md",{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":355,"sourceLanguage":18,"type":267},"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",[783],{"path":495,"priority":349},{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":355,"sourceLanguage":18,"type":267},"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",[791,792,794,796],{"path":495,"priority":349},{"path":793,"priority":366},"free-sources.md",{"path":795,"priority":366},"source-standards.md",{"path":797,"priority":366},"templates.md",{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":355,"sourceLanguage":18,"type":267},"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",[805,806],{"path":495,"priority":349},{"path":807,"priority":366},"INTERVIEW_SOURCES.md",{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":355,"sourceLanguage":18,"type":267},"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",[815,816],{"path":495,"priority":349},{"path":817,"priority":366},"SEC_FILING_GUIDE.md",{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":355,"sourceLanguage":18,"type":267},"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",[825,826],{"path":495,"priority":349},{"path":827,"priority":366},"AGENCY_SOURCES.md",{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":355,"sourceLanguage":18,"type":267},"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",[835,836],{"path":495,"priority":349},{"path":837,"priority":366},"ARCHIVE_SOURCES.md",{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":355,"sourceLanguage":18,"type":267},"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",[845,846],{"path":495,"priority":349},{"path":847,"priority":366},"SOURCE_EXTRACTION.md",{"basePath":849,"description":850,"displayName":851,"installMethods":852,"rationale":853,"selectedPaths":854,"source":355,"sourceLanguage":18,"type":267},"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",[855,856],{"path":495,"priority":349},{"path":857,"priority":366},"DISCOVERY_GUIDE.md",{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":355,"sourceLanguage":18,"type":267},"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",[865,866],{"path":495,"priority":349},{"path":867,"priority":366},"DIRECT_SOURCES.md",{"basePath":869,"description":870,"displayName":871,"installMethods":872,"rationale":873,"selectedPaths":874,"source":355,"sourceLanguage":18,"type":267},"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",[875,876],{"path":495,"priority":349},{"path":877,"priority":366},"CVE_RESEARCH.md",{"basePath":879,"description":880,"displayName":881,"installMethods":882,"rationale":883,"selectedPaths":884,"source":355,"sourceLanguage":18,"type":267},"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",[885,886],{"path":495,"priority":349},{"path":887,"priority":366},"PROJECT_RESEARCH.md",{"basePath":889,"description":890,"displayName":891,"installMethods":892,"rationale":893,"selectedPaths":894,"source":355,"sourceLanguage":18,"type":267},"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",[895,896,898,900],{"path":495,"priority":349},{"path":897,"priority":366},"VERIFICATION_CHECKLIST.md",{"path":899,"priority":366},"checklists.md",{"path":901,"priority":366},"patterns.md",{"basePath":903,"description":904,"displayName":905,"installMethods":906,"rationale":907,"selectedPaths":908,"source":355,"sourceLanguage":18,"type":267},"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",[909],{"path":495,"priority":349},{"basePath":911,"description":912,"displayName":913,"installMethods":914,"rationale":915,"selectedPaths":916,"source":355,"sourceLanguage":18,"type":267},"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",[917],{"path":495,"priority":349},{"basePath":919,"description":920,"displayName":921,"installMethods":922,"rationale":923,"selectedPaths":924,"source":355,"sourceLanguage":18,"type":267},"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",[925],{"path":495,"priority":349},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":355,"sourceLanguage":18,"type":267},"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",[933,934,936,938,940,942],{"path":495,"priority":349},{"path":935,"priority":366},"REQUIREMENTS.md",{"path":937,"priority":366},"anthemscore-reference.md",{"path":939,"priority":366},"musescore-reference.md",{"path":941,"priority":366},"publishing-guide.md",{"path":943,"priority":366},"workflow-detail.md",{"basePath":945,"description":946,"displayName":947,"installMethods":948,"rationale":949,"selectedPaths":950,"source":355,"sourceLanguage":18,"type":267},"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",[951],{"path":495,"priority":349},{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":355,"sourceLanguage":18,"type":267},"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",[959,960],{"path":495,"priority":349},{"path":961,"priority":366},"genre-practices.md",{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":355,"sourceLanguage":18,"type":267},"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",[969,970],{"path":495,"priority":349},{"path":971,"priority":366},"test-definitions.md",{"basePath":973,"description":974,"displayName":975,"installMethods":976,"rationale":977,"selectedPaths":978,"source":355,"sourceLanguage":18,"type":267},"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",[979,980],{"path":495,"priority":349},{"path":981,"priority":366},"phases.md",{"basePath":983,"description":984,"displayName":985,"installMethods":986,"rationale":987,"selectedPaths":988,"source":355,"sourceLanguage":18,"type":267},"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",[989],{"path":495,"priority":349},{"basePath":991,"description":992,"displayName":993,"installMethods":994,"rationale":995,"selectedPaths":996,"source":355,"sourceLanguage":18,"type":267},"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",[997],{"path":495,"priority":349},{"basePath":999,"description":1000,"displayName":1001,"installMethods":1002,"rationale":1003,"selectedPaths":1004,"source":355,"sourceLanguage":18,"type":267},"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",[1005],{"path":495,"priority":349},{"sources":1007},[1008],"manual",{"closedIssues90d":251,"description":285,"forks":252,"homepage":1010,"license":258,"openIssues90d":254,"pushedAt":255,"readmeSize":249,"stars":256,"topics":1011},"https://www.bitwizemusic.com",[1012,324,1013,1014,1015,1016,1017,1018,1019,1020,295,1021,1022,320,653,299,298,1023,296,1024],"claude","claude-code-plugin","claude-code-plugin-marketplace","claude-code-plugins","claude-code-plugins-marketplace","claude-code-skills","claude-skill","claude-skills","music","suno-ai","sunoai","music-mastering","ai-music-tools",{"classifiedAt":1026,"discoverAt":1027,"extractAt":1028,"githubAt":1028,"updatedAt":1026},1778683099616,1778683093832,1778683097699,[222,221,223,228,224,225,226,227],{"evaluatedAt":261,"extractAt":311,"updatedAt":261},[],[1033,1067,1095,1125,1144,1177],{"_creationTime":1034,"_id":1035,"community":1036,"display":1037,"identity":1043,"providers":1048,"relations":1060,"tags":1063,"workflow":1064},1778699018122.7932,"k17e5r5bgaa3asshbcpz8hy20h86myam",{"reviewCount":8},{"description":1038,"installMethods":1039,"name":1041,"sourceUrl":1042},"Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.",{"claudeCode":1040},"wshobson/agents","Hybrid Cloud Networking","https://github.com/wshobson/agents",{"basePath":1044,"githubOwner":1045,"githubRepo":1046,"locale":18,"slug":1047,"type":267},"plugins/cloud-infrastructure/skills/hybrid-cloud-networking","wshobson","agents","hybrid-cloud-networking",{"evaluate":1049,"extract":1058},{"promptVersionExtension":214,"promptVersionScoring":215,"score":314,"tags":1050,"targetMarket":229,"tier":230},[221,1051,222,1052,1053,1054,1055,1056,1057],"networking","azure","gcp","oci","vpn","direct-connect","expressroute",{"commitSha":301,"license":1059},"MIT",{"parentExtensionId":1061,"repoId":1062},"k177fdvvq05pdbpee0rz61me2h86mahe","kd74de64zj0axtg5b8t7eqqe2x86nske",[222,1052,221,1056,1057,1053,1051,1054,1055],{"evaluatedAt":1065,"extractAt":1066,"updatedAt":1065},1778700819631,1778699018122,{"_creationTime":1068,"_id":1069,"community":1070,"display":1071,"identity":1077,"providers":1080,"relations":1088,"tags":1091,"workflow":1092},1778691344230.127,"k171ek0rpwqxg9vk3fqg7067jn86mq22",{"reviewCount":8},{"description":1072,"installMethods":1073,"name":1075,"sourceUrl":1076},"Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.",{"claudeCode":1074},"jeffallan/claude-skills","cloud-architect","https://github.com/jeffallan/claude-skills",{"basePath":1078,"githubOwner":1079,"githubRepo":1019,"locale":18,"slug":1075,"type":267},"skills/cloud-architect","jeffallan",{"evaluate":1081,"extract":1087},{"promptVersionExtension":214,"promptVersionScoring":215,"score":314,"tags":1082,"targetMarket":229,"tier":230},[221,222,1052,1053,1083,1084,1085,1086],"architecture","migration","cost-optimization","disaster-recovery",{"commitSha":301},{"parentExtensionId":1089,"repoId":1090},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[1083,222,1052,221,1085,1086,1053,1084],{"evaluatedAt":1093,"extractAt":1094,"updatedAt":1093},1778691534007,1778691344230,{"_creationTime":1096,"_id":1097,"community":1098,"display":1099,"identity":1105,"providers":1109,"relations":1119,"tags":1121,"workflow":1122},1778695021936.5552,"k172b680yjc5dekp4dw1ny02q186nnyk",{"reviewCount":8},{"description":1100,"installMethods":1101,"name":1103,"sourceUrl":1104},"Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"claudeCode":1102},"openai/skills","cloudflare-deploy","https://github.com/openai/skills",{"basePath":1106,"githubOwner":1107,"githubRepo":1108,"locale":18,"slug":1103,"type":267},"skills/.curated/cloudflare-deploy","openai","skills",{"evaluate":1110,"extract":1118},{"promptVersionExtension":214,"promptVersionScoring":215,"score":1111,"tags":1112,"targetMarket":229,"tier":230},99,[221,1113,223,1114,1115,1116,1117],"deployment","workers","pages","infrastructure","developer-tools",{"commitSha":301},{"repoId":1120},"kd75n2zj3yh472p25zffgycved86mnpx",[221,223,1113,1117,1116,1115,1114],{"evaluatedAt":1123,"extractAt":1124,"updatedAt":1123},1778695077986,1778695021936,{"_creationTime":1126,"_id":1127,"community":1128,"display":1129,"identity":1133,"providers":1135,"relations":1140,"tags":1141,"workflow":1142},1778699018122.793,"k1734tnjy7pr4we3yqg8rd5zyh86njgt",{"reviewCount":8},{"description":1130,"installMethods":1131,"name":1132,"sourceUrl":1042},"Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.",{"claudeCode":1040},"Cost Optimization",{"basePath":1134,"githubOwner":1045,"githubRepo":1046,"locale":18,"slug":1085,"type":267},"plugins/cloud-infrastructure/skills/cost-optimization",{"evaluate":1136,"extract":1139},{"promptVersionExtension":214,"promptVersionScoring":215,"score":1137,"tags":1138,"targetMarket":229,"tier":230},98,[221,1085,222,1052,1053,1054,1116],{"commitSha":301,"license":1059},{"parentExtensionId":1061,"repoId":1062},[222,1052,221,1085,1053,1116,1054],{"evaluatedAt":1143,"extractAt":1066,"updatedAt":1143},1778700805333,{"_creationTime":1145,"_id":1146,"community":1147,"display":1148,"identity":1154,"providers":1159,"relations":1168,"tags":1172,"workflow":1173},1778696257485.2039,"k17fdp1bexd93jv1k4p2642bqs86ma53",{"reviewCount":8},{"description":1149,"installMethods":1150,"name":1152,"sourceUrl":1153},"Generieren Sie Untertitel (SRT/VTT) und reine Texttranskripte aus Video- oder Audiodateien mit AWS Transcribe. Verwenden Sie dies, wenn Sie Beschriftungen erstellen, gesprochene Inhalte extrahieren, Transkripte für Notizen erstellen oder Videoinhalte durchsuchbar machen.",{"claudeCode":1151},"rameerez/claude-code-startup-skills","transcribe-video","https://github.com/rameerez/claude-code-startup-skills",{"basePath":1155,"githubOwner":1156,"githubRepo":1157,"locale":1158,"slug":1152,"type":267},"skills/transcribe-video","rameerez","claude-code-startup-skills","de",{"evaluate":1160,"extract":1167},{"promptVersionExtension":214,"promptVersionScoring":215,"score":1137,"tags":1161,"targetMarket":229,"tier":230},[1162,227,1163,222,1164,1165,1166],"transcription","audio","srt","vtt","text",{"commitSha":301},{"parentExtensionId":1169,"repoId":1170,"translatedFrom":1171},"k179d68dyr7594x8v2gggsdh5586mbzc","kd796rdfny5m2pzmscntayasqh86me9v","k17cryk0a2ye3x23pfx19h37pn86m2zh",[1163,222,1164,1166,1162,227,1165],{"evaluatedAt":1174,"extractAt":1175,"updatedAt":1176},1778696184131,1778696079702,1778696257485,{"_creationTime":1178,"_id":1179,"community":1180,"display":1181,"identity":1187,"providers":1191,"relations":1199,"tags":1203,"workflow":1204},1778699877608.8755,"k1797ahn9dp86gj0yfve225q2n86mv13",{"reviewCount":8},{"description":1182,"installMethods":1183,"name":1185,"sourceUrl":1186},"AWS Cloud Development Kit (CDK) Experte für den Aufbau von Cloud-Infrastruktur mit TypeScript/Python. Verwenden Sie dies beim Erstellen von CDK-Stacks, Definieren von CDK-Konstrukten, Implementieren von Infrastructure as Code oder wenn der Benutzer CDK, CloudFormation, IaC, cdk synth, cdk deploy erwähnt oder AWS-Infrastruktur programmatisch definieren möchte. Behandelt CDK-App-Struktur, Konstruktmuster, Stack-Komposition und Bereitstellungs-Workflows.",{"claudeCode":1184},"zxkane/aws-skills","aws-cdk-development","https://github.com/zxkane/aws-skills",{"basePath":1188,"githubOwner":1189,"githubRepo":1190,"locale":1158,"slug":1185,"type":267},"plugins/aws-cdk/skills/aws-cdk-development","zxkane","aws-skills",{"evaluate":1192,"extract":1198},{"promptVersionExtension":214,"promptVersionScoring":215,"score":314,"tags":1193,"targetMarket":229,"tier":230},[222,1194,1195,323,1196,1197,1116],"cdk","typescript","iac","cloudformation",{"commitSha":301},{"parentExtensionId":1200,"repoId":1201,"translatedFrom":1202},"k177paz2fgaa1r1kfhgb2esr1n86my7m","kd7708aervxaq6vqq9tdf93s2586mcqy","k174bzyyax9v1t5bm0m98bfqyh86m8v8",[222,1194,1197,1196,1116,323,1195],{"evaluatedAt":1205,"extractAt":1206,"updatedAt":1207},1778699774404,1778699647844,1778699877608]