[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-lyric-reviewer-en":3,"guides-for-bitwize-music-studio-lyric-reviewer":1012,"similar-k17dkjxf3efq0x0a9dfe4gay3d86nr5r-en":1013},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":231,"parentExtension":253,"providers":314,"relations":318,"repo":319,"tags":1010,"workflow":1011},1778683100520.3005,"k17dkjxf3efq0x0a9dfe4gay3d86nr5r",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Reviews lyrics against a quality checklist before Suno generation. Use before generating tracks to catch rhyme, prosody, pronunciation, and structural issues.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","lyric-reviewer","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":229,"workflow":246},1778683492249.5208,"kn78qremxe0wmm5dswbjjdw1h586mt2r","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":222,"tier":223,"useCases":224},[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,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem: reviewing lyrics against a quality checklist before Suno generation to catch specific issues like rhyme, prosody, pronunciation, and structure.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specific 14-point checklist and automated checks (homograph detection, pronunciation enforcement) that go beyond standard lyric writing or review, providing significant value over a simple prompt.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of lyric review, including automated checks, manual review flagging, and integration with related skills like `lyric-writer` and `pronunciation-specialist`, making it ready for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on the quality review of lyrics against a predefined checklist, a single domain, and does not extend into unrelated areas like music generation or audio mastering.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description is concise, readable, and accurately reflects the skill's functionality as detailed in the SKILL.md.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific tools like `Read`, `Edit`, `Glob`, `Grep`, and `bitwize-music-mcp`, which are scoped to their respective functions rather than a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All options and parameters, including the `--fix` flag and argument hints, are documented in the SKILL.md and reference files.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools referenced (`Read`, `Edit`, `Glob`, `Grep`, `bitwize-music-mcp`) are standard and descriptive within their domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's inputs (track/album path, --fix flag) and outputs (verification report) are well-defined and limited to what is necessary for the lyric review task.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is CC0-1.0, a permissive open-source license, clearly declared in the LICENSE file and 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.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses Python 3.10+ and mentions managing dependencies via standard Python practices; the README indicates Dependabot is used for watching versions.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle or expose secrets, focusing solely on text analysis and reporting.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill processes text and uses predefined tools; there are no indications of loading or executing untrusted third-party code or data.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill operates on bundled files and predefined tools; there are no runtime downloads or execution of external content.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill focuses on text analysis and reporting, with no evidence of attempting to modify files outside its designated scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were observed in the skill's logic.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's purpose is text analysis and reporting, with no documented outbound calls for submitting confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears free of hidden-steering tricks, with clean prose in the SKILL.md and README.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's logic appears to be straightforward, with no evidence of obfuscated code like base64 payloads or eval.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill makes reasonable assumptions about file paths for tracks and albums within a project structure, and the SKILL.md outlines these expectations.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 14 open and 109 closed issues in the last 90 days, the closure rate is high, indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","A meaningful version number is present in the GitHub release tag, and the `README` indicates `main` is for stable releases, though a specific version field in frontmatter or manifest is not explicitly detailed.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The skill handles inputs like file paths and flags, and its operations are described with expected outcomes, suggesting validation and sanitization are in place.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is primarily analytical and reporting-focused; any file operations are within the scope of reading and potentially editing lyric files, not destructive.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The SKILL.md outlines how errors are handled, including specific failure modes and recovery steps, indicating a robust error handling strategy.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","The skill is primarily analytical and does not perform destructive actions or outbound calls that would necessitate local audit logging.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill processes lyrics, which may contain personal data, but it does not submit this data to third parties or perform operations that require extra GDPR-specific sanitization beyond standard handling.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is language-agnostic and focused on general lyric review principles, making it globally applicable.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard Python and Claude Code tooling, with no specific OS or shell assumptions beyond what's documented for WSL compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the project, its architecture, and installation instructions.",{"category":33,"check":130,"severity":114,"summary":131},"Tool surface size","The skill is single-purpose and utilizes existing tools rather than exposing a large number of its own.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill utilizes specific, well-defined tools and does not present overlapping or near-synonym tools that would cause ambiguity.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features mentioned in the README and SKILL.md, such as the 14-point checklist and auto-fix behaviors, have corresponding implementations.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions using plugin marketplace commands and mentions setup/configuration steps.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md explicitly documents failure modes with symptoms and recovery steps, ensuring actionable error messages.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The project specifies Python 3.10+ and hints at standard dependency management (like pip) with Dependabot mentioned, implying pinned dependencies.",{"category":33,"check":151,"severity":114,"summary":152},"Dry-run preview","The skill is primarily analytical and does not perform state-changing operations that would require a dry-run preview.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates locally on provided text and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry being emitted by this skill; if it were, the project's open-source nature suggests it would be opt-in.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the skill reviews lyrics against a quality checklist before Suno generation, naming the artifact (lyrics) and user intent (review for issues).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise, immediately stating the core capability and argument hint.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured with clear sections and delegates detailed criteria to `checklist-reference.md`, adhering to progressive disclosure.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed checklist criteria are provided in a separate `checklist-reference.md` file, linked from the main SKILL.md.",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","This skill does not involve deep exploration or research that would necessitate forked context; it performs a focused review.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide clear examples of workflow and installation, with the verification report format serving as a template for output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md details specific failure modes like instrumental tracks, unresolved homographs, and excessive word counts, along with recovery steps or required actions.",{"category":103,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill relies on standard Claude Code tools and the MCP server, with no indication of requiring custom or version-specific MCPs without a fallback.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill declares its language runtime (Python 3.10+) and platform requirements (Linux/macOS/WSL) upfront in the README and SKILL.md.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill explicitly instructs to abort and report on unexpected pre-state conditions, such as instrumental tracks or unresolved homographs.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill's functionality is self-contained, and it clearly references related skills like `lyric-writer` and `pronunciation-specialist` without implicit reliance.",1778683492132,"This skill acts as a quality control gate for lyrics intended for Suno music generation. It performs a 14-point review, including rhyme, prosody, pronunciation (with automated homograph detection and enforcement checks), POV, structure, flow, length, and artist name checks. It can auto-apply pronunciation fixes and requires critical issues to be resolved before generation.",[198,199,200,201,202],"14-point lyric quality checklist","Automated homograph detection and pronunciation verification","Checks for rhyme, prosody, POV, structure, and flow issues","Verifies artist name compliance","Generates a structured verification report",[204,205,206,207],"Rewriting or generating new lyrics","Determining pronunciation outside of user-defined notes","Performing audio mastering or music generation","Resolving issues not covered by the 14-point checklist","3.0.0","4.4.0","To ensure lyrics are free of critical errors and quality issues before AI music generation, saving time and improving the final output.","The skill is exceptionally well-documented, robustly implemented, and clearly defined, with a comprehensive checklist and excellent handling of edge cases. The only minor consideration is the absence of a specific frontmatter version field, which is sufficiently covered by the GitHub release tag and README.",99,"A high-quality, well-documented skill for reviewing lyrics against a detailed checklist before music generation.",[215,216,217,218,219,220,221],"lyrics","suno","music","quality-control","songwriting","checklist","pronunciation","global","verified",[225,226,227,228],"Reviewing lyrics for potential Suno generation errors","Catching pronunciation issues before they impact AI-generated vocals","Ensuring structural and rhyming consistency in song lyrics","Validating lyrical content against factual and documentary requirements",{"codeQuality":230,"collectedAt":232,"documentation":233,"maintenance":236,"security":243,"testCoverage":245},{"hasLockfile":231},false,1778683471154,{"descriptionLength":234,"readmeSize":235},158,9335,{"closedIssues90d":237,"forks":238,"hasChangelog":239,"openIssues90d":240,"pushedAt":241,"stars":242},109,30,true,14,1778616491000,174,{"hasNpmPackage":231,"license":244,"smitheryVerified":231},"CC0-1.0",{"hasCi":239,"hasTests":239},{"updatedAt":247},1778683492249,{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":13,"type":252},"skills/lyric-reviewer","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":254,"_id":255,"community":256,"display":257,"identity":262,"parentExtension":265,"providers":295,"relations":310,"tags":311,"workflow":312},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":258,"installMethods":259,"name":261,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":260},"bitwize-music","Claude AI Music Skills",{"basePath":263,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":264},"","plugin",{"_creationTime":266,"_id":267,"community":268,"display":269,"identity":272,"providers":274,"relations":289,"tags":291,"workflow":292},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":270,"installMethods":271,"name":260,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":263,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":273},"marketplace",{"evaluate":275,"extract":283},{"promptVersionExtension":276,"promptVersionScoring":209,"score":277,"tags":278,"targetMarket":222,"tier":223},"3.1.0",96,[279,216,280,281,282,219],"music-production","ai-music","workflow-automation","audio-mastering",{"commitSha":284,"marketplace":285,"plugin":287},"HEAD",{"name":260,"pluginCount":286},1,{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[280,282,279,219,216,281],{"evaluatedAt":293,"extractAt":294,"updatedAt":293},1778683122195,1778683100520,{"evaluate":296,"extract":307},{"promptVersionExtension":208,"promptVersionScoring":209,"score":297,"tags":298,"targetMarket":222,"tier":223},100,[299,300,216,301,302,215,303,304,305,306],"music-generation","ai","audio-production","workflow","mastering","cli","python","claude-code",{"commitSha":284,"license":244,"plugin":308},{"mcpCount":8,"provider":288,"skillCount":309},54,{"parentExtensionId":267,"repoId":290},[300,301,306,304,215,303,299,305,216,302],{"evaluatedAt":313,"extractAt":294,"updatedAt":313},1778683131031,{"evaluate":315,"extract":317},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":316,"targetMarket":222,"tier":223},[215,216,217,218,219,220,221],{"commitSha":284},{"parentExtensionId":255,"repoId":290},{"_creationTime":320,"_id":290,"identity":321,"providers":322,"workflow":1006},1778683093832.8552,{"githubOwner":250,"githubRepo":251,"sourceUrl":14},{"classify":323,"discover":988,"github":991},{"commitSha":284,"extensions":324},[325,338,469,480,494,503,511,521,531,539,549,559,567,575,583,593,601,609,617,625,632,646,656,666,674,682,690,698,710,720,730,738,748,758,766,780,790,800,810,820,830,840,850,860,870,884,892,900,908,926,934,944,954,964,972,980],{"basePath":263,"displayName":260,"installMethods":326,"rationale":327,"selectedPaths":328,"source":337,"sourceLanguage":18,"type":273},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[329,332,334],{"path":330,"priority":331},".claude-plugin/marketplace.json","mandatory",{"path":333,"priority":331},"README.md",{"path":335,"priority":336},"LICENSE","high","rule",{"basePath":263,"description":258,"displayName":260,"installMethods":339,"license":244,"rationale":340,"selectedPaths":341,"source":337,"sourceLanguage":18,"type":264},{"claudeCode":260},"plugin manifest at .claude-plugin/plugin.json",[342,344,345,346,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,467],{"path":343,"priority":331},".claude-plugin/plugin.json",{"path":333,"priority":331},{"path":335,"priority":336},{"path":347,"priority":348},"skills/about/SKILL.md","medium",{"path":350,"priority":348},"skills/album-art-director/SKILL.md",{"path":352,"priority":348},"skills/album-conceptualizer/SKILL.md",{"path":354,"priority":348},"skills/album-dashboard/SKILL.md",{"path":356,"priority":348},"skills/album-ideas/SKILL.md",{"path":358,"priority":348},"skills/clipboard/SKILL.md",{"path":360,"priority":348},"skills/cloud-uploader/SKILL.md",{"path":362,"priority":348},"skills/configure/SKILL.md",{"path":364,"priority":348},"skills/document-hunter/SKILL.md",{"path":366,"priority":348},"skills/explicit-checker/SKILL.md",{"path":368,"priority":348},"skills/genre-creator/SKILL.md",{"path":370,"priority":348},"skills/health-check/SKILL.md",{"path":372,"priority":348},"skills/help/SKILL.md",{"path":374,"priority":348},"skills/import-art/SKILL.md",{"path":376,"priority":348},"skills/import-audio/SKILL.md",{"path":378,"priority":348},"skills/import-track/SKILL.md",{"path":380,"priority":348},"skills/lyric-refiner/SKILL.md",{"path":382,"priority":348},"skills/lyric-reviewer/SKILL.md",{"path":384,"priority":348},"skills/lyric-writer/SKILL.md",{"path":386,"priority":348},"skills/mastering-engineer/SKILL.md",{"path":388,"priority":348},"skills/mix-engineer/SKILL.md",{"path":390,"priority":348},"skills/new-album/SKILL.md",{"path":392,"priority":348},"skills/next-step/SKILL.md",{"path":394,"priority":348},"skills/plagiarism-checker/SKILL.md",{"path":396,"priority":348},"skills/pre-generation-check/SKILL.md",{"path":398,"priority":348},"skills/promo-director/SKILL.md",{"path":400,"priority":348},"skills/promo-reviewer/SKILL.md",{"path":402,"priority":348},"skills/promo-writer/SKILL.md",{"path":404,"priority":348},"skills/promote-idea/SKILL.md",{"path":406,"priority":348},"skills/pronunciation-specialist/SKILL.md",{"path":408,"priority":348},"skills/release-director/SKILL.md",{"path":410,"priority":348},"skills/rename/SKILL.md",{"path":412,"priority":348},"skills/researcher/SKILL.md",{"path":414,"priority":348},"skills/researchers-biographical/SKILL.md",{"path":416,"priority":348},"skills/researchers-financial/SKILL.md",{"path":418,"priority":348},"skills/researchers-gov/SKILL.md",{"path":420,"priority":348},"skills/researchers-historical/SKILL.md",{"path":422,"priority":348},"skills/researchers-journalism/SKILL.md",{"path":424,"priority":348},"skills/researchers-legal/SKILL.md",{"path":426,"priority":348},"skills/researchers-primary-source/SKILL.md",{"path":428,"priority":348},"skills/researchers-security/SKILL.md",{"path":430,"priority":348},"skills/researchers-tech/SKILL.md",{"path":432,"priority":348},"skills/researchers-verifier/SKILL.md",{"path":434,"priority":348},"skills/resume/SKILL.md",{"path":436,"priority":348},"skills/session-start/SKILL.md",{"path":438,"priority":348},"skills/setup/SKILL.md",{"path":440,"priority":348},"skills/sheet-music-publisher/SKILL.md",{"path":442,"priority":348},"skills/skill-model-updater/SKILL.md",{"path":444,"priority":348},"skills/suno-engineer/SKILL.md",{"path":446,"priority":348},"skills/test/SKILL.md",{"path":448,"priority":348},"skills/tutorial/SKILL.md",{"path":450,"priority":348},"skills/validate-album/SKILL.md",{"path":452,"priority":348},"skills/verify-sources/SKILL.md",{"path":454,"priority":348},"skills/voice-checker/SKILL.md",{"path":456,"priority":331},".mcp.json",{"path":458,"priority":336},"hooks/README.md",{"path":460,"priority":336},"hooks/check_version_sync.py",{"path":462,"priority":336},"hooks/hooks.json",{"path":464,"priority":336},"hooks/install.sh",{"path":466,"priority":336},"hooks/pre-commit",{"path":468,"priority":336},"hooks/validate_track.py",{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":337,"sourceLanguage":18,"type":252},"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",[476,478],{"path":477,"priority":331},"SKILL.md",{"path":479,"priority":348},"PROJECT_HISTORY.md",{"basePath":481,"description":482,"displayName":483,"installMethods":484,"rationale":485,"selectedPaths":486,"source":337,"sourceLanguage":18,"type":252},"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",[487,488,490,492],{"path":477,"priority":331},{"path":489,"priority":348},"album-types.md",{"path":491,"priority":348},"prompt-examples.md",{"path":493,"priority":348},"visual-styles.md",{"basePath":495,"description":496,"displayName":497,"installMethods":498,"rationale":499,"selectedPaths":500,"source":337,"sourceLanguage":18,"type":252},"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",[501,502],{"path":477,"priority":331},{"path":489,"priority":348},{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":337,"sourceLanguage":18,"type":252},"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",[510],{"path":477,"priority":331},{"basePath":512,"description":513,"displayName":514,"installMethods":515,"rationale":516,"selectedPaths":517,"source":337,"sourceLanguage":18,"type":252},"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",[518,519],{"path":477,"priority":331},{"path":520,"priority":348},"STATUS_VALUES.md",{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":337,"sourceLanguage":18,"type":252},"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",[528,529],{"path":477,"priority":331},{"path":530,"priority":348},"USAGE_EXAMPLES.md",{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":337,"sourceLanguage":18,"type":252},"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",[538],{"path":477,"priority":331},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":337,"sourceLanguage":18,"type":252},"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",[546,547],{"path":477,"priority":331},{"path":548,"priority":348},"SETTINGS_REFERENCE.md",{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":337,"sourceLanguage":18,"type":252},"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",[556,557],{"path":477,"priority":331},{"path":558,"priority":348},"site-patterns.md",{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":337,"sourceLanguage":18,"type":252},"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",[566],{"path":477,"priority":331},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":337,"sourceLanguage":18,"type":252},"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",[574],{"path":477,"priority":331},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":337,"sourceLanguage":18,"type":252},"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",[582],{"path":477,"priority":331},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":337,"sourceLanguage":18,"type":252},"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",[590,591],{"path":477,"priority":331},{"path":592,"priority":348},"SKILL_GLOSSARY.md",{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":337,"sourceLanguage":18,"type":252},"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",[600],{"path":477,"priority":331},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":337,"sourceLanguage":18,"type":252},"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",[608],{"path":477,"priority":331},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":337,"sourceLanguage":18,"type":252},"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",[616],{"path":477,"priority":331},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":337,"sourceLanguage":18,"type":252},"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",[624],{"path":477,"priority":331},{"basePath":249,"description":10,"displayName":13,"installMethods":626,"rationale":627,"selectedPaths":628,"source":337,"sourceLanguage":18,"type":252},{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-reviewer/SKILL.md",[629,630],{"path":477,"priority":331},{"path":631,"priority":348},"checklist-reference.md",{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":337,"sourceLanguage":18,"type":252},"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",[639,640,642,644],{"path":477,"priority":331},{"path":641,"priority":348},"craft-reference.md",{"path":643,"priority":348},"documentary-standards.md",{"path":645,"priority":348},"examples.md",{"basePath":647,"description":648,"displayName":649,"installMethods":650,"rationale":651,"selectedPaths":652,"source":337,"sourceLanguage":18,"type":252},"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",[653,654],{"path":477,"priority":331},{"path":655,"priority":348},"genre-presets.md",{"basePath":657,"description":658,"displayName":659,"installMethods":660,"rationale":661,"selectedPaths":662,"source":337,"sourceLanguage":18,"type":252},"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",[663,664],{"path":477,"priority":331},{"path":665,"priority":348},"mix-presets.md",{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":337,"sourceLanguage":18,"type":252},"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",[673],{"path":477,"priority":331},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":337,"sourceLanguage":18,"type":252},"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",[681],{"path":477,"priority":331},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":337,"sourceLanguage":18,"type":252},"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",[689],{"path":477,"priority":331},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":337,"sourceLanguage":18,"type":252},"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",[697],{"path":477,"priority":331},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":337,"sourceLanguage":18,"type":252},"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",[705,706,708],{"path":477,"priority":331},{"path":707,"priority":348},"technical-reference.md",{"path":709,"priority":348},"visualization-guide.md",{"basePath":711,"description":712,"displayName":713,"installMethods":714,"rationale":715,"selectedPaths":716,"source":337,"sourceLanguage":18,"type":252},"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",[717,718],{"path":477,"priority":331},{"path":719,"priority":348},"platform-rules.md",{"basePath":721,"description":722,"displayName":723,"installMethods":724,"rationale":725,"selectedPaths":726,"source":337,"sourceLanguage":18,"type":252},"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",[727,728],{"path":477,"priority":331},{"path":729,"priority":348},"copy-formulas.md",{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":337,"sourceLanguage":18,"type":252},"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",[737],{"path":477,"priority":331},{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":337,"sourceLanguage":18,"type":252},"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",[745,746],{"path":477,"priority":331},{"path":747,"priority":348},"word-lists.md",{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":337,"sourceLanguage":18,"type":252},"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",[755,756],{"path":477,"priority":331},{"path":757,"priority":348},"platform-guides.md",{"basePath":759,"description":760,"displayName":761,"installMethods":762,"rationale":763,"selectedPaths":764,"source":337,"sourceLanguage":18,"type":252},"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",[765],{"path":477,"priority":331},{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":337,"sourceLanguage":18,"type":252},"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",[773,774,776,778],{"path":477,"priority":331},{"path":775,"priority":348},"free-sources.md",{"path":777,"priority":348},"source-standards.md",{"path":779,"priority":348},"templates.md",{"basePath":781,"description":782,"displayName":783,"installMethods":784,"rationale":785,"selectedPaths":786,"source":337,"sourceLanguage":18,"type":252},"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",[787,788],{"path":477,"priority":331},{"path":789,"priority":348},"INTERVIEW_SOURCES.md",{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":337,"sourceLanguage":18,"type":252},"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",[797,798],{"path":477,"priority":331},{"path":799,"priority":348},"SEC_FILING_GUIDE.md",{"basePath":801,"description":802,"displayName":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":337,"sourceLanguage":18,"type":252},"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",[807,808],{"path":477,"priority":331},{"path":809,"priority":348},"AGENCY_SOURCES.md",{"basePath":811,"description":812,"displayName":813,"installMethods":814,"rationale":815,"selectedPaths":816,"source":337,"sourceLanguage":18,"type":252},"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",[817,818],{"path":477,"priority":331},{"path":819,"priority":348},"ARCHIVE_SOURCES.md",{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":337,"sourceLanguage":18,"type":252},"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",[827,828],{"path":477,"priority":331},{"path":829,"priority":348},"SOURCE_EXTRACTION.md",{"basePath":831,"description":832,"displayName":833,"installMethods":834,"rationale":835,"selectedPaths":836,"source":337,"sourceLanguage":18,"type":252},"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",[837,838],{"path":477,"priority":331},{"path":839,"priority":348},"DISCOVERY_GUIDE.md",{"basePath":841,"description":842,"displayName":843,"installMethods":844,"rationale":845,"selectedPaths":846,"source":337,"sourceLanguage":18,"type":252},"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",[847,848],{"path":477,"priority":331},{"path":849,"priority":348},"DIRECT_SOURCES.md",{"basePath":851,"description":852,"displayName":853,"installMethods":854,"rationale":855,"selectedPaths":856,"source":337,"sourceLanguage":18,"type":252},"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",[857,858],{"path":477,"priority":331},{"path":859,"priority":348},"CVE_RESEARCH.md",{"basePath":861,"description":862,"displayName":863,"installMethods":864,"rationale":865,"selectedPaths":866,"source":337,"sourceLanguage":18,"type":252},"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",[867,868],{"path":477,"priority":331},{"path":869,"priority":348},"PROJECT_RESEARCH.md",{"basePath":871,"description":872,"displayName":873,"installMethods":874,"rationale":875,"selectedPaths":876,"source":337,"sourceLanguage":18,"type":252},"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",[877,878,880,882],{"path":477,"priority":331},{"path":879,"priority":348},"VERIFICATION_CHECKLIST.md",{"path":881,"priority":348},"checklists.md",{"path":883,"priority":348},"patterns.md",{"basePath":885,"description":886,"displayName":887,"installMethods":888,"rationale":889,"selectedPaths":890,"source":337,"sourceLanguage":18,"type":252},"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",[891],{"path":477,"priority":331},{"basePath":893,"description":894,"displayName":895,"installMethods":896,"rationale":897,"selectedPaths":898,"source":337,"sourceLanguage":18,"type":252},"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",[899],{"path":477,"priority":331},{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":337,"sourceLanguage":18,"type":252},"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",[907],{"path":477,"priority":331},{"basePath":909,"description":910,"displayName":911,"installMethods":912,"rationale":913,"selectedPaths":914,"source":337,"sourceLanguage":18,"type":252},"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",[915,916,918,920,922,924],{"path":477,"priority":331},{"path":917,"priority":348},"REQUIREMENTS.md",{"path":919,"priority":348},"anthemscore-reference.md",{"path":921,"priority":348},"musescore-reference.md",{"path":923,"priority":348},"publishing-guide.md",{"path":925,"priority":348},"workflow-detail.md",{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":337,"sourceLanguage":18,"type":252},"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",[933],{"path":477,"priority":331},{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":337,"sourceLanguage":18,"type":252},"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",[941,942],{"path":477,"priority":331},{"path":943,"priority":348},"genre-practices.md",{"basePath":945,"description":946,"displayName":947,"installMethods":948,"rationale":949,"selectedPaths":950,"source":337,"sourceLanguage":18,"type":252},"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",[951,952],{"path":477,"priority":331},{"path":953,"priority":348},"test-definitions.md",{"basePath":955,"description":956,"displayName":957,"installMethods":958,"rationale":959,"selectedPaths":960,"source":337,"sourceLanguage":18,"type":252},"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",[961,962],{"path":477,"priority":331},{"path":963,"priority":348},"phases.md",{"basePath":965,"description":966,"displayName":967,"installMethods":968,"rationale":969,"selectedPaths":970,"source":337,"sourceLanguage":18,"type":252},"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",[971],{"path":477,"priority":331},{"basePath":973,"description":974,"displayName":975,"installMethods":976,"rationale":977,"selectedPaths":978,"source":337,"sourceLanguage":18,"type":252},"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",[979],{"path":477,"priority":331},{"basePath":981,"description":982,"displayName":983,"installMethods":984,"rationale":985,"selectedPaths":986,"source":337,"sourceLanguage":18,"type":252},"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",[987],{"path":477,"priority":331},{"sources":989},[990],"manual",{"closedIssues90d":237,"description":270,"forks":238,"homepage":992,"license":244,"openIssues90d":240,"pushedAt":241,"readmeSize":235,"stars":242,"topics":993},"https://www.bitwizemusic.com",[994,306,995,996,997,998,999,1000,1001,217,216,1002,1003,215,635,219,282,1004,280,1005],"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":1007,"discoverAt":1008,"extractAt":1009,"githubAt":1009,"updatedAt":1007},1778683099616,1778683093832,1778683097699,[220,215,217,221,218,219,216],{"evaluatedAt":247,"extractAt":294,"updatedAt":247},[],[1014,1031,1047,1064,1082,1109],{"_creationTime":1015,"_id":1016,"community":1017,"display":1018,"identity":1021,"providers":1022,"relations":1027,"tags":1028,"workflow":1029},1778683100520.3008,"k17ey9mx0h8mhbdfzz37c63c0s86m409",{"reviewCount":8},{"description":634,"installMethods":1019,"name":1020,"sourceUrl":14},{"claudeCode":12},"Lyric Writer",{"basePath":633,"githubOwner":250,"githubRepo":251,"locale":18,"slug":635,"type":252},{"evaluate":1023,"extract":1026},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":1024,"targetMarket":222,"tier":223},[215,217,219,1025,216],"creative-writing",{"commitSha":284,"license":244},{"parentExtensionId":255,"repoId":290},[1025,215,217,219,216],{"evaluatedAt":1030,"extractAt":294,"updatedAt":1030},1778683512322,{"_creationTime":1032,"_id":1033,"community":1034,"display":1035,"identity":1037,"providers":1038,"relations":1043,"tags":1044,"workflow":1045},1778683100520.2976,"k17eddzcgxtpk3emzqzwwkrg2s86mbkv",{"reviewCount":8},{"description":523,"installMethods":1036,"name":524,"sourceUrl":14},{"claudeCode":12},{"basePath":522,"githubOwner":250,"githubRepo":251,"locale":18,"slug":524,"type":252},{"evaluate":1039,"extract":1042},{"promptVersionExtension":208,"promptVersionScoring":209,"score":297,"tags":1040,"targetMarket":222,"tier":223},[524,215,216,217,1041],"utility",{"commitSha":284},{"parentExtensionId":255,"repoId":290},[524,215,217,216,1041],{"evaluatedAt":1046,"extractAt":294,"updatedAt":1046},1778683271492,{"_creationTime":1048,"_id":1049,"community":1050,"display":1051,"identity":1054,"providers":1055,"relations":1060,"tags":1061,"workflow":1062},1778683100520.3035,"k177ybxmjtn01k1jrm9m3xwsw986njyh",{"reviewCount":8},{"description":740,"installMethods":1052,"name":1053,"sourceUrl":14},{"claudeCode":12},"Pronunciation Specialist",{"basePath":739,"githubOwner":250,"githubRepo":251,"locale":18,"slug":741,"type":252},{"evaluate":1056,"extract":1059},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":1057,"targetMarket":222,"tier":223},[215,216,221,280,1058],"language-analysis",{"commitSha":284,"license":244},{"parentExtensionId":255,"repoId":290},[280,1058,215,221,216],{"evaluatedAt":1063,"extractAt":294,"updatedAt":1063},1778683765905,{"_creationTime":1065,"_id":1066,"community":1067,"display":1068,"identity":1070,"providers":1071,"relations":1078,"tags":1079,"workflow":1080},1778683100520.2998,"k17bmwh03r5q7hkdnytabv538x86n6e1",{"reviewCount":8},{"description":603,"installMethods":1069,"name":604,"sourceUrl":14},{"claudeCode":12},{"basePath":602,"githubOwner":250,"githubRepo":251,"locale":18,"slug":604,"type":252},{"evaluate":1072,"extract":1077},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":1073,"targetMarket":222,"tier":223},[1074,1075,1076,217,216],"audio","file-management","organization",{"commitSha":284},{"parentExtensionId":255,"repoId":290},[1074,1075,217,1076,216],{"evaluatedAt":1081,"extractAt":294,"updatedAt":1081},1778683431258,{"_creationTime":1083,"_id":1084,"community":1085,"display":1086,"identity":1092,"providers":1096,"relations":1103,"tags":1105,"workflow":1106},1778696505500.006,"k1754f7285hvja3svvh212kj8586maxr",{"reviewCount":8},{"description":1087,"installMethods":1088,"name":1090,"sourceUrl":1091},"Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.",{"claudeCode":1089},"ReScienceLab/opc-skills","add-new-opc-skill","https://github.com/ReScienceLab/opc-skills",{"basePath":1093,"githubOwner":1094,"githubRepo":1095,"locale":18,"slug":1090,"type":252},".factory/skills/add-new-opc-skill","ReScienceLab","opc-skills",{"evaluate":1097,"extract":1102},{"promptVersionExtension":208,"promptVersionScoring":209,"score":297,"tags":1098,"targetMarket":222,"tier":223},[1099,1100,1101,220,302],"documentation","automation","development",{"commitSha":284},{"repoId":1104},"kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[1100,220,1101,1099,302],{"evaluatedAt":1107,"extractAt":1108,"updatedAt":1107},1778696744286,1778696505500,{"_creationTime":1110,"_id":1111,"community":1112,"display":1113,"identity":1119,"providers":1122,"relations":1132,"tags":1135,"workflow":1136},1778675056600.2393,"k17ct63reqgdem6s75y0b76kn186m8xs",{"reviewCount":8},{"description":1114,"installMethods":1115,"name":1117,"sourceUrl":1118},"Pre-production audit that scans a codebase for security, database, deployment, code quality, AI/LLM, dependency, frontend, and observability issues. Intercepts deploy commands and blocks until critical items pass. Stack-agnostic. Use for \"run ship gate\", \"am I ready to ship\", \"pre-launch audit\", \"can I deploy\", \"push to production\", \"go live checklist\", \"preflight check\". Not for CI/CD setup or infra provisioning.\n",{"claudeCode":1116},"alirezarezvani/claude-skills","ship-gate","https://github.com/alirezarezvani/claude-skills",{"basePath":1120,"githubOwner":1121,"githubRepo":1001,"locale":18,"slug":1117,"type":252},"engineering/skills/ship-gate","alirezarezvani",{"evaluate":1123,"extract":1130},{"promptVersionExtension":208,"promptVersionScoring":209,"score":297,"tags":1124,"targetMarket":222,"tier":223},[1125,1126,1127,1128,220,1129],"security","code-quality","deployment","audit","devops",{"commitSha":284,"license":1131},"MIT",{"parentExtensionId":1133,"repoId":1134},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[1128,220,1126,1127,1129,1125],{"evaluatedAt":1137,"extractAt":1138,"updatedAt":1137},1778679066333,1778675056600]