[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-new-album-zh-CN":3,"guides-for-bitwize-music-studio-new-album":1010,"similar-k17754g43h7fnz5y66gz8yw5q186mh3g-zh-CN":1011},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":233,"parentExtension":247,"providers":312,"relations":316,"repo":317,"tags":1008,"workflow":1009},1778683100520.3015,"k17754g43h7fnz5y66gz8yw5q186mh3g",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","new-album","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778683581143.9478,"kn70zfjmzaba43bqaxddh5m2gh86n88d","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of creating a new album with the correct directory structure and templates and provides an immediate trigger phrase. The SKILL.md further details the expected input and output.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill automates the complex, multi-step process of setting up an album directory structure, including templates and genre-specific configurations, offering significant value over manual methods or basic LLM output.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension handles the complete lifecycle of album structure creation, including parsing arguments, validating genres, creating directories and files via MCP, and providing clear next steps and error handling, making it production-ready.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on creating the initial album directory structure, associated files, and basic metadata, aligning with a single, well-defined responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's primary function and immediate trigger phrase, and the SKILL.md provides comprehensive details.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a specific MCP tool, `create_album_structure`, which is a narrowly scoped verb-noun action, rather than a general-purpose execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md clearly documents expected argument formats, valid genres, and provides example usage. The MCP tool call is also explicitly defined.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool used, `create_album_structure`, is descriptive and directly relates to the skill's function. The skill invocation itself is also clearly named '/new-album'.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The input parameters (`album-name`, `genre`, `documentary`) are well-defined and specific to the task. The output is a structured confirmation message with essential details.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under CC0-1.0, a permissive open-source license, indicated by the bundled LICENSE file and noted in the README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-12, which is within the last 3 months, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","No third-party dependencies are explicitly managed or listed within the provided SKILL.md or README for this specific skill's direct operation.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","This skill does not appear to handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's logic is contained within the provided source and does not load external, untrusted data that could be interpreted as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch remote content at runtime or execute arbitrary code from external sources.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within defined scopes, creating directories relative to the user's configuration (`content_root`) and does not appear to modify files outside of its intended project structure.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were identified in the provided skill logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill does not have any outbound calls or instructions to read and submit confidential data to a third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks, invisible characters, or obfuscation techniques.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is presented in plain, readable markdown and YAML; there is no obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill correctly uses configuration variables like `content_root` and `artist.name` and relies on the MCP tool to resolve paths, avoiding hardcoded user-specific paths.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","openIssues90d: 14, closedIssues90d: 109. The closure rate is high, indicating active maintenance and responsiveness to issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The GitHub release tag and CHANGELOG.md are present, and the `pushedAt` timestamp indicates recent activity, signifying proper release management.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input arguments for album name, genre, and documentary flag are parsed and validated. Genre validity is checked against existing directories.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's primary operation is file/directory creation, which is inherently not destructive, and it includes checks for existing albums to prevent overwriting.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The SKILL.md details specific error conditions (config missing, invalid genre, album exists, templates not found) with clear, user-facing error messages and recovery suggestions.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","This skill is primarily focused on file creation and does not perform destructive actions or outbound calls that would necessitate a local audit log for review.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill does not operate on or process personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","There are no regional or jurisdictional signals in the skill's functionality, making it globally applicable. The targetMarket field is set to 'global'.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill specifies Linux or macOS and Python 3.10+ for its dependencies, and the README provides setup instructions for these environments.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README is comprehensive, detailing the project's purpose, example workflow, installation, architecture, and documentation links.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This is a single-purpose skill that directly maps to one primary function, rather than exposing multiple distinct tools.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","The skill primarily relies on one MCP tool, `create_album_structure`, so there are no overlapping near-synonym tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as creating album structures, research files, and handling genres, are directly supported by the described functionality and MCP tool call.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions using `plugin marketplace add` and `plugin install`, along with setup and configuration steps.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md provides specific error messages for common failure modes, including root causes and suggested remediation steps.",{"category":147,"check":148,"severity":149,"summary":150},"Execution","Pinned dependencies","warning","The README mentions Python 3.10+ is required, but specific dependency pinning (e.g., via a lockfile for Python packages) is not explicitly detailed or demonstrated for the MCP server, which could lead to compatibility issues.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","The skill's primary function is file and directory creation, which is not a state-changing operation that requires a dry-run preview.",{"category":155,"check":156,"severity":63,"summary":157},"Protocol","Idempotent retry & timeouts","The skill primarily creates directories and files. There are no remote calls or state-changing operations that require specific idempotency or timeout handling beyond basic file system operations.",{"category":117,"check":159,"severity":63,"summary":160},"Telemetry opt-in","There is no mention of telemetry collection within the skill's documentation or source code.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill's purpose is precisely defined as creating a new album with a correct directory structure and templates, and it specifies immediate use upon hearing 'make a new album' or similar, with clear argument formats.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise, effectively summarizing the core capability and providing clear trigger phrases and argument hints.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is reasonably concise, detailing steps, argument parsing, tool calls, and error handling without excessive verbosity.",{"category":171,"check":172,"severity":63,"summary":173},"Context","Progressive Disclosure","The skill's functionality is straightforward and does not involve complex, multi-step procedures that would necessitate splitting material into separate reference files.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is a direct action (creation) and does not involve deep exploration or code review that would require context forking.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides multiple clear examples of how to invoke the skill with different arguments, including standard and documentary album creation, and shows expected output.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md documents several edge cases, including invalid genres, existing albums, missing arguments, and template not found errors, along with clear error messages.",{"category":104,"check":184,"severity":63,"summary":185},"Tool Fallback","The skill relies on the `bitwize-music-mcp` tool, which is part of the same plugin ecosystem, and does not indicate a need for external fallback paths.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill explicitly checks for existing albums and invalid genres, halting the workflow and reporting errors rather than proceeding with unexpected states.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills being loaded; it focuses solely on album structure creation.",1778683580029,"This skill automates the creation of a new album's directory structure, including genre-specific templates and research files for documentary albums. It uses the bitwize-music MCP tool to handle file system operations and provides detailed error handling and next steps.",[196,197,198,199,200],"Creates new album directory structures","Supports standard and documentary album types","Validates genre slugs against existing templates","Copies album, research, and source templates","Provides clear next steps and error reporting",[202,203,204],"Manually creating album directories or copying files.","Generating audio content or lyrics.","Editing existing album structures.","3.0.0","4.4.0","To rapidly and reliably create a new album project with all necessary directories and template files, streamlining the initial setup for music production.","The skill is well-documented, robust, and adheres to best practices. The only finding is a warning regarding dependency pinning for the MCP server, which does not detract from its overall high quality.",97,"High-quality skill for automating album directory structure creation with clear documentation and robust error handling.",[212,213,214,215,216],"music","album-creation","directory-structure","templates","mcp","global","community",[220,221,222],"When a user wants to start a new music album project.","To quickly generate a consistent and complete directory structure for any album.","To create a true-story or documentary album with dedicated research and source files.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},false,1778683557031,{"descriptionLength":228,"readmeSize":229},160,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},1778683581144,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/new-album","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":256,"parentExtension":259,"providers":292,"relations":308,"tags":309,"workflow":310},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":286,"tags":288,"workflow":289},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":280},{"promptVersionExtension":270,"promptVersionScoring":206,"score":271,"tags":272,"targetMarket":217,"tier":279},"3.1.0",96,[273,274,275,276,277,278],"music-production","suno","ai-music","workflow-automation","audio-mastering","songwriting","verified",{"commitSha":281,"marketplace":282,"plugin":284},"HEAD",{"name":254,"pluginCount":283},1,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[275,277,273,278,274,276],{"evaluatedAt":290,"extractAt":291,"updatedAt":290},1778683122195,1778683100520,{"evaluate":293,"extract":305},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":295,"targetMarket":217,"tier":279},100,[296,297,274,298,299,300,301,302,303,304],"music-generation","ai","audio-production","workflow","lyrics","mastering","cli","python","claude-code",{"commitSha":281,"license":238,"plugin":306},{"mcpCount":8,"provider":285,"skillCount":307},54,{"parentExtensionId":261,"repoId":287},[297,298,304,302,300,301,296,303,274,299],{"evaluatedAt":311,"extractAt":291,"updatedAt":311},1778683131031,{"evaluate":313,"extract":315},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":314,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":281},{"parentExtensionId":249,"repoId":287},{"_creationTime":318,"_id":287,"identity":319,"providers":320,"workflow":1004},1778683093832.8552,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":321,"discover":986,"github":989},{"commitSha":281,"extensions":322},[323,336,467,478,492,501,509,519,529,537,547,557,565,573,581,591,599,607,615,623,633,647,657,667,672,680,688,696,708,718,728,736,746,756,764,778,788,798,808,818,828,838,848,858,868,882,890,898,906,924,932,942,952,962,970,978],{"basePath":257,"displayName":254,"installMethods":324,"rationale":325,"selectedPaths":326,"source":335,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[327,330,332],{"path":328,"priority":329},".claude-plugin/marketplace.json","mandatory",{"path":331,"priority":329},"README.md",{"path":333,"priority":334},"LICENSE","high","rule",{"basePath":257,"description":252,"displayName":254,"installMethods":337,"license":238,"rationale":338,"selectedPaths":339,"source":335,"sourceLanguage":18,"type":258},{"claudeCode":254},"plugin manifest at .claude-plugin/plugin.json",[340,342,343,344,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465],{"path":341,"priority":329},".claude-plugin/plugin.json",{"path":331,"priority":329},{"path":333,"priority":334},{"path":345,"priority":346},"skills/about/SKILL.md","medium",{"path":348,"priority":346},"skills/album-art-director/SKILL.md",{"path":350,"priority":346},"skills/album-conceptualizer/SKILL.md",{"path":352,"priority":346},"skills/album-dashboard/SKILL.md",{"path":354,"priority":346},"skills/album-ideas/SKILL.md",{"path":356,"priority":346},"skills/clipboard/SKILL.md",{"path":358,"priority":346},"skills/cloud-uploader/SKILL.md",{"path":360,"priority":346},"skills/configure/SKILL.md",{"path":362,"priority":346},"skills/document-hunter/SKILL.md",{"path":364,"priority":346},"skills/explicit-checker/SKILL.md",{"path":366,"priority":346},"skills/genre-creator/SKILL.md",{"path":368,"priority":346},"skills/health-check/SKILL.md",{"path":370,"priority":346},"skills/help/SKILL.md",{"path":372,"priority":346},"skills/import-art/SKILL.md",{"path":374,"priority":346},"skills/import-audio/SKILL.md",{"path":376,"priority":346},"skills/import-track/SKILL.md",{"path":378,"priority":346},"skills/lyric-refiner/SKILL.md",{"path":380,"priority":346},"skills/lyric-reviewer/SKILL.md",{"path":382,"priority":346},"skills/lyric-writer/SKILL.md",{"path":384,"priority":346},"skills/mastering-engineer/SKILL.md",{"path":386,"priority":346},"skills/mix-engineer/SKILL.md",{"path":388,"priority":346},"skills/new-album/SKILL.md",{"path":390,"priority":346},"skills/next-step/SKILL.md",{"path":392,"priority":346},"skills/plagiarism-checker/SKILL.md",{"path":394,"priority":346},"skills/pre-generation-check/SKILL.md",{"path":396,"priority":346},"skills/promo-director/SKILL.md",{"path":398,"priority":346},"skills/promo-reviewer/SKILL.md",{"path":400,"priority":346},"skills/promo-writer/SKILL.md",{"path":402,"priority":346},"skills/promote-idea/SKILL.md",{"path":404,"priority":346},"skills/pronunciation-specialist/SKILL.md",{"path":406,"priority":346},"skills/release-director/SKILL.md",{"path":408,"priority":346},"skills/rename/SKILL.md",{"path":410,"priority":346},"skills/researcher/SKILL.md",{"path":412,"priority":346},"skills/researchers-biographical/SKILL.md",{"path":414,"priority":346},"skills/researchers-financial/SKILL.md",{"path":416,"priority":346},"skills/researchers-gov/SKILL.md",{"path":418,"priority":346},"skills/researchers-historical/SKILL.md",{"path":420,"priority":346},"skills/researchers-journalism/SKILL.md",{"path":422,"priority":346},"skills/researchers-legal/SKILL.md",{"path":424,"priority":346},"skills/researchers-primary-source/SKILL.md",{"path":426,"priority":346},"skills/researchers-security/SKILL.md",{"path":428,"priority":346},"skills/researchers-tech/SKILL.md",{"path":430,"priority":346},"skills/researchers-verifier/SKILL.md",{"path":432,"priority":346},"skills/resume/SKILL.md",{"path":434,"priority":346},"skills/session-start/SKILL.md",{"path":436,"priority":346},"skills/setup/SKILL.md",{"path":438,"priority":346},"skills/sheet-music-publisher/SKILL.md",{"path":440,"priority":346},"skills/skill-model-updater/SKILL.md",{"path":442,"priority":346},"skills/suno-engineer/SKILL.md",{"path":444,"priority":346},"skills/test/SKILL.md",{"path":446,"priority":346},"skills/tutorial/SKILL.md",{"path":448,"priority":346},"skills/validate-album/SKILL.md",{"path":450,"priority":346},"skills/verify-sources/SKILL.md",{"path":452,"priority":346},"skills/voice-checker/SKILL.md",{"path":454,"priority":329},".mcp.json",{"path":456,"priority":334},"hooks/README.md",{"path":458,"priority":334},"hooks/check_version_sync.py",{"path":460,"priority":334},"hooks/hooks.json",{"path":462,"priority":334},"hooks/install.sh",{"path":464,"priority":334},"hooks/pre-commit",{"path":466,"priority":334},"hooks/validate_track.py",{"basePath":468,"description":469,"displayName":470,"installMethods":471,"rationale":472,"selectedPaths":473,"source":335,"sourceLanguage":18,"type":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",[474,476],{"path":475,"priority":329},"SKILL.md",{"path":477,"priority":346},"PROJECT_HISTORY.md",{"basePath":479,"description":480,"displayName":481,"installMethods":482,"rationale":483,"selectedPaths":484,"source":335,"sourceLanguage":18,"type":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",[485,486,488,490],{"path":475,"priority":329},{"path":487,"priority":346},"album-types.md",{"path":489,"priority":346},"prompt-examples.md",{"path":491,"priority":346},"visual-styles.md",{"basePath":493,"description":494,"displayName":495,"installMethods":496,"rationale":497,"selectedPaths":498,"source":335,"sourceLanguage":18,"type":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",[499,500],{"path":475,"priority":329},{"path":487,"priority":346},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":335,"sourceLanguage":18,"type":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",[508],{"path":475,"priority":329},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":335,"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",[516,517],{"path":475,"priority":329},{"path":518,"priority":346},"STATUS_VALUES.md",{"basePath":520,"description":521,"displayName":522,"installMethods":523,"rationale":524,"selectedPaths":525,"source":335,"sourceLanguage":18,"type":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",[526,527],{"path":475,"priority":329},{"path":528,"priority":346},"USAGE_EXAMPLES.md",{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":335,"sourceLanguage":18,"type":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",[536],{"path":475,"priority":329},{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":335,"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",[544,545],{"path":475,"priority":329},{"path":546,"priority":346},"SETTINGS_REFERENCE.md",{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":335,"sourceLanguage":18,"type":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",[554,555],{"path":475,"priority":329},{"path":556,"priority":346},"site-patterns.md",{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":335,"sourceLanguage":18,"type":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",[564],{"path":475,"priority":329},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":335,"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",[572],{"path":475,"priority":329},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":335,"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",[580],{"path":475,"priority":329},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":335,"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",[588,589],{"path":475,"priority":329},{"path":590,"priority":346},"SKILL_GLOSSARY.md",{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":335,"sourceLanguage":18,"type":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",[598],{"path":475,"priority":329},{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":335,"sourceLanguage":18,"type":246},"skills/import-audio","Moves audio files to the correct album location with proper path structure. Use when the user has downloaded WAV files from Suno or other sources that need to be organized.","import-audio",{"claudeCode":12},"SKILL.md frontmatter at skills/import-audio/SKILL.md",[606],{"path":475,"priority":329},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":335,"sourceLanguage":18,"type":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",[614],{"path":475,"priority":329},{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":335,"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",[622],{"path":475,"priority":329},{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":335,"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",[630,631],{"path":475,"priority":329},{"path":632,"priority":346},"checklist-reference.md",{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":335,"sourceLanguage":18,"type":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",[640,641,643,645],{"path":475,"priority":329},{"path":642,"priority":346},"craft-reference.md",{"path":644,"priority":346},"documentary-standards.md",{"path":646,"priority":346},"examples.md",{"basePath":648,"description":649,"displayName":650,"installMethods":651,"rationale":652,"selectedPaths":653,"source":335,"sourceLanguage":18,"type":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",[654,655],{"path":475,"priority":329},{"path":656,"priority":346},"genre-presets.md",{"basePath":658,"description":659,"displayName":660,"installMethods":661,"rationale":662,"selectedPaths":663,"source":335,"sourceLanguage":18,"type":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",[664,665],{"path":475,"priority":329},{"path":666,"priority":346},"mix-presets.md",{"basePath":243,"description":10,"displayName":13,"installMethods":668,"rationale":669,"selectedPaths":670,"source":335,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/new-album/SKILL.md",[671],{"path":475,"priority":329},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":335,"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",[679],{"path":475,"priority":329},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":335,"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",[687],{"path":475,"priority":329},{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":335,"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",[695],{"path":475,"priority":329},{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":335,"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",[703,704,706],{"path":475,"priority":329},{"path":705,"priority":346},"technical-reference.md",{"path":707,"priority":346},"visualization-guide.md",{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":335,"sourceLanguage":18,"type":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",[715,716],{"path":475,"priority":329},{"path":717,"priority":346},"platform-rules.md",{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":335,"sourceLanguage":18,"type":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",[725,726],{"path":475,"priority":329},{"path":727,"priority":346},"copy-formulas.md",{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":335,"sourceLanguage":18,"type":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",[735],{"path":475,"priority":329},{"basePath":737,"description":738,"displayName":739,"installMethods":740,"rationale":741,"selectedPaths":742,"source":335,"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",[743,744],{"path":475,"priority":329},{"path":745,"priority":346},"word-lists.md",{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":335,"sourceLanguage":18,"type":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",[753,754],{"path":475,"priority":329},{"path":755,"priority":346},"platform-guides.md",{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":335,"sourceLanguage":18,"type":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",[763],{"path":475,"priority":329},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":335,"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",[771,772,774,776],{"path":475,"priority":329},{"path":773,"priority":346},"free-sources.md",{"path":775,"priority":346},"source-standards.md",{"path":777,"priority":346},"templates.md",{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":335,"sourceLanguage":18,"type":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",[785,786],{"path":475,"priority":329},{"path":787,"priority":346},"INTERVIEW_SOURCES.md",{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":335,"sourceLanguage":18,"type":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",[795,796],{"path":475,"priority":329},{"path":797,"priority":346},"SEC_FILING_GUIDE.md",{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":335,"sourceLanguage":18,"type":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",[805,806],{"path":475,"priority":329},{"path":807,"priority":346},"AGENCY_SOURCES.md",{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":335,"sourceLanguage":18,"type":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",[815,816],{"path":475,"priority":329},{"path":817,"priority":346},"ARCHIVE_SOURCES.md",{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":335,"sourceLanguage":18,"type":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",[825,826],{"path":475,"priority":329},{"path":827,"priority":346},"SOURCE_EXTRACTION.md",{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":335,"sourceLanguage":18,"type":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",[835,836],{"path":475,"priority":329},{"path":837,"priority":346},"DISCOVERY_GUIDE.md",{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":335,"sourceLanguage":18,"type":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",[845,846],{"path":475,"priority":329},{"path":847,"priority":346},"DIRECT_SOURCES.md",{"basePath":849,"description":850,"displayName":851,"installMethods":852,"rationale":853,"selectedPaths":854,"source":335,"sourceLanguage":18,"type":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",[855,856],{"path":475,"priority":329},{"path":857,"priority":346},"CVE_RESEARCH.md",{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":335,"sourceLanguage":18,"type":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",[865,866],{"path":475,"priority":329},{"path":867,"priority":346},"PROJECT_RESEARCH.md",{"basePath":869,"description":870,"displayName":871,"installMethods":872,"rationale":873,"selectedPaths":874,"source":335,"sourceLanguage":18,"type":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",[875,876,878,880],{"path":475,"priority":329},{"path":877,"priority":346},"VERIFICATION_CHECKLIST.md",{"path":879,"priority":346},"checklists.md",{"path":881,"priority":346},"patterns.md",{"basePath":883,"description":884,"displayName":885,"installMethods":886,"rationale":887,"selectedPaths":888,"source":335,"sourceLanguage":18,"type":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",[889],{"path":475,"priority":329},{"basePath":891,"description":892,"displayName":893,"installMethods":894,"rationale":895,"selectedPaths":896,"source":335,"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",[897],{"path":475,"priority":329},{"basePath":899,"description":900,"displayName":901,"installMethods":902,"rationale":903,"selectedPaths":904,"source":335,"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",[905],{"path":475,"priority":329},{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":335,"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",[913,914,916,918,920,922],{"path":475,"priority":329},{"path":915,"priority":346},"REQUIREMENTS.md",{"path":917,"priority":346},"anthemscore-reference.md",{"path":919,"priority":346},"musescore-reference.md",{"path":921,"priority":346},"publishing-guide.md",{"path":923,"priority":346},"workflow-detail.md",{"basePath":925,"description":926,"displayName":927,"installMethods":928,"rationale":929,"selectedPaths":930,"source":335,"sourceLanguage":18,"type":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",[931],{"path":475,"priority":329},{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":335,"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",[939,940],{"path":475,"priority":329},{"path":941,"priority":346},"genre-practices.md",{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":335,"sourceLanguage":18,"type":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",[949,950],{"path":475,"priority":329},{"path":951,"priority":346},"test-definitions.md",{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":335,"sourceLanguage":18,"type":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",[959,960],{"path":475,"priority":329},{"path":961,"priority":346},"phases.md",{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":335,"sourceLanguage":18,"type":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",[969],{"path":475,"priority":329},{"basePath":971,"description":972,"displayName":973,"installMethods":974,"rationale":975,"selectedPaths":976,"source":335,"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",[977],{"path":475,"priority":329},{"basePath":979,"description":980,"displayName":981,"installMethods":982,"rationale":983,"selectedPaths":984,"source":335,"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",[985],{"path":475,"priority":329},{"sources":987},[988],"manual",{"closedIssues90d":231,"description":264,"forks":232,"homepage":990,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":991},"https://www.bitwizemusic.com",[992,304,993,994,995,996,997,998,999,212,274,1000,1001,300,636,278,277,1002,275,1003],"claude","claude-code-plugin","claude-code-plugin-marketplace","claude-code-plugins","claude-code-plugins-marketplace","claude-code-skills","claude-skill","claude-skills","suno-ai","sunoai","music-mastering","ai-music-tools",{"classifiedAt":1005,"discoverAt":1006,"extractAt":1007,"githubAt":1007,"updatedAt":1005},1778683099616,1778683093832,1778683097699,[213,214,216,212,215],{"evaluatedAt":241,"extractAt":291,"updatedAt":241},[],[1012,1028,1057,1082,1107,1127],{"_creationTime":1013,"_id":1014,"community":1015,"display":1016,"identity":1018,"providers":1019,"relations":1024,"tags":1025,"workflow":1026},1778683100520.3086,"k17473atmd49c3vmdb5c0c120186m56r",{"reviewCount":8},{"description":954,"installMethods":1017,"name":955,"sourceUrl":14},{"claudeCode":12},{"basePath":953,"githubOwner":244,"githubRepo":245,"locale":18,"slug":955,"type":246},{"evaluate":1020,"extract":1023},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":1021,"targetMarket":217,"tier":279},[212,213,955,299,1022],"guided-creation",{"commitSha":281},{"parentExtensionId":249,"repoId":287},[213,1022,212,955,299],{"evaluatedAt":1027,"extractAt":291,"updatedAt":1027},1778684275935,{"_creationTime":1029,"_id":1030,"community":1031,"display":1032,"identity":1038,"providers":1043,"relations":1050,"tags":1053,"workflow":1054},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":1033,"installMethods":1034,"name":1036,"sourceUrl":1037},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":1035},"ruvnet/ruflo","Validate Plugin","https://github.com/ruvnet/ruflo",{"basePath":1039,"githubOwner":1040,"githubRepo":1041,"locale":18,"slug":1042,"type":246},"plugins/ruflo-plugin-creator/skills/validate-plugin","ruvnet","ruflo","validate-plugin",{"evaluate":1044,"extract":1048},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":1045,"targetMarket":217,"tier":279},[1046,258,1047,304,216],"validation","developer-tools",{"commitSha":281,"license":1049},"MIT",{"parentExtensionId":1051,"repoId":1052},"k17f4y1y2y777p7zrxxhbnf03n86mr5j","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[304,1047,216,258,1046],{"evaluatedAt":1055,"extractAt":1056,"updatedAt":1055},1778701241052,1778696691708,{"_creationTime":1058,"_id":1059,"community":1060,"display":1061,"identity":1065,"providers":1068,"relations":1077,"tags":1079,"workflow":1080},1778696691708.3218,"k17eqpa3h27h177b037g2e8m8n86ndwb",{"reviewCount":8},{"description":1062,"installMethods":1063,"name":1064,"sourceUrl":1037},"Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection",{"claudeCode":1035},"Horizon Track",{"basePath":1066,"githubOwner":1040,"githubRepo":1041,"locale":18,"slug":1067,"type":246},"plugins/ruflo-goals/skills/horizon-track","horizon-track",{"evaluate":1069,"extract":1076},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":1070,"targetMarket":217,"tier":279},[1071,1072,1073,1074,1075,216],"objective-tracking","project-management","long-term-goals","persistence","session-management",{"commitSha":281,"license":1049},{"parentExtensionId":1078,"repoId":1052},"k17bh7m6sv83frxqdhrd00vzcx86n03e",[1073,216,1071,1074,1072,1075],{"evaluatedAt":1081,"extractAt":1056,"updatedAt":1081},1778700614118,{"_creationTime":1083,"_id":1084,"community":1085,"display":1086,"identity":1091,"providers":1094,"relations":1100,"tags":1103,"workflow":1104},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":1087,"installMethods":1088,"name":901,"sourceUrl":1090},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":1089},"Yeachan-Heo/oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":899,"githubOwner":1092,"githubRepo":1093,"locale":18,"slug":901,"type":246},"Yeachan-Heo","oh-my-claudecode",{"evaluate":1095,"extract":1099},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":1096,"targetMarket":217,"tier":279},[901,1097,1098,302,216],"routing","configuration",{"commitSha":281},{"parentExtensionId":1101,"repoId":1102},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[302,1098,216,1097,901],{"evaluatedAt":1105,"extractAt":1106,"updatedAt":1105},1778699724286,1778699234184,{"_creationTime":1108,"_id":1109,"community":1110,"display":1111,"identity":1115,"providers":1117,"relations":1123,"tags":1124,"workflow":1125},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":1112,"installMethods":1113,"name":1114,"sourceUrl":1090},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":1089},"mcp-setup",{"basePath":1116,"githubOwner":1092,"githubRepo":1093,"locale":18,"slug":1114,"type":246},"skills/mcp-setup",{"evaluate":1118,"extract":1122},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":1119,"targetMarket":217,"tier":279},[216,1098,302,1120,1121],"agent","tooling",{"commitSha":281},{"parentExtensionId":1101,"repoId":1102},[1120,302,1098,216,1121],{"evaluatedAt":1126,"extractAt":1106,"updatedAt":1126},1778699492025,{"_creationTime":1128,"_id":1129,"community":1130,"display":1131,"identity":1137,"providers":1141,"relations":1151,"tags":1155,"workflow":1156},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":1132,"installMethods":1133,"name":1135,"sourceUrl":1136},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":1134},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":1138,"githubOwner":1139,"githubRepo":1135,"locale":1140,"slug":1135,"type":246},"skills/x-twitter-scraper","Xquik-dev","zh-CN",{"evaluate":1142,"extract":1150},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":1143,"targetMarket":217,"tier":279},[1144,1145,1146,1147,1148,216,1149],"twitter","x","api","data-retrieval","automation","sdk",{"commitSha":281},{"parentExtensionId":1152,"repoId":1153,"translatedFrom":1154},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[1146,1148,1147,216,1149,1144,1145],{"evaluatedAt":1157,"extractAt":1158,"updatedAt":1159},1778699230863,1778699170774,1778699289329]