[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-document-hunter-zh-CN":3,"guides-for-bitwize-music-studio-document-hunter":1016,"similar-k175wj2gfsec5r8jpkhy978krn86m5dh-zh-CN":1017},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":238,"parentExtension":252,"providers":317,"relations":321,"repo":322,"tags":1014,"workflow":1015},1778683100520.2983,"k175wj2gfsec5r8jpkhy978krn86m5dh",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","document-hunter","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778683325767.5645,"kn71z8d7nf7s6qrd8qcanxnmps86nb3e","en",{"checks":20,"evaluatedAt":197,"extensionSummary":198,"features":199,"nonGoals":204,"promptVersionExtension":209,"promptVersionScoring":210,"purpose":211,"rationale":212,"score":213,"summary":214,"tags":215,"targetMarket":221,"tier":222,"useCases":223},[21,26,29,32,36,39,44,49,52,55,59,63,67,71,74,77,80,83,86,89,93,97,101,105,109,112,115,118,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,190,194],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of needing primary source documents and identifies the user need for research.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers value by automating browser navigation to systematically search and download documents from multiple free public sources, which is beyond standard LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is ready for production, covering the complete lifecycle of document hunting, downloading, and reporting, with clear instructions and error handling.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on the single domain of searching and retrieving public documents using browser automation.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the extension's purpose of searching and retrieving documents from free public sources using automated browser navigation.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill primarily uses browser automation and general OS tools (Bash, Read, Write, Glob) rather than specific, narrowly scoped MCP tools. Therefore, the check as defined for MCP tools is not applicable.",{"category":45,"check":46,"severity":47,"summary":48},"Documentation","Configuration & parameter reference","info","The SKILL.md mentions an argument hint but does not fully document expected arguments or their defaults. The Python script template also implies parameters but they are not explicitly documented in the skill description.",{"category":33,"check":50,"severity":42,"summary":51},"Tool naming","The skill does not expose user-facing tools in the traditional sense; its primary interaction is through browser automation scripts and the overall workflow described in the SKILL.md.",{"category":33,"check":53,"severity":42,"summary":54},"Minimal I/O surface","The skill interacts with web pages and local file system for downloads, but does not expose structured tools with parameter schemas in the typical MCP sense, making this check not applicable.",{"category":56,"check":57,"severity":24,"summary":58},"License","License usability","The extension is licensed under CC0-1.0, a permissive public domain dedication, as indicated in the LICENSE file and README.md.",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","The repository shows recent commits, with the latest push on 2026-05-12, indicating active maintenance.",{"category":60,"check":64,"severity":65,"summary":66},"Dependency Management","warning","The SKILL.md lists Python dependencies ('playwright', 'beautifulsoup4', 'requests') but does not include a lockfile or explicit version pinning, and lacks automated vulnerability scanning.",{"category":68,"check":69,"severity":42,"summary":70},"Security","Secret Management","The skill does not appear to handle or require any secrets (API keys, tokens, passwords).",{"category":68,"check":72,"severity":65,"summary":73},"Injection","While the skill targets specific websites, it relies on general web scraping techniques and DOM manipulation, which could be vulnerable to injection if not carefully implemented, especially given the `query_selector_all` and `fill` methods used.",{"category":68,"check":75,"severity":65,"summary":76},"Transitive Supply-Chain Grenades","The skill uses Playwright which fetches browser binaries and scripts; while generally safe, it involves external dependencies. The reliance on external websites for content also introduces a risk if those sites are compromised or change their structure.",{"category":68,"check":78,"severity":24,"summary":79},"Sandbox Isolation","The skill's actions are primarily focused on downloading files to a specified output directory, and it does not attempt to write outside of designated project folders or touch system configurations.",{"category":68,"check":81,"severity":24,"summary":82},"Sandbox escape primitives","The skill's workflow does not involve detached processes or retry loops around denied tool calls, focusing solely on browser automation and file operations.",{"category":68,"check":84,"severity":24,"summary":85},"Data Exfiltration","The skill's purpose is to download public documents. There are no instructions to read or submit confidential data to a third party. Outbound calls are to the documented websites being searched.",{"category":68,"check":87,"severity":24,"summary":88},"Hidden Text Tricks","The bundled files do not appear to contain any hidden text, control characters, or other tricks designed to manipulate the model.",{"category":90,"check":91,"severity":24,"summary":92},"Hooks","Opaque code execution","The skill uses standard Playwright Python scripts, which are readable and not obfuscated or dynamically executed from remote sources.",{"category":94,"check":95,"severity":65,"summary":96},"Portability","Structural Assumption","The `site-patterns.md` describes specific site structures and selectors, which could break if websites change their HTML or JavaScript rendering. The Python code template also assumes specific directory structures for output.",{"category":98,"check":99,"severity":24,"summary":100},"Trust","Issues Attention","In the last 90 days, 14 issues were opened and 109 closed, indicating a high closure rate and active maintenance. (Open: 14, Closed: 109).",{"category":102,"check":103,"severity":65,"summary":104},"Versioning","Release Management","The SKILL.md frontmatter declares a model but not a package version. While the README indicates releases, there is no explicit semver versioning wired into the skill's metadata or installation instructions, and installation defaults to `main`.",{"category":106,"check":107,"severity":65,"summary":108},"Code Execution","Validation","The Python script template includes placeholders for input validation and sanitization, but the provided code does not show explicit schema validation or sanitization for inputs like case names or URLs.",{"category":68,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The skill's primary action is downloading files, which is not considered a destructive operation. It creates directories and writes files, but does not delete or overwrite existing critical data without user interaction through the agent.",{"category":106,"check":113,"severity":65,"summary":114},"Error Handling","The Python script template includes a basic try-except block for source functions but lacks detailed error categorization, structured error reporting, or specific recovery steps for common issues like site blocking or download failures.",{"category":106,"check":116,"severity":65,"summary":117},"Logging","There is no explicit mention or implementation of local audit logging for destructive actions or outbound calls within the provided SKILL.md or supporting files. The console output during execution is the primary feedback.",{"category":119,"check":120,"severity":42,"summary":121},"Compliance","GDPR","The skill operates on public documents and does not process personal data directly. Any personal data within downloaded documents is not handled or submitted to third parties by the skill.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill targets U.S. federal court documents and government sites, which are generally globally accessible. No explicit regional restrictions are encoded, and the functionality is not limited to a specific jurisdiction, hence `global` is appropriate.",{"category":94,"check":126,"severity":65,"summary":127},"Runtime stability","The skill requires Playwright and Chromium, and assumes a POSIX environment (Linux or macOS) for installation and execution, as stated in the README. Windows users must use WSL. This limits its cross-platform stability without explicit handling.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README provides a high-level overview of the project's purpose, architecture, and installation instructions, though it pertains to a larger music production suite rather than solely this specific skill.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This is a single skill focused on document hunting, not an MCP server exposing multiple tools. Therefore, tool surface size is not applicable.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","The skill does not expose distinct tools with overlapping functionalities.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, such as document searching and downloading from specific sources, are implemented via the Playwright scripts and described workflows.",{"category":141,"check":142,"severity":65,"summary":143},"Install","Installation instruction","The installation instructions are primarily in the parent README and assume familiarity with the larger project. While it details Playwright setup, it lacks specific copy-paste invocations for this skill and does not clearly document authentication requirements for sources like Scribd.",{"category":145,"check":146,"severity":65,"summary":147},"Errors","Actionable error messages","The provided script template shows basic error reporting but lacks detailed, actionable messages for common failure modes like site blocking, download failures, or missing documents. Remediation steps are not clearly defined per error.",{"category":149,"check":150,"severity":65,"summary":151},"Execution","Pinned dependencies","The skill lists Python dependencies but does not provide a lockfile or specify exact versions, which can lead to runtime issues due to dependency drift. The shebang/header for scripts is also not fully detailed.",{"category":33,"check":153,"severity":42,"summary":154},"Dry-run preview","The skill's core action is downloading files. A dry-run capability to preview downloads without execution is not implemented or documented.",{"category":156,"check":157,"severity":65,"summary":158},"Protocol","Idempotent retry & timeouts","The Python script template shows basic timeouts for page navigation, but lacks explicit implementation of per-call timeouts for download operations and does not detail idempotency considerations for file operations.",{"category":119,"check":160,"severity":42,"summary":161},"Telemetry opt-in","The skill does not appear to emit any telemetry. All actions are local file operations and browser automation.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill clearly defines its purpose (search and retrieve documents), the artifact (primary source documents), the verb (hunt/search/download), and the context (research needs, free public sources). It also provides explicit boundaries like excluding PACER if not free.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the skill's purpose and core functionality within the character limit.",{"category":45,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md body is reasonably concise, outlining the workflow and principles, and refers to external files like `site-patterns.md` for deeper details, adhering to progressive disclosure.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md correctly links to `site-patterns.md` for detailed site-specific automation strategies, demonstrating good progressive disclosure.",{"category":172,"check":176,"severity":24,"summary":177},"Forked exploration","The `context: fork` is set in the SKILL.md frontmatter, indicating that the exploration phase should return a summary rather than flooding the conversation.",{"category":22,"check":179,"severity":65,"summary":180},"Usage examples","The SKILL.md provides a Python code template but lacks concrete end-to-end usage examples with specific inputs and expected outputs for the 'document-hunter' skill itself. The README has workflow examples for a larger music project.",{"category":22,"check":182,"severity":65,"summary":183},"Edge cases","While the troubleshooting section in `site-patterns.md` and the main SKILL.md touch on some failure modes (site blocked, no results, download fails), they lack structured documentation of specific symptoms and recovery steps for each edge case as expected for a complete skill.",{"category":106,"check":185,"severity":42,"summary":186},"Tool Fallback","The skill primarily relies on Playwright and general browser automation, not external MCP servers or specific tools that would require fallbacks. No explicit tools requiring external MCP are declared.",{"category":94,"check":188,"severity":65,"summary":189},"Stack assumptions","The SKILL.md mentions requirements like Playwright and Chromium, but does not explicitly declare the runtime surface (e.g., Python version) or minimum version for the bundled scripts. It assumes a POSIX environment.",{"category":191,"check":192,"severity":65,"summary":193},"Safety","Halt on unexpected state","The skill does not explicitly list machine-readable preconditions or instruct to abort on unexpected pre-states like a dirty working tree or missing dependencies beyond the mentioned Python requirements. The workflow does not appear to have explicit rollback procedures.",{"category":94,"check":195,"severity":42,"summary":196},"Cross-skill coupling","This skill operates independently and does not appear to implicitly or explicitly rely on other skills within the `bitwize-music-studio/claude-ai-music-skills` repository. It's a standalone utility.",1778683325634,"This skill automates the search and download of public documents from various online archives using Playwright and browser automation. It organizes found documents with metadata and reports on findings and gaps.",[200,201,202,203],"Searches public document archives systematically","Automates browser navigation and PDF downloads","Organizes downloaded documents with metadata","Reports on found documents, sources searched, and remaining gaps",[205,206,207,208],"Accessing documents behind paywalls (e.g., full PACER access without RECAP)","Downloading copyrighted material","Replacing manual verification of document content","Providing legal advice based on retrieved documents","3.0.0","4.4.0","To automate the time-consuming task of finding and downloading primary source documents from free public archives for research purposes.","The skill is functional and well-documented for its core task but has warnings regarding dependency management, lack of concrete usage examples, and insufficient detail on error handling and edge cases.",72,"A robust document retrieval skill with clear purpose, but could improve examples and error handling.",[216,217,218,219,220],"web-scraping","automation","research","documents","playwright","global","community",[224,225,226,227],"Retrieving court filings for legal research","Finding government reports for policy analysis","Gathering public records for investigative journalism","Automating the collection of primary source material for academic research",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"security":242,"testCoverage":244},{"hasLockfile":230},false,1778683306601,{"descriptionLength":233,"readmeSize":234},201,9335,{"closedIssues90d":236,"forks":237,"hasChangelog":238,"openIssues90d":239,"pushedAt":240,"stars":241},109,30,true,14,1778616491000,174,{"hasNpmPackage":230,"license":243,"smitheryVerified":230},"CC0-1.0",{"hasCi":238,"hasTests":238},{"updatedAt":246},1778683325767,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"skills/document-hunter","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":261,"parentExtension":264,"providers":297,"relations":313,"tags":314,"workflow":315},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":257,"installMethods":258,"name":260,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":259},"bitwize-music","Claude AI Music Skills",{"basePath":262,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":263},"","plugin",{"_creationTime":265,"_id":266,"community":267,"display":268,"identity":271,"providers":273,"relations":291,"tags":293,"workflow":294},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":269,"installMethods":270,"name":259,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":262,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":272},"marketplace",{"evaluate":274,"extract":285},{"promptVersionExtension":275,"promptVersionScoring":210,"score":276,"tags":277,"targetMarket":221,"tier":284},"3.1.0",96,[278,279,280,281,282,283],"music-production","suno","ai-music","workflow-automation","audio-mastering","songwriting","verified",{"commitSha":286,"marketplace":287,"plugin":289},"HEAD",{"name":259,"pluginCount":288},1,{"mcpCount":8,"provider":290,"skillCount":8},"classify",{"repoId":292},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[280,282,278,283,279,281],{"evaluatedAt":295,"extractAt":296,"updatedAt":295},1778683122195,1778683100520,{"evaluate":298,"extract":310},{"promptVersionExtension":209,"promptVersionScoring":210,"score":299,"tags":300,"targetMarket":221,"tier":284},100,[301,302,279,303,304,305,306,307,308,309],"music-generation","ai","audio-production","workflow","lyrics","mastering","cli","python","claude-code",{"commitSha":286,"license":243,"plugin":311},{"mcpCount":8,"provider":290,"skillCount":312},54,{"parentExtensionId":266,"repoId":292},[302,303,309,307,305,306,301,308,279,304],{"evaluatedAt":316,"extractAt":296,"updatedAt":316},1778683131031,{"evaluate":318,"extract":320},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":319,"targetMarket":221,"tier":222},[216,217,218,219,220],{"commitSha":286},{"parentExtensionId":254,"repoId":292},{"_creationTime":323,"_id":292,"identity":324,"providers":325,"workflow":1010},1778683093832.8552,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":326,"discover":991,"github":994},{"commitSha":286,"extensions":327},[328,341,472,483,497,506,514,524,534,542,552,559,567,575,583,593,601,609,617,625,635,649,659,669,677,685,693,701,713,723,733,741,751,761,769,783,793,803,813,823,833,843,853,863,873,887,895,903,911,929,937,947,957,967,975,983],{"basePath":262,"displayName":259,"installMethods":329,"rationale":330,"selectedPaths":331,"source":340,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[332,335,337],{"path":333,"priority":334},".claude-plugin/marketplace.json","mandatory",{"path":336,"priority":334},"README.md",{"path":338,"priority":339},"LICENSE","high","rule",{"basePath":262,"description":257,"displayName":259,"installMethods":342,"license":243,"rationale":343,"selectedPaths":344,"source":340,"sourceLanguage":18,"type":263},{"claudeCode":259},"plugin manifest at .claude-plugin/plugin.json",[345,347,348,349,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,464,466,468,470],{"path":346,"priority":334},".claude-plugin/plugin.json",{"path":336,"priority":334},{"path":338,"priority":339},{"path":350,"priority":351},"skills/about/SKILL.md","medium",{"path":353,"priority":351},"skills/album-art-director/SKILL.md",{"path":355,"priority":351},"skills/album-conceptualizer/SKILL.md",{"path":357,"priority":351},"skills/album-dashboard/SKILL.md",{"path":359,"priority":351},"skills/album-ideas/SKILL.md",{"path":361,"priority":351},"skills/clipboard/SKILL.md",{"path":363,"priority":351},"skills/cloud-uploader/SKILL.md",{"path":365,"priority":351},"skills/configure/SKILL.md",{"path":367,"priority":351},"skills/document-hunter/SKILL.md",{"path":369,"priority":351},"skills/explicit-checker/SKILL.md",{"path":371,"priority":351},"skills/genre-creator/SKILL.md",{"path":373,"priority":351},"skills/health-check/SKILL.md",{"path":375,"priority":351},"skills/help/SKILL.md",{"path":377,"priority":351},"skills/import-art/SKILL.md",{"path":379,"priority":351},"skills/import-audio/SKILL.md",{"path":381,"priority":351},"skills/import-track/SKILL.md",{"path":383,"priority":351},"skills/lyric-refiner/SKILL.md",{"path":385,"priority":351},"skills/lyric-reviewer/SKILL.md",{"path":387,"priority":351},"skills/lyric-writer/SKILL.md",{"path":389,"priority":351},"skills/mastering-engineer/SKILL.md",{"path":391,"priority":351},"skills/mix-engineer/SKILL.md",{"path":393,"priority":351},"skills/new-album/SKILL.md",{"path":395,"priority":351},"skills/next-step/SKILL.md",{"path":397,"priority":351},"skills/plagiarism-checker/SKILL.md",{"path":399,"priority":351},"skills/pre-generation-check/SKILL.md",{"path":401,"priority":351},"skills/promo-director/SKILL.md",{"path":403,"priority":351},"skills/promo-reviewer/SKILL.md",{"path":405,"priority":351},"skills/promo-writer/SKILL.md",{"path":407,"priority":351},"skills/promote-idea/SKILL.md",{"path":409,"priority":351},"skills/pronunciation-specialist/SKILL.md",{"path":411,"priority":351},"skills/release-director/SKILL.md",{"path":413,"priority":351},"skills/rename/SKILL.md",{"path":415,"priority":351},"skills/researcher/SKILL.md",{"path":417,"priority":351},"skills/researchers-biographical/SKILL.md",{"path":419,"priority":351},"skills/researchers-financial/SKILL.md",{"path":421,"priority":351},"skills/researchers-gov/SKILL.md",{"path":423,"priority":351},"skills/researchers-historical/SKILL.md",{"path":425,"priority":351},"skills/researchers-journalism/SKILL.md",{"path":427,"priority":351},"skills/researchers-legal/SKILL.md",{"path":429,"priority":351},"skills/researchers-primary-source/SKILL.md",{"path":431,"priority":351},"skills/researchers-security/SKILL.md",{"path":433,"priority":351},"skills/researchers-tech/SKILL.md",{"path":435,"priority":351},"skills/researchers-verifier/SKILL.md",{"path":437,"priority":351},"skills/resume/SKILL.md",{"path":439,"priority":351},"skills/session-start/SKILL.md",{"path":441,"priority":351},"skills/setup/SKILL.md",{"path":443,"priority":351},"skills/sheet-music-publisher/SKILL.md",{"path":445,"priority":351},"skills/skill-model-updater/SKILL.md",{"path":447,"priority":351},"skills/suno-engineer/SKILL.md",{"path":449,"priority":351},"skills/test/SKILL.md",{"path":451,"priority":351},"skills/tutorial/SKILL.md",{"path":453,"priority":351},"skills/validate-album/SKILL.md",{"path":455,"priority":351},"skills/verify-sources/SKILL.md",{"path":457,"priority":351},"skills/voice-checker/SKILL.md",{"path":459,"priority":334},".mcp.json",{"path":461,"priority":339},"hooks/README.md",{"path":463,"priority":339},"hooks/check_version_sync.py",{"path":465,"priority":339},"hooks/hooks.json",{"path":467,"priority":339},"hooks/install.sh",{"path":469,"priority":339},"hooks/pre-commit",{"path":471,"priority":339},"hooks/validate_track.py",{"basePath":473,"description":474,"displayName":475,"installMethods":476,"rationale":477,"selectedPaths":478,"source":340,"sourceLanguage":18,"type":251},"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",[479,481],{"path":480,"priority":334},"SKILL.md",{"path":482,"priority":351},"PROJECT_HISTORY.md",{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":340,"sourceLanguage":18,"type":251},"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",[490,491,493,495],{"path":480,"priority":334},{"path":492,"priority":351},"album-types.md",{"path":494,"priority":351},"prompt-examples.md",{"path":496,"priority":351},"visual-styles.md",{"basePath":498,"description":499,"displayName":500,"installMethods":501,"rationale":502,"selectedPaths":503,"source":340,"sourceLanguage":18,"type":251},"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",[504,505],{"path":480,"priority":334},{"path":492,"priority":351},{"basePath":507,"description":508,"displayName":509,"installMethods":510,"rationale":511,"selectedPaths":512,"source":340,"sourceLanguage":18,"type":251},"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",[513],{"path":480,"priority":334},{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":340,"sourceLanguage":18,"type":251},"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",[521,522],{"path":480,"priority":334},{"path":523,"priority":351},"STATUS_VALUES.md",{"basePath":525,"description":526,"displayName":527,"installMethods":528,"rationale":529,"selectedPaths":530,"source":340,"sourceLanguage":18,"type":251},"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",[531,532],{"path":480,"priority":334},{"path":533,"priority":351},"USAGE_EXAMPLES.md",{"basePath":535,"description":536,"displayName":537,"installMethods":538,"rationale":539,"selectedPaths":540,"source":340,"sourceLanguage":18,"type":251},"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",[541],{"path":480,"priority":334},{"basePath":543,"description":544,"displayName":545,"installMethods":546,"rationale":547,"selectedPaths":548,"source":340,"sourceLanguage":18,"type":251},"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",[549,550],{"path":480,"priority":334},{"path":551,"priority":351},"SETTINGS_REFERENCE.md",{"basePath":248,"description":10,"displayName":13,"installMethods":553,"rationale":554,"selectedPaths":555,"source":340,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/document-hunter/SKILL.md",[556,557],{"path":480,"priority":334},{"path":558,"priority":351},"site-patterns.md",{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":340,"sourceLanguage":18,"type":251},"skills/explicit-checker","Scans lyrics for explicit content and verifies that explicit flags match actual content. Use before Suno generation or release to ensure accurate content ratings.","explicit-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/explicit-checker/SKILL.md",[566],{"path":480,"priority":334},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":340,"sourceLanguage":18,"type":251},"skills/genre-creator","Create new genre documentation files for the bitwize-music genre library. Use when the user wants to add a genre, says \"/genre-creator\", \"neues Genre erstellen\", \"Genre hinzufuegen\", \"add genre\", or asks to create genre documentation. Takes a genre name as argument.","genre-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/genre-creator/SKILL.md",[574],{"path":480,"priority":334},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":340,"sourceLanguage":18,"type":251},"skills/health-check","Runs plugin health checks (venv packages and skill registration). Use when the user asks to check plugin health, verify setup, or troubleshoot missing skills.","health-check",{"claudeCode":12},"SKILL.md frontmatter at skills/health-check/SKILL.md",[582],{"path":480,"priority":334},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":340,"sourceLanguage":18,"type":251},"skills/help","Shows available skills, common workflows, and quick reference for the plugin. Use when the user asks for help, what skills are available, or how to do something.","help",{"claudeCode":12},"SKILL.md frontmatter at skills/help/SKILL.md",[590,591],{"path":480,"priority":334},{"path":592,"priority":351},"SKILL_GLOSSARY.md",{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":340,"sourceLanguage":18,"type":251},"skills/import-art","Places album art files in the correct audio and content directory locations. Use when the user has generated or downloaded album artwork that needs to be saved.","import-art",{"claudeCode":12},"SKILL.md frontmatter at skills/import-art/SKILL.md",[600],{"path":480,"priority":334},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":340,"sourceLanguage":18,"type":251},"skills/import-audio","Moves audio files to the correct album location with proper path structure. Use when the user has downloaded WAV files from Suno or other sources that need to be organized.","import-audio",{"claudeCode":12},"SKILL.md frontmatter at skills/import-audio/SKILL.md",[608],{"path":480,"priority":334},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":340,"sourceLanguage":18,"type":251},"skills/import-track","Moves track markdown files to the correct album location. Use when the user has track files in Downloads or other locations that need to be placed in an album.","import-track",{"claudeCode":12},"SKILL.md frontmatter at skills/import-track/SKILL.md",[616],{"path":480,"priority":334},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":340,"sourceLanguage":18,"type":251},"skills/lyric-refiner","Autonomous multi-pass lyric refinement for tightening, cohesion, and album unity. Use after lyrics are written to polish a track or entire album through iterative passes.","lyric-refiner",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-refiner/SKILL.md",[624],{"path":480,"priority":334},{"basePath":626,"description":627,"displayName":628,"installMethods":629,"rationale":630,"selectedPaths":631,"source":340,"sourceLanguage":18,"type":251},"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",[632,633],{"path":480,"priority":334},{"path":634,"priority":351},"checklist-reference.md",{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":340,"sourceLanguage":18,"type":251},"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",[642,643,645,647],{"path":480,"priority":334},{"path":644,"priority":351},"craft-reference.md",{"path":646,"priority":351},"documentary-standards.md",{"path":648,"priority":351},"examples.md",{"basePath":650,"description":651,"displayName":652,"installMethods":653,"rationale":654,"selectedPaths":655,"source":340,"sourceLanguage":18,"type":251},"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",[656,657],{"path":480,"priority":334},{"path":658,"priority":351},"genre-presets.md",{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":340,"sourceLanguage":18,"type":251},"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",[666,667],{"path":480,"priority":334},{"path":668,"priority":351},"mix-presets.md",{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":340,"sourceLanguage":18,"type":251},"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",[676],{"path":480,"priority":334},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":340,"sourceLanguage":18,"type":251},"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",[684],{"path":480,"priority":334},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":340,"sourceLanguage":18,"type":251},"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",[692],{"path":480,"priority":334},{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":340,"sourceLanguage":18,"type":251},"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",[700],{"path":480,"priority":334},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":340,"sourceLanguage":18,"type":251},"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",[708,709,711],{"path":480,"priority":334},{"path":710,"priority":351},"technical-reference.md",{"path":712,"priority":351},"visualization-guide.md",{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":340,"sourceLanguage":18,"type":251},"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",[720,721],{"path":480,"priority":334},{"path":722,"priority":351},"platform-rules.md",{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":340,"sourceLanguage":18,"type":251},"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",[730,731],{"path":480,"priority":334},{"path":732,"priority":351},"copy-formulas.md",{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":340,"sourceLanguage":18,"type":251},"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",[740],{"path":480,"priority":334},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":340,"sourceLanguage":18,"type":251},"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",[748,749],{"path":480,"priority":334},{"path":750,"priority":351},"word-lists.md",{"basePath":752,"description":753,"displayName":754,"installMethods":755,"rationale":756,"selectedPaths":757,"source":340,"sourceLanguage":18,"type":251},"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",[758,759],{"path":480,"priority":334},{"path":760,"priority":351},"platform-guides.md",{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":340,"sourceLanguage":18,"type":251},"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",[768],{"path":480,"priority":334},{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":340,"sourceLanguage":18,"type":251},"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",[776,777,779,781],{"path":480,"priority":334},{"path":778,"priority":351},"free-sources.md",{"path":780,"priority":351},"source-standards.md",{"path":782,"priority":351},"templates.md",{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":340,"sourceLanguage":18,"type":251},"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",[790,791],{"path":480,"priority":334},{"path":792,"priority":351},"INTERVIEW_SOURCES.md",{"basePath":794,"description":795,"displayName":796,"installMethods":797,"rationale":798,"selectedPaths":799,"source":340,"sourceLanguage":18,"type":251},"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",[800,801],{"path":480,"priority":334},{"path":802,"priority":351},"SEC_FILING_GUIDE.md",{"basePath":804,"description":805,"displayName":806,"installMethods":807,"rationale":808,"selectedPaths":809,"source":340,"sourceLanguage":18,"type":251},"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",[810,811],{"path":480,"priority":334},{"path":812,"priority":351},"AGENCY_SOURCES.md",{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":340,"sourceLanguage":18,"type":251},"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",[820,821],{"path":480,"priority":334},{"path":822,"priority":351},"ARCHIVE_SOURCES.md",{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":340,"sourceLanguage":18,"type":251},"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",[830,831],{"path":480,"priority":334},{"path":832,"priority":351},"SOURCE_EXTRACTION.md",{"basePath":834,"description":835,"displayName":836,"installMethods":837,"rationale":838,"selectedPaths":839,"source":340,"sourceLanguage":18,"type":251},"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",[840,841],{"path":480,"priority":334},{"path":842,"priority":351},"DISCOVERY_GUIDE.md",{"basePath":844,"description":845,"displayName":846,"installMethods":847,"rationale":848,"selectedPaths":849,"source":340,"sourceLanguage":18,"type":251},"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",[850,851],{"path":480,"priority":334},{"path":852,"priority":351},"DIRECT_SOURCES.md",{"basePath":854,"description":855,"displayName":856,"installMethods":857,"rationale":858,"selectedPaths":859,"source":340,"sourceLanguage":18,"type":251},"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",[860,861],{"path":480,"priority":334},{"path":862,"priority":351},"CVE_RESEARCH.md",{"basePath":864,"description":865,"displayName":866,"installMethods":867,"rationale":868,"selectedPaths":869,"source":340,"sourceLanguage":18,"type":251},"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",[870,871],{"path":480,"priority":334},{"path":872,"priority":351},"PROJECT_RESEARCH.md",{"basePath":874,"description":875,"displayName":876,"installMethods":877,"rationale":878,"selectedPaths":879,"source":340,"sourceLanguage":18,"type":251},"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",[880,881,883,885],{"path":480,"priority":334},{"path":882,"priority":351},"VERIFICATION_CHECKLIST.md",{"path":884,"priority":351},"checklists.md",{"path":886,"priority":351},"patterns.md",{"basePath":888,"description":889,"displayName":890,"installMethods":891,"rationale":892,"selectedPaths":893,"source":340,"sourceLanguage":18,"type":251},"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",[894],{"path":480,"priority":334},{"basePath":896,"description":897,"displayName":898,"installMethods":899,"rationale":900,"selectedPaths":901,"source":340,"sourceLanguage":18,"type":251},"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",[902],{"path":480,"priority":334},{"basePath":904,"description":905,"displayName":906,"installMethods":907,"rationale":908,"selectedPaths":909,"source":340,"sourceLanguage":18,"type":251},"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",[910],{"path":480,"priority":334},{"basePath":912,"description":913,"displayName":914,"installMethods":915,"rationale":916,"selectedPaths":917,"source":340,"sourceLanguage":18,"type":251},"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",[918,919,921,923,925,927],{"path":480,"priority":334},{"path":920,"priority":351},"REQUIREMENTS.md",{"path":922,"priority":351},"anthemscore-reference.md",{"path":924,"priority":351},"musescore-reference.md",{"path":926,"priority":351},"publishing-guide.md",{"path":928,"priority":351},"workflow-detail.md",{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":340,"sourceLanguage":18,"type":251},"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",[936],{"path":480,"priority":334},{"basePath":938,"description":939,"displayName":940,"installMethods":941,"rationale":942,"selectedPaths":943,"source":340,"sourceLanguage":18,"type":251},"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",[944,945],{"path":480,"priority":334},{"path":946,"priority":351},"genre-practices.md",{"basePath":948,"description":949,"displayName":950,"installMethods":951,"rationale":952,"selectedPaths":953,"source":340,"sourceLanguage":18,"type":251},"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",[954,955],{"path":480,"priority":334},{"path":956,"priority":351},"test-definitions.md",{"basePath":958,"description":959,"displayName":960,"installMethods":961,"rationale":962,"selectedPaths":963,"source":340,"sourceLanguage":18,"type":251},"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",[964,965],{"path":480,"priority":334},{"path":966,"priority":351},"phases.md",{"basePath":968,"description":969,"displayName":970,"installMethods":971,"rationale":972,"selectedPaths":973,"source":340,"sourceLanguage":18,"type":251},"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",[974],{"path":480,"priority":334},{"basePath":976,"description":977,"displayName":978,"installMethods":979,"rationale":980,"selectedPaths":981,"source":340,"sourceLanguage":18,"type":251},"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",[982],{"path":480,"priority":334},{"basePath":984,"description":985,"displayName":986,"installMethods":987,"rationale":988,"selectedPaths":989,"source":340,"sourceLanguage":18,"type":251},"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",[990],{"path":480,"priority":334},{"sources":992},[993],"manual",{"closedIssues90d":236,"description":269,"forks":237,"homepage":995,"license":243,"openIssues90d":239,"pushedAt":240,"readmeSize":234,"stars":241,"topics":996},"https://www.bitwizemusic.com",[997,309,998,999,1000,1001,1002,1003,1004,1005,279,1006,1007,305,638,283,282,1008,280,1009],"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":1011,"discoverAt":1012,"extractAt":1013,"githubAt":1013,"updatedAt":1011},1778683099616,1778683093832,1778683097699,[217,219,220,218,216],{"evaluatedAt":246,"extractAt":296,"updatedAt":246},[],[1018,1047,1075,1103,1134,1162],{"_creationTime":1019,"_id":1020,"community":1021,"display":1022,"identity":1028,"providers":1033,"relations":1039,"tags":1042,"workflow":1043},1778697369634.8499,"k17333g8dacqsmw8kk79h77vmx86n0d1",{"reviewCount":8},{"description":1023,"installMethods":1024,"name":1026,"sourceUrl":1027},"AI 代理的浏览器自动化 CLI。当用户需要与网站交互时使用，包括浏览页面、填写表单、点击按钮、截屏、提取数据、测试 Web 应用或自动化任何浏览器任务。触发条件包括请求“打开网站”、“填表”、“点击按钮”、“截屏”、“抓取页面数据”、“测试此 Web 应用”、“登录网站”、“自动化浏览器操作”或任何需要以编程方式进行 Web 交互的任务。",{"claudeCode":1025},"shanraisshan/claude-code-best-practice","agent-browser","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":1029,"githubOwner":1030,"githubRepo":1031,"locale":1032,"slug":1026,"type":251},".claude/skills/agent-browser","shanraisshan","claude-code-best-practice","zh-CN",{"evaluate":1034,"extract":1038},{"promptVersionExtension":209,"promptVersionScoring":210,"score":299,"tags":1035,"targetMarket":221,"tier":284},[1036,216,1037,307,217],"browser-automation","testing",{"commitSha":286},{"repoId":1040,"translatedFrom":1041},"kd74710g49kxgwbfjxeb7s132d86myxr","k17ej9360g7468qswf3svnrx9186m1ng",[217,1036,307,1037,216],{"evaluatedAt":1044,"extractAt":1045,"updatedAt":1046},1778697222051,1778697205743,1778697369634,{"_creationTime":1048,"_id":1049,"community":1050,"display":1051,"identity":1057,"providers":1061,"relations":1068,"tags":1071,"workflow":1072},1778696833339.6243,"k174g80xa9zxhydbncvpf0xzy986nvx5",{"reviewCount":8},{"description":1052,"installMethods":1053,"name":1055,"sourceUrl":1056},"Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.",{"claudeCode":1054},"sanjay3290/ai-skills","manus","https://github.com/sanjay3290/ai-skills",{"basePath":1058,"githubOwner":1059,"githubRepo":1060,"locale":18,"slug":1055,"type":251},"skills/manus","sanjay3290","ai-skills",{"evaluate":1062,"extract":1067},{"promptVersionExtension":209,"promptVersionScoring":210,"score":299,"tags":1063,"targetMarket":221,"tier":284},[1064,1065,218,217,1066],"ai-agent","autonomous-execution","api-integration",{"commitSha":286},{"parentExtensionId":1069,"repoId":1070},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[1064,1066,217,1065,218],{"evaluatedAt":1073,"extractAt":1074,"updatedAt":1073},1778697107270,1778696833339,{"_creationTime":1076,"_id":1077,"community":1078,"display":1079,"identity":1085,"providers":1088,"relations":1094,"tags":1098,"workflow":1099},1778696994282.5017,"k17497mez0dgwcmcmmh6dvw05s86ne9k",{"reviewCount":8},{"description":1080,"installMethods":1081,"name":1083,"sourceUrl":1084},"使用持久化页面状态进行浏览器自动化。当用户要求导航网站、填写表单、截屏、提取网页数据、测试 Web 应用或自动化浏览器工作流时使用。触发短语包括“转到 [url]”、“点击”、“填写表单”、“截屏”、“抓取”、“自动化”、“测试网站”、“登录”或任何浏览器交互请求。",{"claudeCode":1082},"SawyerHood/dev-browser","dev-browser","https://github.com/SawyerHood/dev-browser",{"basePath":1086,"githubOwner":1087,"githubRepo":1083,"locale":1032,"slug":1083,"type":251},"skills/dev-browser","SawyerHood",{"evaluate":1089,"extract":1093},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1090,"tags":1091,"targetMarket":221,"tier":284},99,[1036,220,1092,1037,216],"javascript",{"commitSha":286},{"parentExtensionId":1095,"repoId":1096,"translatedFrom":1097},"k172vf4sjqdwht2n7b64bmf7wn86mzzp","kd778ksdnkgy1969578mg8f30986nddw","k17535f2wgbtzrzc5n55ps9f3586mr7p",[1036,1092,220,1037,216],{"evaluatedAt":1100,"extractAt":1101,"updatedAt":1102},1778696938150,1778696896101,1778696994282,{"_creationTime":1104,"_id":1105,"community":1106,"display":1107,"identity":1113,"providers":1118,"relations":1127,"tags":1130,"workflow":1131},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1108,"installMethods":1109,"name":1111,"sourceUrl":1112},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1110},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1114,"githubOwner":1115,"githubRepo":1116,"locale":18,"slug":1117,"type":251},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1119,"extract":1125},{"promptVersionExtension":209,"promptVersionScoring":210,"score":299,"tags":1120,"targetMarket":221,"tier":284},[1121,1122,304,1123,217,307,1124],"git","development-environment","tmux","developer-tool",{"commitSha":286,"license":1126},"MIT",{"parentExtensionId":1128,"repoId":1129},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[217,307,1124,1122,1121,1123,304],{"evaluatedAt":1132,"extractAt":1133,"updatedAt":1132},1778699613343,1778699234184,{"_creationTime":1135,"_id":1136,"community":1137,"display":1138,"identity":1144,"providers":1146,"relations":1154,"tags":1157,"workflow":1158},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":1139,"installMethods":1140,"name":1142,"sourceUrl":1143},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":1141},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":262,"githubOwner":1145,"githubRepo":1142,"locale":1032,"slug":1142,"type":251},"zagmoai",{"evaluate":1147,"extract":1153},{"promptVersionExtension":209,"promptVersionScoring":210,"score":299,"tags":1148,"targetMarket":221,"tier":284},[1149,1150,1151,217,1152],"google-docs","google-sheets","productivity","api-client",{"commitSha":286},{"repoId":1155,"translatedFrom":1156},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[1152,217,1149,1150,1151],{"evaluatedAt":1159,"extractAt":1160,"updatedAt":1161},1778699485884,1778699468747,1778699505679,{"_creationTime":1163,"_id":1164,"community":1165,"display":1166,"identity":1169,"providers":1172,"relations":1180,"tags":1181,"workflow":1182},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1167,"installMethods":1168,"name":1116,"sourceUrl":1112},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1110},{"basePath":1170,"githubOwner":1115,"githubRepo":1116,"locale":18,"slug":1171,"type":251},"skills/ask","ask",{"evaluate":1173,"extract":1179},{"promptVersionExtension":209,"promptVersionScoring":210,"score":299,"tags":1174,"targetMarket":221,"tier":284},[307,217,1175,1176,1177,1178],"llm","prompting","code-review","artifact-generation",{"commitSha":286,"license":1126},{"parentExtensionId":1128,"repoId":1129},[1178,217,307,1177,1175,1176],{"evaluatedAt":1183,"extractAt":1133,"updatedAt":1183},1778699303045]