[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-resume-zh-CN":3,"guides-for-bitwize-music-studio-resume":1019,"similar-k173dr9kmksxap3r4srbewpca986m0xj-zh-CN":1020},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":251,"isFallback":242,"parentExtension":257,"providers":320,"relations":324,"repo":325,"tags":1017,"workflow":1018},1778683100520.307,"k173dr9kmksxap3r4srbewpca986m0xj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","Resume Album Work","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":249},1778684095268.624,"kn78m7vrxktgcbz5e9wq164wks86nvn1","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":205,"prerequisites":209,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":225,"tier":226,"useCases":227},[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,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of finding an album and resuming work, and provides usage examples for album names.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill orchestrates a complex multi-step workflow for album production, going far beyond basic LLM capabilities and integrating with external tools (MCP) for state management and audio processing.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of album production, from concept to release, with detailed steps, quality gates, and integration with necessary tools.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on the album production workflow, from finding an existing album to resuming work, without incorporating unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality of finding an album and resuming work, including usage examples and when to use it.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific MCP tools like `find_album`, `get_album_progress`, and `list_tracks`, which are narrow verb-noun actions within the music production domain.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed instructions for finding albums, getting progress, and updating session context, implicitly defining parameters through tool calls.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used by the skill (`find_album`, `get_album_progress`, `list_tracks`, `update_session`) are descriptive and follow a verb-noun pattern.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's inputs are album names, and the outputs are structured status reports and specific next action recommendations, avoiding extraneous data dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under CC0-1.0, a permissive public domain dedication, allowing broad usability.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-12, indicating recent maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The `package.json` and `requirements.txt` files would typically be present in such a project, and the README mentions Python 3.10+ and WSL for Windows users, suggesting dependency management is considered.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill interacts with an MCP server and local files, but no secrets are exposed or handled improperly in the provided code. The README does not mention handling sensitive user secrets.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill's primary inputs are album names, and it interacts with a defined set of MCP tools, mitigating risks of arbitrary code execution or command injection.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on bundled MCP tools and local file access, with no indication of runtime fetching of external code or data that could be malicious.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the defined project structure and interacts with MCP tools, 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 processes or retry loops around denied tool calls were observed in the skill's logic.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's purpose is to report on album progress and recommend next steps; there are no indications of reading or submitting confidential data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled markdown files do not contain any hidden text, invisible characters, or formatting tricks designed to manipulate the model.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill logic is presented in readable markdown and relies on documented MCP tool calls, with no evidence of obfuscated code or base64 payloads.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill's file path references are relative within the project structure, and it handles missing albums gracefully by listing available ones, avoiding rigid structural assumptions.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 14 issues opened and 109 closed in the last 90 days, the closure rate is high, indicating active maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a `version` in the README and a `CHANGELOG.md`, indicating clear release management.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The skill relies on structured calls to MCP tools, implying input validation is handled within the MCP server for album names and statuses.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is primarily read-only, focused on reporting and suggesting next steps. Any state changes are managed through the MCP tools, which are expected to handle their own safety gates.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The skill outlines error handling for missing albums and MCP errors, providing clear messages and suggesting recovery steps like using `/bitwize-music:new-album`.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","The skill's function is to report status and recommend actions; it does not perform destructive operations or outbound calls that would necessitate a local audit log.",{"category":117,"check":118,"severity":114,"summary":119},"Compliance","GDPR","The skill operates on album metadata and workflow status, not personal user data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is a general album production tool with no specific regional or legal jurisdictional dependencies, thus `targetMarket` is global.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on Python 3.10+ and a compatible MCP server, which are standard requirements, and does not assume specific OS or shell features beyond basic POSIX compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README.md file is comprehensive, detailing the project's purpose, workflow, installation, architecture, and documentation links.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The 'resume' skill itself is a single entry point, and it orchestrates calls to a few specific MCP tools, keeping the direct surface area manageable.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools called by this skill (`find_album`, `get_album_progress`, `list_tracks`, `update_session`) represent distinct functionalities within the album production workflow.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised capabilities, such as finding albums and reporting progress, are directly implemented through MCP tool calls as described in the SKILL.md.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear bash commands for installing the plugin and running setup/configuration steps.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill provides actionable error messages, such as suggesting `/bitwize-music:new-album` when an album is not found, and details recovery steps for various workflow phases.",{"category":147,"check":148,"severity":149,"summary":150},"Execution","Pinned dependencies","info","While the README mentions Python 3.10+, explicit dependency pinning via lockfiles (like `requirements.txt` or `poetry.lock`) isn't detailed for the Python MCP server and tools, though it's implied by standard Python project practices.",{"category":33,"check":152,"severity":114,"summary":153},"Dry-run preview","The 'resume' skill is primarily informational and reporting; it orchestrates other tools but does not directly perform state-changing operations that would require a dry-run.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The skill relies on the underlying MCP server and tools for state management and operations, which are expected to handle idempotency and timeouts appropriately.",{"category":117,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no mention of telemetry collection in the skill's documentation or the project's README, implying no telemetry is collected by default.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill precisely defines its purpose as finding an album and resuming work, specifying when to use it (mentions album name, continuing previous work) and detailing its operation through clear steps.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and directly states the skill's name, description, and model, providing a clear summary for routing.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is well-structured, uses progressive disclosure for complex decision trees, and delegates deeper material to separate files where appropriate.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md effectively outlines the workflow and uses inline tables and markdown formatting for clarity, with complex decision logic presented directly.",{"category":171,"check":175,"severity":114,"summary":176},"Forked exploration","This skill is a focused workflow for resuming album work and does not involve deep exploration or code review requiring a forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides three clear, end-to-end examples demonstrating album in writing phase, ready for generation, and album not found scenarios, including expected output.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill handles edge cases such as album not found, multiple matches, and stale/missing cache errors, providing clear symptoms and recovery steps.",{"category":103,"check":184,"severity":114,"summary":185},"Tool Fallback","The skill primarily interacts with its own bundled MCP server and Claude-internal tools, not external, optional MCP servers that would require a fallback.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill's logic includes checks for unexpected states, such as album not found or MCP errors, and halts the workflow with informative messages and recovery suggestions.",{"category":91,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The 'resume' skill is self-contained, focusing on resuming album work and clearly indicating when other skills like `/bitwize-music:new-album` should be used, rather than implicitly relying on them.",1778684095154,"This skill allows users to find an existing album by name and resume work by reporting its status, progress, and providing specific next steps. It integrates with the bitwize-music-mcp tools to manage album data and session context.",[196,197,198,199,200],"Find albums by name using fuzzy matching","Retrieve album and track progress details","Update session context with active album and phase","Determine current workflow phase based on status","Generate detailed status reports and actionable next steps",[202,203,204],"Creating new albums (use `/bitwize-music:new-album`).","Performing actions directly without user confirmation or selection.","Managing unrelated musical tasks outside the album production workflow.",[206,207,208],"Workflow management","State tracking","Actionable recommendations",[210,211,212],"Python 3.10+","WSL (for Windows users)","Access to bitwize-music-mcp server","3.0.0","4.4.0","Find an album and resume work where you left off, ensuring continuity and providing clear guidance on the next actionable steps in the music production pipeline.","All checks passed with a high degree of quality, and the remaining minor points (like dependency pinning details) do not detract from overall production readiness.",95,"Highly polished and robust skill for managing and resuming album production workflows.",[220,221,222,223,224],"music-production","album-workflow","mpc-tools","state-management","reporting","global","verified",[228,229,230,231],"When the user mentions an album name to continue previous work.","When the user wants to check the status of an ongoing album project.","When the user needs guidance on what to do next in the music production pipeline.","When resuming work on an album after a break.",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":246,"testCoverage":248},{"hasLockfile":234},false,1778684074965,{"descriptionLength":237,"readmeSize":238},142,9335,{"closedIssues90d":240,"forks":241,"hasChangelog":242,"openIssues90d":243,"pushedAt":244,"stars":245},109,30,true,14,1778616491000,174,{"hasNpmPackage":234,"license":247,"smitheryVerified":234},"CC0-1.0",{"hasCi":242,"hasTests":242},{"updatedAt":250},1778684095268,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":18,"slug":255,"type":256},"skills/resume","bitwize-music-studio","claude-ai-music-skills","resume","skill",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":266,"parentExtension":269,"providers":300,"relations":316,"tags":317,"workflow":318},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":262,"installMethods":263,"name":265,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":264},"bitwize-music","Claude AI Music Skills",{"basePath":267,"githubOwner":253,"githubRepo":254,"locale":18,"slug":254,"type":268},"","plugin",{"_creationTime":270,"_id":271,"community":272,"display":273,"identity":276,"providers":278,"relations":294,"tags":296,"workflow":297},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":274,"installMethods":275,"name":264,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":267,"githubOwner":253,"githubRepo":254,"locale":18,"slug":254,"type":277},"marketplace",{"evaluate":279,"extract":288},{"promptVersionExtension":280,"promptVersionScoring":214,"score":281,"tags":282,"targetMarket":225,"tier":226},"3.1.0",96,[220,283,284,285,286,287],"suno","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":289,"marketplace":290,"plugin":292},"HEAD",{"name":264,"pluginCount":291},1,{"mcpCount":8,"provider":293,"skillCount":8},"classify",{"repoId":295},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[284,286,220,287,283,285],{"evaluatedAt":298,"extractAt":299,"updatedAt":298},1778683122195,1778683100520,{"evaluate":301,"extract":313},{"promptVersionExtension":213,"promptVersionScoring":214,"score":302,"tags":303,"targetMarket":225,"tier":226},100,[304,305,283,306,307,308,309,310,311,312],"music-generation","ai","audio-production","workflow","lyrics","mastering","cli","python","claude-code",{"commitSha":289,"license":247,"plugin":314},{"mcpCount":8,"provider":293,"skillCount":315},54,{"parentExtensionId":271,"repoId":295},[305,306,312,310,308,309,304,311,283,307],{"evaluatedAt":319,"extractAt":299,"updatedAt":319},1778683131031,{"evaluate":321,"extract":323},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":322,"targetMarket":225,"tier":226},[220,221,222,223,224],{"commitSha":289,"license":247},{"parentExtensionId":259,"repoId":295},{"_creationTime":326,"_id":295,"identity":327,"providers":328,"workflow":1013},1778683093832.8552,{"githubOwner":253,"githubRepo":254,"sourceUrl":14},{"classify":329,"discover":994,"github":997},{"commitSha":289,"extensions":330},[331,344,475,486,500,509,517,527,537,545,555,565,573,581,589,599,607,615,623,631,641,655,665,675,683,691,699,707,719,729,739,747,757,767,775,789,799,809,819,829,839,849,859,869,879,893,898,906,914,932,940,950,960,970,978,986],{"basePath":267,"displayName":264,"installMethods":332,"rationale":333,"selectedPaths":334,"source":343,"sourceLanguage":18,"type":277},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[335,338,340],{"path":336,"priority":337},".claude-plugin/marketplace.json","mandatory",{"path":339,"priority":337},"README.md",{"path":341,"priority":342},"LICENSE","high","rule",{"basePath":267,"description":262,"displayName":264,"installMethods":345,"license":247,"rationale":346,"selectedPaths":347,"source":343,"sourceLanguage":18,"type":268},{"claudeCode":264},"plugin manifest at .claude-plugin/plugin.json",[348,350,351,352,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,469,471,473],{"path":349,"priority":337},".claude-plugin/plugin.json",{"path":339,"priority":337},{"path":341,"priority":342},{"path":353,"priority":354},"skills/about/SKILL.md","medium",{"path":356,"priority":354},"skills/album-art-director/SKILL.md",{"path":358,"priority":354},"skills/album-conceptualizer/SKILL.md",{"path":360,"priority":354},"skills/album-dashboard/SKILL.md",{"path":362,"priority":354},"skills/album-ideas/SKILL.md",{"path":364,"priority":354},"skills/clipboard/SKILL.md",{"path":366,"priority":354},"skills/cloud-uploader/SKILL.md",{"path":368,"priority":354},"skills/configure/SKILL.md",{"path":370,"priority":354},"skills/document-hunter/SKILL.md",{"path":372,"priority":354},"skills/explicit-checker/SKILL.md",{"path":374,"priority":354},"skills/genre-creator/SKILL.md",{"path":376,"priority":354},"skills/health-check/SKILL.md",{"path":378,"priority":354},"skills/help/SKILL.md",{"path":380,"priority":354},"skills/import-art/SKILL.md",{"path":382,"priority":354},"skills/import-audio/SKILL.md",{"path":384,"priority":354},"skills/import-track/SKILL.md",{"path":386,"priority":354},"skills/lyric-refiner/SKILL.md",{"path":388,"priority":354},"skills/lyric-reviewer/SKILL.md",{"path":390,"priority":354},"skills/lyric-writer/SKILL.md",{"path":392,"priority":354},"skills/mastering-engineer/SKILL.md",{"path":394,"priority":354},"skills/mix-engineer/SKILL.md",{"path":396,"priority":354},"skills/new-album/SKILL.md",{"path":398,"priority":354},"skills/next-step/SKILL.md",{"path":400,"priority":354},"skills/plagiarism-checker/SKILL.md",{"path":402,"priority":354},"skills/pre-generation-check/SKILL.md",{"path":404,"priority":354},"skills/promo-director/SKILL.md",{"path":406,"priority":354},"skills/promo-reviewer/SKILL.md",{"path":408,"priority":354},"skills/promo-writer/SKILL.md",{"path":410,"priority":354},"skills/promote-idea/SKILL.md",{"path":412,"priority":354},"skills/pronunciation-specialist/SKILL.md",{"path":414,"priority":354},"skills/release-director/SKILL.md",{"path":416,"priority":354},"skills/rename/SKILL.md",{"path":418,"priority":354},"skills/researcher/SKILL.md",{"path":420,"priority":354},"skills/researchers-biographical/SKILL.md",{"path":422,"priority":354},"skills/researchers-financial/SKILL.md",{"path":424,"priority":354},"skills/researchers-gov/SKILL.md",{"path":426,"priority":354},"skills/researchers-historical/SKILL.md",{"path":428,"priority":354},"skills/researchers-journalism/SKILL.md",{"path":430,"priority":354},"skills/researchers-legal/SKILL.md",{"path":432,"priority":354},"skills/researchers-primary-source/SKILL.md",{"path":434,"priority":354},"skills/researchers-security/SKILL.md",{"path":436,"priority":354},"skills/researchers-tech/SKILL.md",{"path":438,"priority":354},"skills/researchers-verifier/SKILL.md",{"path":440,"priority":354},"skills/resume/SKILL.md",{"path":442,"priority":354},"skills/session-start/SKILL.md",{"path":444,"priority":354},"skills/setup/SKILL.md",{"path":446,"priority":354},"skills/sheet-music-publisher/SKILL.md",{"path":448,"priority":354},"skills/skill-model-updater/SKILL.md",{"path":450,"priority":354},"skills/suno-engineer/SKILL.md",{"path":452,"priority":354},"skills/test/SKILL.md",{"path":454,"priority":354},"skills/tutorial/SKILL.md",{"path":456,"priority":354},"skills/validate-album/SKILL.md",{"path":458,"priority":354},"skills/verify-sources/SKILL.md",{"path":460,"priority":354},"skills/voice-checker/SKILL.md",{"path":462,"priority":337},".mcp.json",{"path":464,"priority":342},"hooks/README.md",{"path":466,"priority":342},"hooks/check_version_sync.py",{"path":468,"priority":342},"hooks/hooks.json",{"path":470,"priority":342},"hooks/install.sh",{"path":472,"priority":342},"hooks/pre-commit",{"path":474,"priority":342},"hooks/validate_track.py",{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":343,"sourceLanguage":18,"type":256},"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",[482,484],{"path":483,"priority":337},"SKILL.md",{"path":485,"priority":354},"PROJECT_HISTORY.md",{"basePath":487,"description":488,"displayName":489,"installMethods":490,"rationale":491,"selectedPaths":492,"source":343,"sourceLanguage":18,"type":256},"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",[493,494,496,498],{"path":483,"priority":337},{"path":495,"priority":354},"album-types.md",{"path":497,"priority":354},"prompt-examples.md",{"path":499,"priority":354},"visual-styles.md",{"basePath":501,"description":502,"displayName":503,"installMethods":504,"rationale":505,"selectedPaths":506,"source":343,"sourceLanguage":18,"type":256},"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",[507,508],{"path":483,"priority":337},{"path":495,"priority":354},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":343,"sourceLanguage":18,"type":256},"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",[516],{"path":483,"priority":337},{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":343,"sourceLanguage":18,"type":256},"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",[524,525],{"path":483,"priority":337},{"path":526,"priority":354},"STATUS_VALUES.md",{"basePath":528,"description":529,"displayName":530,"installMethods":531,"rationale":532,"selectedPaths":533,"source":343,"sourceLanguage":18,"type":256},"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",[534,535],{"path":483,"priority":337},{"path":536,"priority":354},"USAGE_EXAMPLES.md",{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":343,"sourceLanguage":18,"type":256},"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",[544],{"path":483,"priority":337},{"basePath":546,"description":547,"displayName":548,"installMethods":549,"rationale":550,"selectedPaths":551,"source":343,"sourceLanguage":18,"type":256},"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",[552,553],{"path":483,"priority":337},{"path":554,"priority":354},"SETTINGS_REFERENCE.md",{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":343,"sourceLanguage":18,"type":256},"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",[562,563],{"path":483,"priority":337},{"path":564,"priority":354},"site-patterns.md",{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":343,"sourceLanguage":18,"type":256},"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",[572],{"path":483,"priority":337},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":343,"sourceLanguage":18,"type":256},"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",[580],{"path":483,"priority":337},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":343,"sourceLanguage":18,"type":256},"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",[588],{"path":483,"priority":337},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":343,"sourceLanguage":18,"type":256},"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",[596,597],{"path":483,"priority":337},{"path":598,"priority":354},"SKILL_GLOSSARY.md",{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":343,"sourceLanguage":18,"type":256},"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",[606],{"path":483,"priority":337},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":343,"sourceLanguage":18,"type":256},"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",[614],{"path":483,"priority":337},{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":343,"sourceLanguage":18,"type":256},"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",[622],{"path":483,"priority":337},{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":343,"sourceLanguage":18,"type":256},"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",[630],{"path":483,"priority":337},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":343,"sourceLanguage":18,"type":256},"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",[638,639],{"path":483,"priority":337},{"path":640,"priority":354},"checklist-reference.md",{"basePath":642,"description":643,"displayName":644,"installMethods":645,"rationale":646,"selectedPaths":647,"source":343,"sourceLanguage":18,"type":256},"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",[648,649,651,653],{"path":483,"priority":337},{"path":650,"priority":354},"craft-reference.md",{"path":652,"priority":354},"documentary-standards.md",{"path":654,"priority":354},"examples.md",{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":343,"sourceLanguage":18,"type":256},"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",[662,663],{"path":483,"priority":337},{"path":664,"priority":354},"genre-presets.md",{"basePath":666,"description":667,"displayName":668,"installMethods":669,"rationale":670,"selectedPaths":671,"source":343,"sourceLanguage":18,"type":256},"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",[672,673],{"path":483,"priority":337},{"path":674,"priority":354},"mix-presets.md",{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":343,"sourceLanguage":18,"type":256},"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",[682],{"path":483,"priority":337},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":343,"sourceLanguage":18,"type":256},"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",[690],{"path":483,"priority":337},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":343,"sourceLanguage":18,"type":256},"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",[698],{"path":483,"priority":337},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":343,"sourceLanguage":18,"type":256},"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",[706],{"path":483,"priority":337},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":343,"sourceLanguage":18,"type":256},"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",[714,715,717],{"path":483,"priority":337},{"path":716,"priority":354},"technical-reference.md",{"path":718,"priority":354},"visualization-guide.md",{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":343,"sourceLanguage":18,"type":256},"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",[726,727],{"path":483,"priority":337},{"path":728,"priority":354},"platform-rules.md",{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":343,"sourceLanguage":18,"type":256},"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",[736,737],{"path":483,"priority":337},{"path":738,"priority":354},"copy-formulas.md",{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":343,"sourceLanguage":18,"type":256},"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",[746],{"path":483,"priority":337},{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":343,"sourceLanguage":18,"type":256},"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",[754,755],{"path":483,"priority":337},{"path":756,"priority":354},"word-lists.md",{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":343,"sourceLanguage":18,"type":256},"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",[764,765],{"path":483,"priority":337},{"path":766,"priority":354},"platform-guides.md",{"basePath":768,"description":769,"displayName":770,"installMethods":771,"rationale":772,"selectedPaths":773,"source":343,"sourceLanguage":18,"type":256},"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",[774],{"path":483,"priority":337},{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":343,"sourceLanguage":18,"type":256},"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",[782,783,785,787],{"path":483,"priority":337},{"path":784,"priority":354},"free-sources.md",{"path":786,"priority":354},"source-standards.md",{"path":788,"priority":354},"templates.md",{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":343,"sourceLanguage":18,"type":256},"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",[796,797],{"path":483,"priority":337},{"path":798,"priority":354},"INTERVIEW_SOURCES.md",{"basePath":800,"description":801,"displayName":802,"installMethods":803,"rationale":804,"selectedPaths":805,"source":343,"sourceLanguage":18,"type":256},"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",[806,807],{"path":483,"priority":337},{"path":808,"priority":354},"SEC_FILING_GUIDE.md",{"basePath":810,"description":811,"displayName":812,"installMethods":813,"rationale":814,"selectedPaths":815,"source":343,"sourceLanguage":18,"type":256},"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",[816,817],{"path":483,"priority":337},{"path":818,"priority":354},"AGENCY_SOURCES.md",{"basePath":820,"description":821,"displayName":822,"installMethods":823,"rationale":824,"selectedPaths":825,"source":343,"sourceLanguage":18,"type":256},"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",[826,827],{"path":483,"priority":337},{"path":828,"priority":354},"ARCHIVE_SOURCES.md",{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":343,"sourceLanguage":18,"type":256},"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",[836,837],{"path":483,"priority":337},{"path":838,"priority":354},"SOURCE_EXTRACTION.md",{"basePath":840,"description":841,"displayName":842,"installMethods":843,"rationale":844,"selectedPaths":845,"source":343,"sourceLanguage":18,"type":256},"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",[846,847],{"path":483,"priority":337},{"path":848,"priority":354},"DISCOVERY_GUIDE.md",{"basePath":850,"description":851,"displayName":852,"installMethods":853,"rationale":854,"selectedPaths":855,"source":343,"sourceLanguage":18,"type":256},"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",[856,857],{"path":483,"priority":337},{"path":858,"priority":354},"DIRECT_SOURCES.md",{"basePath":860,"description":861,"displayName":862,"installMethods":863,"rationale":864,"selectedPaths":865,"source":343,"sourceLanguage":18,"type":256},"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",[866,867],{"path":483,"priority":337},{"path":868,"priority":354},"CVE_RESEARCH.md",{"basePath":870,"description":871,"displayName":872,"installMethods":873,"rationale":874,"selectedPaths":875,"source":343,"sourceLanguage":18,"type":256},"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",[876,877],{"path":483,"priority":337},{"path":878,"priority":354},"PROJECT_RESEARCH.md",{"basePath":880,"description":881,"displayName":882,"installMethods":883,"rationale":884,"selectedPaths":885,"source":343,"sourceLanguage":18,"type":256},"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",[886,887,889,891],{"path":483,"priority":337},{"path":888,"priority":354},"VERIFICATION_CHECKLIST.md",{"path":890,"priority":354},"checklists.md",{"path":892,"priority":354},"patterns.md",{"basePath":252,"description":10,"displayName":255,"installMethods":894,"rationale":895,"selectedPaths":896,"source":343,"sourceLanguage":18,"type":256},{"claudeCode":12},"SKILL.md frontmatter at skills/resume/SKILL.md",[897],{"path":483,"priority":337},{"basePath":899,"description":900,"displayName":901,"installMethods":902,"rationale":903,"selectedPaths":904,"source":343,"sourceLanguage":18,"type":256},"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",[905],{"path":483,"priority":337},{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":343,"sourceLanguage":18,"type":256},"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",[913],{"path":483,"priority":337},{"basePath":915,"description":916,"displayName":917,"installMethods":918,"rationale":919,"selectedPaths":920,"source":343,"sourceLanguage":18,"type":256},"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",[921,922,924,926,928,930],{"path":483,"priority":337},{"path":923,"priority":354},"REQUIREMENTS.md",{"path":925,"priority":354},"anthemscore-reference.md",{"path":927,"priority":354},"musescore-reference.md",{"path":929,"priority":354},"publishing-guide.md",{"path":931,"priority":354},"workflow-detail.md",{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":343,"sourceLanguage":18,"type":256},"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",[939],{"path":483,"priority":337},{"basePath":941,"description":942,"displayName":943,"installMethods":944,"rationale":945,"selectedPaths":946,"source":343,"sourceLanguage":18,"type":256},"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",[947,948],{"path":483,"priority":337},{"path":949,"priority":354},"genre-practices.md",{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":343,"sourceLanguage":18,"type":256},"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",[957,958],{"path":483,"priority":337},{"path":959,"priority":354},"test-definitions.md",{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":343,"sourceLanguage":18,"type":256},"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",[967,968],{"path":483,"priority":337},{"path":969,"priority":354},"phases.md",{"basePath":971,"description":972,"displayName":973,"installMethods":974,"rationale":975,"selectedPaths":976,"source":343,"sourceLanguage":18,"type":256},"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",[977],{"path":483,"priority":337},{"basePath":979,"description":980,"displayName":981,"installMethods":982,"rationale":983,"selectedPaths":984,"source":343,"sourceLanguage":18,"type":256},"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",[985],{"path":483,"priority":337},{"basePath":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":343,"sourceLanguage":18,"type":256},"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",[993],{"path":483,"priority":337},{"sources":995},[996],"manual",{"closedIssues90d":240,"description":274,"forks":241,"homepage":998,"license":247,"openIssues90d":243,"pushedAt":244,"readmeSize":238,"stars":245,"topics":999},"https://www.bitwizemusic.com",[1000,312,1001,1002,1003,1004,1005,1006,1007,1008,283,1009,1010,308,644,287,286,1011,284,1012],"claude","claude-code-plugin","claude-code-plugin-marketplace","claude-code-plugins","claude-code-plugins-marketplace","claude-code-skills","claude-skill","claude-skills","music","suno-ai","sunoai","music-mastering","ai-music-tools",{"classifiedAt":1014,"discoverAt":1015,"extractAt":1016,"githubAt":1016,"updatedAt":1014},1778683099616,1778683093832,1778683097699,[221,222,220,224,223],{"evaluatedAt":250,"extractAt":299,"updatedAt":250},[],[1021,1038,1069,1098,1125,1154],{"_creationTime":1022,"_id":1023,"community":1024,"display":1025,"identity":1027,"providers":1028,"relations":1034,"tags":1035,"workflow":1036},1778683100520.3013,"k17cd65f5v1j2r6rkcqbj8xp1d86mq8q",{"reviewCount":8},{"description":667,"installMethods":1026,"name":668,"sourceUrl":14},{"claudeCode":12},{"basePath":666,"githubOwner":253,"githubRepo":254,"locale":18,"slug":668,"type":256},{"evaluate":1029,"extract":1033},{"promptVersionExtension":213,"promptVersionScoring":214,"score":302,"tags":1030,"targetMarket":225,"tier":226},[1031,220,283,309,1032],"audio","audio-engineering",{"commitSha":289},{"parentExtensionId":259,"repoId":295},[1031,1032,309,220,283],{"evaluatedAt":1037,"extractAt":299,"updatedAt":1037},1778683556657,{"_creationTime":1039,"_id":1040,"community":1041,"display":1042,"identity":1048,"providers":1053,"relations":1063,"tags":1065,"workflow":1066},1778696691708.3035,"k17br1j5s86ae90zqeyd7zcg2586mkwr",{"reviewCount":8},{"description":1043,"installMethods":1044,"name":1046,"sourceUrl":1047},"Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms\n",{"claudeCode":1045},"ruvnet/ruflo","Performance Analysis","https://github.com/ruvnet/ruflo",{"basePath":1049,"githubOwner":1050,"githubRepo":1051,"locale":18,"slug":1052,"type":256},".claude/skills/performance-analysis","ruvnet","ruflo","performance-analysis",{"evaluate":1054,"extract":1061},{"promptVersionExtension":213,"promptVersionScoring":214,"score":302,"tags":1055,"targetMarket":225,"tier":226},[1056,1057,1058,1059,1060,224],"performance","analysis","optimization","claude-flow","bottleneck-detection",{"commitSha":289,"license":1062},"MIT",{"repoId":1064},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1057,1060,1059,1058,1056,224],{"evaluatedAt":1067,"extractAt":1068,"updatedAt":1067},1778699217174,1778696691708,{"_creationTime":1070,"_id":1071,"community":1072,"display":1073,"identity":1079,"providers":1083,"relations":1091,"tags":1094,"workflow":1095},1778698144006.2202,"k172517ana4f5vj79mb22xzwsx86mksv",{"reviewCount":8},{"description":1074,"installMethods":1075,"name":1077,"sourceUrl":1078},"Audit and consolidate HubSpot reporting dashboards. Identifies unused, duplicate, or outdated dashboards. Must be performed manually — no dashboard API is available.",{"claudeCode":1076},"TomGranot/hubspot-admin-skills","cleanup-dashboards","https://github.com/TomGranot/hubspot-admin-skills",{"basePath":1080,"githubOwner":1081,"githubRepo":1082,"locale":18,"slug":1077,"type":256},"skills/cleanup-dashboards","TomGranot","hubspot-admin-skills",{"evaluate":1084,"extract":1090},{"promptVersionExtension":213,"promptVersionScoring":214,"score":302,"tags":1085,"targetMarket":225,"tier":226},[1086,1087,1088,224,1089],"hubspot","crm","maintenance","cleanup",{"commitSha":289},{"parentExtensionId":1092,"repoId":1093},"k17c3p8t0thc73pbc8egtz31y986mwr0","kd75kpec7arn6z2wz641vfaj8n86nab6",[1089,1087,1086,1088,224],{"evaluatedAt":1096,"extractAt":1097,"updatedAt":1096},1778698268281,1778698144006,{"_creationTime":1099,"_id":1100,"community":1101,"display":1102,"identity":1108,"providers":1112,"relations":1118,"tags":1121,"workflow":1122},1778694480889.9524,"k17cem4hc58gq77dezte6rz8mx86nkpf",{"reviewCount":8},{"description":1103,"installMethods":1104,"name":1106,"sourceUrl":1107},"Display the current state of the FPF knowledge base",{"claudeCode":1105},"NeoLabHQ/context-engineering-kit","status","https://github.com/NeoLabHQ/context-engineering-kit",{"basePath":1109,"githubOwner":1110,"githubRepo":1111,"locale":18,"slug":1106,"type":256},"plugins/fpf/skills/status","NeoLabHQ","context-engineering-kit",{"evaluate":1113,"extract":1117},{"promptVersionExtension":213,"promptVersionScoring":214,"score":302,"tags":1114,"targetMarket":225,"tier":226},[1115,1106,224,1116],"knowledge-base","fpf",{"commitSha":289},{"parentExtensionId":1119,"repoId":1120},"k170dd9j7raacsjs3ta67k8cw986m50s","kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[1116,1115,224,1106],{"evaluatedAt":1123,"extractAt":1124,"updatedAt":1123},1778695034738,1778694480890,{"_creationTime":1126,"_id":1127,"community":1128,"display":1129,"identity":1135,"providers":1139,"relations":1147,"tags":1150,"workflow":1151},1778692726926.7627,"k17dhmskz6t7wpxvd9ygy7fvsh86n695",{"reviewCount":8},{"description":1130,"installMethods":1131,"name":1133,"sourceUrl":1134},"End-of-quarter strategic review in narrative style with a bets scorecard. Use when someone says \"quarter review\", \"strategic review\", \"what happened last quarter\", \"quarterly retro\", \"bets scorecard\", \"review our bets\", \"end of quarter report\".\n",{"claudeCode":1132},"marfoerst/the-pragmatic-pm","pm-strategic-review","https://github.com/marfoerst/the-pragmatic-pm",{"basePath":1136,"githubOwner":1137,"githubRepo":1138,"locale":18,"slug":1133,"type":256},"skills/pm-strategic-review","marfoerst","the-pragmatic-pm",{"evaluate":1140,"extract":1146},{"promptVersionExtension":213,"promptVersionScoring":214,"score":302,"tags":1141,"targetMarket":225,"tier":226},[1142,1143,224,1144,1145],"product-management","strategy","review","scorecard",{"commitSha":289},{"parentExtensionId":1148,"repoId":1149},"k17ehawghqbe3ff7rxmq9cq1xs86nm21","kd731k864fr1ezp8r85ecbhz9986mzz7",[1142,224,1144,1145,1143],{"evaluatedAt":1152,"extractAt":1153,"updatedAt":1152},1778693621016,1778692726926,{"_creationTime":1155,"_id":1156,"community":1157,"display":1158,"identity":1164,"providers":1168,"relations":1177,"tags":1180,"workflow":1181},1778692306427.1023,"k17f0vqhj9x3ee4773kq2m8fph86n5ct",{"reviewCount":8},{"description":1159,"installMethods":1160,"name":1162,"sourceUrl":1163},"Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.",{"claudeCode":1161},"Lifecycle-Innovations-Limited/claude-ops","ops-revenue","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"basePath":1165,"githubOwner":1166,"githubRepo":1167,"locale":18,"slug":1162,"type":256},"claude-ops/skills/ops-revenue","Lifecycle-Innovations-Limited","claude-ops",{"evaluate":1169,"extract":1176},{"promptVersionExtension":213,"promptVersionScoring":214,"score":302,"tags":1170,"targetMarket":225,"tier":226},[1171,1172,1173,1174,224,1175],"finance","aws","cost-tracking","revenue","dashboard",{"commitSha":289},{"parentExtensionId":1178,"repoId":1179},"k17d0t6ns7y6t377pfprg128hd86nm89","kd7d52tcek2e34r805zs06b10d86n39v",[1172,1173,1175,1171,224,1174],{"evaluatedAt":1182,"extractAt":1183,"updatedAt":1182},1778692873720,1778692306427]