[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-clipboard-zh-CN":3,"guides-for-bitwize-music-studio-clipboard":1007,"similar-k17eddzcgxtpk3emzqzwwkrg2s86mbkv-zh-CN":1008},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":234,"parentExtension":248,"providers":309,"relations":313,"repo":314,"tags":1005,"workflow":1006},1778683100520.2976,"k17eddzcgxtpk3emzqzwwkrg2s86mbkv",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","clipboard","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778683271492.532,"kn7308k9zz3q5ryjngk78q07fx86mxfj","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"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,114,117,121,124,127,130,133,136,139,143,147,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 of copying track content for external tools like Suno and identifies the specific user need to paste lyrics or style prompts.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a direct interface to copy specific track content to the clipboard, automating a task that would otherwise require manual extraction and handling of different content types and platform-specific commands.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, covering the full lifecycle from argument parsing and content extraction via MCP to platform-specific clipboard operations and error handling.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, well-defined responsibility: copying specific music track content to the system clipboard.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality as detailed in the SKILL.md.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-defined tool (`format_for_clipboard`) which is specific to its task, rather than a generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md details expected arguments, content types, and provides clear error messages for missing or incorrect arguments and dependencies.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill uses a single MCP tool which is appropriately named for its function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's input parsing is clearly defined by content type, album name, and track number, and the output is the formatted content for the clipboard or a specific error message.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is CC0-1.0, a public domain dedication, which is highly permissive and usable.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-12, which is recent, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill itself does not appear to have direct third-party dependencies that require explicit management beyond what the MCP server handles.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not handle secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill relies on specific arguments and an MCP tool for content extraction, and it uses printf to safely handle special characters for the clipboard, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime or execute untrusted code. It relies on local files and the MCP server.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within its defined scope, using standard shell commands for clipboard operations and relying on the MCP server for content extraction, without touching external files or paths.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The script uses standard shell commands for clipboard utilities and does not employ detached processes or retry loops around denied calls.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's function is to copy content to the local clipboard and does not involve sending any data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is clean and free of hidden-steering tricks. Descriptions are standard ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's execution relies on standard bash commands and an MCP tool, with no obfuscated or dynamically fetched code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes standard track file structures and relies on the MCP server for accurate path resolution, with clear error messages if track data is not found.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","14 issues opened and 109 closed in the last 90 days indicates a very active maintenance and issue resolution process.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has release tags and a CHANGELOG.md, indicating proper release management.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","Input arguments are parsed and validated, with specific checks for content type, album name, and track number, and clear error messages for invalid inputs.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The skill provides clear, actionable error messages for missing utilities, invalid arguments, missing tracks, missing sections, and config issues.",{"category":111,"check":115,"severity":63,"summary":116},"Logging","The skill does not perform destructive actions or outbound calls that require local audit logging.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill operates on track content and does not handle personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's functionality is not geographically or jurisdictionally restricted and is globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill detects platform-specific clipboard utilities and provides clear instructions for Linux, WSL, and macOS, ensuring cross-platform compatibility.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a good overview of the project and its capabilities, including installation instructions and architecture.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a single-tool extension that performs one core function.",{"category":40,"check":134,"severity":63,"summary":135},"Overlapping near-synonym tools","The skill uses a single MCP tool and does not expose multiple near-synonym commands.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as copying lyrics, style prompts, and streaming lyrics, are implemented and documented with corresponding examples.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions and example invocations for the skill.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Errors consistently include what failed, why it failed (e.g., missing utility, invalid argument, missing track), and provide remediation steps or advice.",{"category":104,"check":148,"severity":63,"summary":149},"Pinned dependencies","The skill itself does not bundle scripts with direct dependencies that need pinning; it relies on the MCP server.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill's operation is to copy content to the local clipboard, which is a read-only operation from the perspective of the file system and external systems.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill does not perform remote calls or state-changing operations that would require idempotency or timeouts.",{"category":118,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The skill does not emit telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly states its purpose (copying track content to clipboard) and when to use it (pasting into Suno or other tools), specifying the artifact (track content) and user intent (copy/paste).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, self-contained, and accurately summarizes the core capability and usage context.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, not overly verbose, and delegates deeper material to referenced files and examples.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md is concise and doesn't embed large amounts of material, suggesting that deeper details would be in referenced files, aligning with progressive disclosure.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is a direct action and does not involve deep exploration or code review.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Sufficient end-to-end examples are provided in the SKILL.md and USAGE_EXAMPLES.md, demonstrating various content types and platform specifics, which plausibly produce the claimed output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles edge cases such as missing clipboard utilities, invalid arguments, missing tracks, missing content sections, and config issues with clear error messages and recovery advice.",{"category":111,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill dynamically detects and falls back between different clipboard utilities (`pbcopy`, `clip.exe`, `xclip`, `xsel`) based on platform availability, with clear installation instructions for Linux.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The SKILL.md declares its stack assumptions, specifically highlighting the need for Bash and platform-specific clipboard utilities, with installation guidance for Linux.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill halts execution and reports informative errors for unexpected states like missing utilities, incorrect arguments, or missing track data, preventing further issues.",{"category":92,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills, operating solely on local files and system utilities.",1778683271235,"This skill copies specific content types (lyrics, style prompts, streaming lyrics, or all Suno inputs) from music track files to the system clipboard, utilizing platform-specific commands and an MCP tool for extraction.",[198,199,200,201],"Copies lyrics, style prompts, and streaming lyrics to the clipboard","Supports various content types including 'all' Suno inputs and 'suno' JSON","Automatically detects and uses platform-specific clipboard utilities (macOS, Linux, WSL)","Provides clear error handling for missing utilities, arguments, and track data",[203,204,205],"Modifying track files","Interacting directly with external music generation platforms beyond copying content","Managing music production workflows beyond content transfer","3.0.0","4.4.0","To facilitate the seamless transfer of music track content, such as lyrics and style prompts, to external tools like Suno, streamlining the music production workflow.","All checks passed with no warnings or critical findings, indicating a high-quality, well-documented, and robust skill.",100,"A high-quality, robust, and well-documented skill for copying music track content to the system clipboard.",[13,213,214,215,216],"lyrics","suno","music","utility","global","verified",[220,221,222,223],"Pasting lyrics into Suno for AI music generation","Copying style prompts to Suno's style input field","Transferring streaming lyrics for music distributors","Quickly getting all Suno inputs for a track for generation",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":238,"testCoverage":240},{"hasLockfile":226},false,1778683255917,{"descriptionLength":229,"readmeSize":230},179,9335,{"closedIssues90d":232,"forks":233,"hasChangelog":234,"openIssues90d":235,"pushedAt":236,"stars":237},109,30,true,14,1778616491000,174,{"hasNpmPackage":226,"license":239,"smitheryVerified":226},"CC0-1.0",{"hasCi":234,"hasTests":234},{"updatedAt":242},1778683271492,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"skills/clipboard","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":257,"parentExtension":260,"providers":291,"relations":305,"tags":306,"workflow":307},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":253,"installMethods":254,"name":256,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":255},"bitwize-music","Claude AI Music Skills",{"basePath":258,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":259},"","plugin",{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":267,"providers":269,"relations":285,"tags":287,"workflow":288},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":265,"installMethods":266,"name":255,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":258,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":268},"marketplace",{"evaluate":270,"extract":279},{"promptVersionExtension":271,"promptVersionScoring":207,"score":272,"tags":273,"targetMarket":217,"tier":218},"3.1.0",96,[274,214,275,276,277,278],"music-production","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":255,"pluginCount":282},1,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[275,277,274,278,214,276],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778683122195,1778683100520,{"evaluate":292,"extract":302},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":293,"targetMarket":217,"tier":218},[294,295,214,296,297,213,298,299,300,301],"music-generation","ai","audio-production","workflow","mastering","cli","python","claude-code",{"commitSha":280,"license":239,"plugin":303},{"mcpCount":8,"provider":284,"skillCount":304},54,{"parentExtensionId":262,"repoId":286},[295,296,301,299,213,298,294,300,214,297],{"evaluatedAt":308,"extractAt":290,"updatedAt":308},1778683131031,{"evaluate":310,"extract":312},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":311,"targetMarket":217,"tier":218},[13,213,214,215,216],{"commitSha":280},{"parentExtensionId":250,"repoId":286},{"_creationTime":315,"_id":286,"identity":316,"providers":317,"workflow":1001},1778683093832.8552,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":318,"discover":983,"github":986},{"commitSha":280,"extensions":319},[320,333,464,475,489,498,506,516,523,531,541,551,559,567,575,585,593,601,609,617,627,641,651,661,669,677,685,693,705,715,725,733,743,753,761,775,785,795,805,815,825,835,845,855,865,879,887,895,903,921,929,939,949,959,967,975],{"basePath":258,"displayName":255,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":268},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":258,"description":253,"displayName":255,"installMethods":334,"license":239,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":259},{"claudeCode":255},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,341,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":330,"priority":331},{"path":342,"priority":343},"skills/about/SKILL.md","medium",{"path":345,"priority":343},"skills/album-art-director/SKILL.md",{"path":347,"priority":343},"skills/album-conceptualizer/SKILL.md",{"path":349,"priority":343},"skills/album-dashboard/SKILL.md",{"path":351,"priority":343},"skills/album-ideas/SKILL.md",{"path":353,"priority":343},"skills/clipboard/SKILL.md",{"path":355,"priority":343},"skills/cloud-uploader/SKILL.md",{"path":357,"priority":343},"skills/configure/SKILL.md",{"path":359,"priority":343},"skills/document-hunter/SKILL.md",{"path":361,"priority":343},"skills/explicit-checker/SKILL.md",{"path":363,"priority":343},"skills/genre-creator/SKILL.md",{"path":365,"priority":343},"skills/health-check/SKILL.md",{"path":367,"priority":343},"skills/help/SKILL.md",{"path":369,"priority":343},"skills/import-art/SKILL.md",{"path":371,"priority":343},"skills/import-audio/SKILL.md",{"path":373,"priority":343},"skills/import-track/SKILL.md",{"path":375,"priority":343},"skills/lyric-refiner/SKILL.md",{"path":377,"priority":343},"skills/lyric-reviewer/SKILL.md",{"path":379,"priority":343},"skills/lyric-writer/SKILL.md",{"path":381,"priority":343},"skills/mastering-engineer/SKILL.md",{"path":383,"priority":343},"skills/mix-engineer/SKILL.md",{"path":385,"priority":343},"skills/new-album/SKILL.md",{"path":387,"priority":343},"skills/next-step/SKILL.md",{"path":389,"priority":343},"skills/plagiarism-checker/SKILL.md",{"path":391,"priority":343},"skills/pre-generation-check/SKILL.md",{"path":393,"priority":343},"skills/promo-director/SKILL.md",{"path":395,"priority":343},"skills/promo-reviewer/SKILL.md",{"path":397,"priority":343},"skills/promo-writer/SKILL.md",{"path":399,"priority":343},"skills/promote-idea/SKILL.md",{"path":401,"priority":343},"skills/pronunciation-specialist/SKILL.md",{"path":403,"priority":343},"skills/release-director/SKILL.md",{"path":405,"priority":343},"skills/rename/SKILL.md",{"path":407,"priority":343},"skills/researcher/SKILL.md",{"path":409,"priority":343},"skills/researchers-biographical/SKILL.md",{"path":411,"priority":343},"skills/researchers-financial/SKILL.md",{"path":413,"priority":343},"skills/researchers-gov/SKILL.md",{"path":415,"priority":343},"skills/researchers-historical/SKILL.md",{"path":417,"priority":343},"skills/researchers-journalism/SKILL.md",{"path":419,"priority":343},"skills/researchers-legal/SKILL.md",{"path":421,"priority":343},"skills/researchers-primary-source/SKILL.md",{"path":423,"priority":343},"skills/researchers-security/SKILL.md",{"path":425,"priority":343},"skills/researchers-tech/SKILL.md",{"path":427,"priority":343},"skills/researchers-verifier/SKILL.md",{"path":429,"priority":343},"skills/resume/SKILL.md",{"path":431,"priority":343},"skills/session-start/SKILL.md",{"path":433,"priority":343},"skills/setup/SKILL.md",{"path":435,"priority":343},"skills/sheet-music-publisher/SKILL.md",{"path":437,"priority":343},"skills/skill-model-updater/SKILL.md",{"path":439,"priority":343},"skills/suno-engineer/SKILL.md",{"path":441,"priority":343},"skills/test/SKILL.md",{"path":443,"priority":343},"skills/tutorial/SKILL.md",{"path":445,"priority":343},"skills/validate-album/SKILL.md",{"path":447,"priority":343},"skills/verify-sources/SKILL.md",{"path":449,"priority":343},"skills/voice-checker/SKILL.md",{"path":451,"priority":326},".mcp.json",{"path":453,"priority":331},"hooks/README.md",{"path":455,"priority":331},"hooks/check_version_sync.py",{"path":457,"priority":331},"hooks/hooks.json",{"path":459,"priority":331},"hooks/install.sh",{"path":461,"priority":331},"hooks/pre-commit",{"path":463,"priority":331},"hooks/validate_track.py",{"basePath":465,"description":466,"displayName":467,"installMethods":468,"rationale":469,"selectedPaths":470,"source":332,"sourceLanguage":18,"type":247},"skills/about","Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or capabilities.","about",{"claudeCode":12},"SKILL.md frontmatter at skills/about/SKILL.md",[471,473],{"path":472,"priority":326},"SKILL.md",{"path":474,"priority":343},"PROJECT_HISTORY.md",{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":332,"sourceLanguage":18,"type":247},"skills/album-art-director","Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual artwork generation.","album-art-director",{"claudeCode":12},"SKILL.md frontmatter at skills/album-art-director/SKILL.md",[482,483,485,487],{"path":472,"priority":326},{"path":484,"priority":343},"album-types.md",{"path":486,"priority":343},"prompt-examples.md",{"path":488,"priority":343},"visual-styles.md",{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":332,"sourceLanguage":18,"type":247},"skills/album-conceptualizer","Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album concept.","album-conceptualizer",{"claudeCode":12},"SKILL.md frontmatter at skills/album-conceptualizer/SKILL.md",[496,497],{"path":472,"priority":326},{"path":484,"priority":343},{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":332,"sourceLanguage":18,"type":247},"skills/album-dashboard","Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of album progress.","album-dashboard",{"claudeCode":12},"SKILL.md frontmatter at skills/album-dashboard/SKILL.md",[505],{"path":472,"priority":326},{"basePath":507,"description":508,"displayName":509,"installMethods":510,"rationale":511,"selectedPaths":512,"source":332,"sourceLanguage":18,"type":247},"skills/album-ideas","Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea backlog.","album-ideas",{"claudeCode":12},"SKILL.md frontmatter at skills/album-ideas/SKILL.md",[513,514],{"path":472,"priority":326},{"path":515,"priority":343},"STATUS_VALUES.md",{"basePath":244,"description":10,"displayName":13,"installMethods":517,"rationale":518,"selectedPaths":519,"source":332,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/clipboard/SKILL.md",[520,521],{"path":472,"priority":326},{"path":522,"priority":343},"USAGE_EXAMPLES.md",{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":332,"sourceLanguage":18,"type":247},"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",[530],{"path":472,"priority":326},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":332,"sourceLanguage":18,"type":247},"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",[538,539],{"path":472,"priority":326},{"path":540,"priority":343},"SETTINGS_REFERENCE.md",{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":332,"sourceLanguage":18,"type":247},"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",[548,549],{"path":472,"priority":326},{"path":550,"priority":343},"site-patterns.md",{"basePath":552,"description":553,"displayName":554,"installMethods":555,"rationale":556,"selectedPaths":557,"source":332,"sourceLanguage":18,"type":247},"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",[558],{"path":472,"priority":326},{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":332,"sourceLanguage":18,"type":247},"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",[566],{"path":472,"priority":326},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":332,"sourceLanguage":18,"type":247},"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",[574],{"path":472,"priority":326},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":332,"sourceLanguage":18,"type":247},"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",[582,583],{"path":472,"priority":326},{"path":584,"priority":343},"SKILL_GLOSSARY.md",{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":332,"sourceLanguage":18,"type":247},"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",[592],{"path":472,"priority":326},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":332,"sourceLanguage":18,"type":247},"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",[600],{"path":472,"priority":326},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":332,"sourceLanguage":18,"type":247},"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",[608],{"path":472,"priority":326},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":332,"sourceLanguage":18,"type":247},"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",[616],{"path":472,"priority":326},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":332,"sourceLanguage":18,"type":247},"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",[624,625],{"path":472,"priority":326},{"path":626,"priority":343},"checklist-reference.md",{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":332,"sourceLanguage":18,"type":247},"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",[634,635,637,639],{"path":472,"priority":326},{"path":636,"priority":343},"craft-reference.md",{"path":638,"priority":343},"documentary-standards.md",{"path":640,"priority":343},"examples.md",{"basePath":642,"description":643,"displayName":644,"installMethods":645,"rationale":646,"selectedPaths":647,"source":332,"sourceLanguage":18,"type":247},"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",[648,649],{"path":472,"priority":326},{"path":650,"priority":343},"genre-presets.md",{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":332,"sourceLanguage":18,"type":247},"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",[658,659],{"path":472,"priority":326},{"path":660,"priority":343},"mix-presets.md",{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":332,"sourceLanguage":18,"type":247},"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",[668],{"path":472,"priority":326},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":332,"sourceLanguage":18,"type":247},"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",[676],{"path":472,"priority":326},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":332,"sourceLanguage":18,"type":247},"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",[684],{"path":472,"priority":326},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":332,"sourceLanguage":18,"type":247},"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",[692],{"path":472,"priority":326},{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":332,"sourceLanguage":18,"type":247},"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",[700,701,703],{"path":472,"priority":326},{"path":702,"priority":343},"technical-reference.md",{"path":704,"priority":343},"visualization-guide.md",{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":332,"sourceLanguage":18,"type":247},"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",[712,713],{"path":472,"priority":326},{"path":714,"priority":343},"platform-rules.md",{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":332,"sourceLanguage":18,"type":247},"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",[722,723],{"path":472,"priority":326},{"path":724,"priority":343},"copy-formulas.md",{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":332,"sourceLanguage":18,"type":247},"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",[732],{"path":472,"priority":326},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":332,"sourceLanguage":18,"type":247},"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",[740,741],{"path":472,"priority":326},{"path":742,"priority":343},"word-lists.md",{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":332,"sourceLanguage":18,"type":247},"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",[750,751],{"path":472,"priority":326},{"path":752,"priority":343},"platform-guides.md",{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":332,"sourceLanguage":18,"type":247},"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",[760],{"path":472,"priority":326},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":332,"sourceLanguage":18,"type":247},"skills/researcher","Conducts investigative-grade research with primary source analysis, cross-verification, and trial-level depth. Use when an album needs factual research, source material, or verification of claims.","researcher",{"claudeCode":12},"SKILL.md frontmatter at skills/researcher/SKILL.md",[768,769,771,773],{"path":472,"priority":326},{"path":770,"priority":343},"free-sources.md",{"path":772,"priority":343},"source-standards.md",{"path":774,"priority":343},"templates.md",{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":332,"sourceLanguage":18,"type":247},"skills/researchers-biographical","Researches personal backgrounds, interviews, motivations, and humanizing details. Use when research needs biographical context about people involved in the album's subject.","researchers-biographical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-biographical/SKILL.md",[782,783],{"path":472,"priority":326},{"path":784,"priority":343},"INTERVIEW_SOURCES.md",{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":332,"sourceLanguage":18,"type":247},"skills/researchers-financial","Researches SEC filings, earnings calls, analyst reports, and market data. Use when the album subject involves financial crimes, corporate stories, or market events.","researchers-financial",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-financial/SKILL.md",[792,793],{"path":472,"priority":326},{"path":794,"priority":343},"SEC_FILING_GUIDE.md",{"basePath":796,"description":797,"displayName":798,"installMethods":799,"rationale":800,"selectedPaths":801,"source":332,"sourceLanguage":18,"type":247},"skills/researchers-gov","Researches DOJ/FBI/SEC press releases, agency statements, and government sources. Use when research needs official government records or agency documentation.","researchers-gov",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-gov/SKILL.md",[802,803],{"path":472,"priority":326},{"path":804,"priority":343},"AGENCY_SOURCES.md",{"basePath":806,"description":807,"displayName":808,"installMethods":809,"rationale":810,"selectedPaths":811,"source":332,"sourceLanguage":18,"type":247},"skills/researchers-historical","Researches archives, contemporary accounts, and timeline reconstruction. Use when the album subject involves historical events that need primary source verification.","researchers-historical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-historical/SKILL.md",[812,813],{"path":472,"priority":326},{"path":814,"priority":343},"ARCHIVE_SOURCES.md",{"basePath":816,"description":817,"displayName":818,"installMethods":819,"rationale":820,"selectedPaths":821,"source":332,"sourceLanguage":18,"type":247},"skills/researchers-journalism","Researches investigative articles, interviews, and news coverage. Use when research needs journalistic sources for cross-referencing or additional context.","researchers-journalism",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-journalism/SKILL.md",[822,823],{"path":472,"priority":326},{"path":824,"priority":343},"SOURCE_EXTRACTION.md",{"basePath":826,"description":827,"displayName":828,"installMethods":829,"rationale":830,"selectedPaths":831,"source":332,"sourceLanguage":18,"type":247},"skills/researchers-legal","Researches court documents, indictments, plea agreements, and sentencing records. Use when the album subject involves legal proceedings or criminal cases.","researchers-legal",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-legal/SKILL.md",[832,833],{"path":472,"priority":326},{"path":834,"priority":343},"DISCOVERY_GUIDE.md",{"basePath":836,"description":837,"displayName":838,"installMethods":839,"rationale":840,"selectedPaths":841,"source":332,"sourceLanguage":18,"type":247},"skills/researchers-primary-source","Researches the subject's own words from tweets, blogs, forums, and chat logs. Use when research needs direct quotes or first-person accounts.","researchers-primary-source",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-primary-source/SKILL.md",[842,843],{"path":472,"priority":326},{"path":844,"priority":343},"DIRECT_SOURCES.md",{"basePath":846,"description":847,"displayName":848,"installMethods":849,"rationale":850,"selectedPaths":851,"source":332,"sourceLanguage":18,"type":247},"skills/researchers-security","Researches malware analysis, CVEs, attribution reports, and hacker community sources. Use when the album subject involves cybersecurity incidents or threat actors.","researchers-security",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-security/SKILL.md",[852,853],{"path":472,"priority":326},{"path":854,"priority":343},"CVE_RESEARCH.md",{"basePath":856,"description":857,"displayName":858,"installMethods":859,"rationale":860,"selectedPaths":861,"source":332,"sourceLanguage":18,"type":247},"skills/researchers-tech","Researches project histories, changelogs, developer interviews, and open source documentation. Use when the album subject involves technology projects or developer stories.","researchers-tech",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-tech/SKILL.md",[862,863],{"path":472,"priority":326},{"path":864,"priority":343},"PROJECT_RESEARCH.md",{"basePath":866,"description":867,"displayName":868,"installMethods":869,"rationale":870,"selectedPaths":871,"source":332,"sourceLanguage":18,"type":247},"skills/researchers-verifier","Performs quality control, citation validation, and fact-checking before human review. Use after research is complete to verify all sources and claims before production.","researchers-verifier",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-verifier/SKILL.md",[872,873,875,877],{"path":472,"priority":326},{"path":874,"priority":343},"VERIFICATION_CHECKLIST.md",{"path":876,"priority":343},"checklists.md",{"path":878,"priority":343},"patterns.md",{"basePath":880,"description":881,"displayName":882,"installMethods":883,"rationale":884,"selectedPaths":885,"source":332,"sourceLanguage":18,"type":247},"skills/resume","Finds an album by name and shows detailed status with next steps. Use when the user mentions an album name or wants to continue previous work.","resume",{"claudeCode":12},"SKILL.md frontmatter at skills/resume/SKILL.md",[886],{"path":472,"priority":326},{"basePath":888,"description":889,"displayName":890,"installMethods":891,"rationale":892,"selectedPaths":893,"source":332,"sourceLanguage":18,"type":247},"skills/session-start","Runs the session startup procedure - verifies setup, loads config and state, checks skill models, and reports project status. Use at the beginning of a fresh session.","session-start",{"claudeCode":12},"SKILL.md frontmatter at skills/session-start/SKILL.md",[894],{"path":472,"priority":326},{"basePath":896,"description":897,"displayName":898,"installMethods":899,"rationale":900,"selectedPaths":901,"source":332,"sourceLanguage":18,"type":247},"skills/setup","Detects your Python environment and guides you through installing plugin dependencies. Use on first-time setup or when MCP server fails to start.","setup",{"claudeCode":12},"SKILL.md frontmatter at skills/setup/SKILL.md",[902],{"path":472,"priority":326},{"basePath":904,"description":905,"displayName":906,"installMethods":907,"rationale":908,"selectedPaths":909,"source":332,"sourceLanguage":18,"type":247},"skills/sheet-music-publisher","Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.","sheet-music-publisher",{"claudeCode":12},"SKILL.md frontmatter at skills/sheet-music-publisher/SKILL.md",[910,911,913,915,917,919],{"path":472,"priority":326},{"path":912,"priority":343},"REQUIREMENTS.md",{"path":914,"priority":343},"anthemscore-reference.md",{"path":916,"priority":343},"musescore-reference.md",{"path":918,"priority":343},"publishing-guide.md",{"path":920,"priority":343},"workflow-detail.md",{"basePath":922,"description":923,"displayName":924,"installMethods":925,"rationale":926,"selectedPaths":927,"source":332,"sourceLanguage":18,"type":247},"skills/skill-model-updater","Updates model references across all skill files when new Claude models are released. Use when Anthropic releases new Claude models to keep skills current.","skill-model-updater",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-model-updater/SKILL.md",[928],{"path":472,"priority":326},{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":332,"sourceLanguage":18,"type":247},"skills/suno-engineer","Constructs technical Suno V5/V5.5 style prompts, selects genres, and optimizes generation settings. Use when creating or refining Suno prompts for track generation.","suno-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/suno-engineer/SKILL.md",[936,937],{"path":472,"priority":326},{"path":938,"priority":343},"genre-practices.md",{"basePath":940,"description":941,"displayName":942,"installMethods":943,"rationale":944,"selectedPaths":945,"source":332,"sourceLanguage":18,"type":247},"skills/test","Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes to skills or templates, or to verify plugin health.","test",{"claudeCode":12},"SKILL.md frontmatter at skills/test/SKILL.md",[946,947],{"path":472,"priority":326},{"path":948,"priority":343},"test-definitions.md",{"basePath":950,"description":951,"displayName":952,"installMethods":953,"rationale":954,"selectedPaths":955,"source":332,"sourceLanguage":18,"type":247},"skills/tutorial","Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.","tutorial",{"claudeCode":12},"SKILL.md frontmatter at skills/tutorial/SKILL.md",[956,957],{"path":472,"priority":326},{"path":958,"priority":343},"phases.md",{"basePath":960,"description":961,"displayName":962,"installMethods":963,"rationale":964,"selectedPaths":965,"source":332,"sourceLanguage":18,"type":247},"skills/validate-album","Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.","validate-album",{"claudeCode":12},"SKILL.md frontmatter at skills/validate-album/SKILL.md",[966],{"path":472,"priority":326},{"basePath":968,"description":969,"displayName":970,"installMethods":971,"rationale":972,"selectedPaths":973,"source":332,"sourceLanguage":18,"type":247},"skills/verify-sources","Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.","verify-sources",{"claudeCode":12},"SKILL.md frontmatter at skills/verify-sources/SKILL.md",[974],{"path":472,"priority":326},{"basePath":976,"description":977,"displayName":978,"installMethods":979,"rationale":980,"selectedPaths":981,"source":332,"sourceLanguage":18,"type":247},"skills/voice-checker","Reviews lyrics and prose for AI-written patterns (abstract noun stacking, over-explained metaphors, cliche escalation, missing idiosyncrasy, prose AI tells). Advisory Warning/Info severity — flags issues, does not block or rewrite. Use when reviewing lyrics for authenticity or before generation to catch AI-sounding language.","voice-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/voice-checker/SKILL.md",[982],{"path":472,"priority":326},{"sources":984},[985],"manual",{"closedIssues90d":232,"description":265,"forks":233,"homepage":987,"license":239,"openIssues90d":235,"pushedAt":236,"readmeSize":230,"stars":237,"topics":988},"https://www.bitwizemusic.com",[989,301,990,991,992,993,994,995,996,215,214,997,998,213,630,278,277,999,275,1000],"claude","claude-code-plugin","claude-code-plugin-marketplace","claude-code-plugins","claude-code-plugins-marketplace","claude-code-skills","claude-skill","claude-skills","suno-ai","sunoai","music-mastering","ai-music-tools",{"classifiedAt":1002,"discoverAt":1003,"extractAt":1004,"githubAt":1004,"updatedAt":1002},1778683099616,1778683093832,1778683097699,[13,213,215,214,216],{"evaluatedAt":242,"extractAt":290,"updatedAt":242},[],[1009,1027,1045,1062,1080,1098],{"_creationTime":1010,"_id":1011,"community":1012,"display":1013,"identity":1016,"providers":1017,"relations":1023,"tags":1024,"workflow":1025},1778683100520.3008,"k17ey9mx0h8mhbdfzz37c63c0s86m409",{"reviewCount":8},{"description":629,"installMethods":1014,"name":1015,"sourceUrl":14},{"claudeCode":12},"Lyric Writer",{"basePath":628,"githubOwner":245,"githubRepo":246,"locale":18,"slug":630,"type":247},{"evaluate":1018,"extract":1022},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1019,"tags":1020,"targetMarket":217,"tier":218},99,[213,215,278,1021,214],"creative-writing",{"commitSha":280,"license":239},{"parentExtensionId":250,"repoId":286},[1021,213,215,278,214],{"evaluatedAt":1026,"extractAt":290,"updatedAt":1026},1778683512322,{"_creationTime":1028,"_id":1029,"community":1030,"display":1031,"identity":1033,"providers":1034,"relations":1041,"tags":1042,"workflow":1043},1778683100520.3005,"k17dkjxf3efq0x0a9dfe4gay3d86nr5r",{"reviewCount":8},{"description":619,"installMethods":1032,"name":620,"sourceUrl":14},{"claudeCode":12},{"basePath":618,"githubOwner":245,"githubRepo":246,"locale":18,"slug":620,"type":247},{"evaluate":1035,"extract":1040},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1019,"tags":1036,"targetMarket":217,"tier":218},[213,214,215,1037,278,1038,1039],"quality-control","checklist","pronunciation",{"commitSha":280},{"parentExtensionId":250,"repoId":286},[1038,213,215,1039,1037,278,214],{"evaluatedAt":1044,"extractAt":290,"updatedAt":1044},1778683492249,{"_creationTime":1046,"_id":1047,"community":1048,"display":1049,"identity":1052,"providers":1053,"relations":1058,"tags":1059,"workflow":1060},1778683100520.3035,"k177ybxmjtn01k1jrm9m3xwsw986njyh",{"reviewCount":8},{"description":735,"installMethods":1050,"name":1051,"sourceUrl":14},{"claudeCode":12},"Pronunciation Specialist",{"basePath":734,"githubOwner":245,"githubRepo":246,"locale":18,"slug":736,"type":247},{"evaluate":1054,"extract":1057},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1019,"tags":1055,"targetMarket":217,"tier":218},[213,214,1039,275,1056],"language-analysis",{"commitSha":280,"license":239},{"parentExtensionId":250,"repoId":286},[275,1056,213,1039,214],{"evaluatedAt":1061,"extractAt":290,"updatedAt":1061},1778683765905,{"_creationTime":1063,"_id":1064,"community":1065,"display":1066,"identity":1068,"providers":1069,"relations":1076,"tags":1077,"workflow":1078},1778683100520.2998,"k17bmwh03r5q7hkdnytabv538x86n6e1",{"reviewCount":8},{"description":595,"installMethods":1067,"name":596,"sourceUrl":14},{"claudeCode":12},{"basePath":594,"githubOwner":245,"githubRepo":246,"locale":18,"slug":596,"type":247},{"evaluate":1070,"extract":1075},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1019,"tags":1071,"targetMarket":217,"tier":218},[1072,1073,1074,215,214],"audio","file-management","organization",{"commitSha":280},{"parentExtensionId":250,"repoId":286},[1072,1073,215,1074,214],{"evaluatedAt":1079,"extractAt":290,"updatedAt":1079},1778683431258,{"_creationTime":1081,"_id":1082,"community":1083,"display":1084,"identity":1086,"providers":1087,"relations":1094,"tags":1095,"workflow":1096},1778683100520.3088,"k1780ejtdyfh5atysjycteerk986nqdg",{"reviewCount":8},{"description":961,"installMethods":1085,"name":962,"sourceUrl":14},{"claudeCode":12},{"basePath":960,"githubOwner":245,"githubRepo":246,"locale":18,"slug":962,"type":247},{"evaluate":1088,"extract":1093},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":1089,"targetMarket":217,"tier":218},[215,1090,1072,1091,1092],"validation","metadata","release-prep",{"commitSha":280},{"parentExtensionId":250,"repoId":286},[1072,1091,215,1092,1090],{"evaluatedAt":1097,"extractAt":290,"updatedAt":1097},1778684303772,{"_creationTime":1099,"_id":1100,"community":1101,"display":1102,"identity":1104,"providers":1105,"relations":1111,"tags":1112,"workflow":1113},1778683100520.3086,"k17473atmd49c3vmdb5c0c120186m56r",{"reviewCount":8},{"description":951,"installMethods":1103,"name":952,"sourceUrl":14},{"claudeCode":12},{"basePath":950,"githubOwner":245,"githubRepo":246,"locale":18,"slug":952,"type":247},{"evaluate":1106,"extract":1110},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":1107,"targetMarket":217,"tier":218},[215,1108,952,297,1109],"album-creation","guided-creation",{"commitSha":280},{"parentExtensionId":250,"repoId":286},[1108,1109,215,952,297],{"evaluatedAt":1114,"extractAt":290,"updatedAt":1114},1778684275935]