[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-setup-de":3,"guides-for-bitwize-music-studio-setup":1009,"similar-k179kbse6b3cdx6xr00zhkhqdn86nm6y-de":1010},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":233,"parentExtension":247,"providers":310,"relations":314,"repo":315,"tags":1007,"workflow":1008},1778683100520.3074,"k179kbse6b3cdx6xr00zhkhqdn86nm6y",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Detects your Python environment and guides you through installing plugin dependencies. Use on first-time setup or when MCP server fails to start.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","setup","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778684141045.841,"kn781sbfkcazcseegzfyede9th86mwe0","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,64,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of installing plugin dependencies and guides users on when to use the skill (first-time setup or when the MCP server fails to start).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill provides a crucial function of automating dependency installation and environment detection, offering significant value beyond basic prompt capabilities by simplifying a complex setup process.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of dependency installation, environment setup, and verification, making it ready for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on detecting and managing Python environment and plugin dependencies, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality of guiding users through dependency installation based on their Python environment.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses narrowly scoped Bash commands for environment checks and Python operations, avoiding generalist execution tools.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters and commands, including the venv path and requirements.txt, are clearly documented within the SKILL.md and associated commands.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The Bash commands and Python snippets used are descriptive and directly related to the setup and verification tasks.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are implicitly derived from the environment and component status, and output is structured for clarity, focusing only on installation and status information.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under CC0-1.0, a permissive public domain dedication, making it highly usable.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 12, 2026, indicating very recent maintenance activity.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The skill utilizes a requirements.txt file and pip for managing dependencies, with clear instructions for installation, suggesting good dependency management practices.",{"category":65,"check":66,"severity":67,"summary":68},"Security","Secret Management","not_applicable","The skill does not handle any secrets or sensitive information.",{"category":65,"check":70,"severity":24,"summary":71},"Injection","The skill executes predefined Bash and Python commands, with no indication of loading or executing untrusted third-party data as instructions.",{"category":65,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill uses standard Python and Bash commands with dependencies installed from a locked requirements.txt, avoiding runtime downloads of code or instructions.",{"category":65,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the user's environment, primarily interacting with Python and its virtual environment, and standard system commands without attempting to write outside of expected locations.",{"category":65,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were found; commands are straightforward.",{"category":65,"check":82,"severity":67,"summary":83},"Data Exfiltration","The skill does not interact with or submit any confidential data to third parties.",{"category":65,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks; descriptions and commands are clean and visible.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's code consists of clear, readable Bash and Python commands, with no evidence of obfuscation, base64 payloads, or runtime fetched scripts.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes a reasonable assumption about the venv path (`~/.bitwize-music/venv`) and declares it clearly, providing instructions to create it if missing.",{"category":96,"check":97,"severity":24,"summary":98},"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":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a release version indicated by a GitHub release tag and a CHANGELOG.md, and the `pushedAt` date is very recent.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill uses standard Python and Bash commands with clear logic for checking environment and dependencies, implying a robust validation of inputs.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's primary actions involve creating directories and installing dependencies, which are not considered destructive operations requiring special guarding.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The provided scripts include checks for common failure modes (e.g., venv existence, package installation) and provide informative messages and recovery steps.",{"category":104,"check":114,"severity":67,"summary":115},"Logging","The skill is primarily for setup and verification; extensive logging of actions is not applicable in this context.",{"category":117,"check":118,"severity":67,"summary":119},"Compliance","GDPR","The skill does not handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension is designed to work across Linux, macOS, and Windows (WSL) with standard Python installations, indicating a global target market.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard Python and Bash commands and explicitly mentions support for Linux, macOS, and Windows (WSL), indicating good multi-platform stability.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README.md file clearly explains the project's purpose, architecture, and installation, complementing the SKILL.md.",{"category":33,"check":130,"severity":67,"summary":131},"Tool surface size","This skill primarily uses internal logic and specific Bash/Python commands rather than exposing a large number of distinct tools.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill employs distinct commands for specific setup and verification tasks, avoiding redundant or overlapping functionality.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as environment detection and dependency installation, are directly implemented in the provided scripts and SKILL.md.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions, including copy-pasteable commands for the plugin marketplace and the setup skill itself, along with environment setup details.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill provides actionable error messages and guidance for environment setup, including specific commands to run and reasons for failure.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill uses a `requirements.txt` file, which, when used with `pip install -r`, effectively pins dependencies to specific versions for reproducible installs.",{"category":33,"check":151,"severity":67,"summary":152},"Dry-run preview","The skill's operations are primarily setup and verification, not state-changing operations that would typically require a dry-run mode.",{"category":154,"check":155,"severity":67,"summary":156},"Protocol","Idempotent retry & timeouts","The skill executes straightforward setup commands and does not involve remote calls or state-changing operations that would necessitate idempotency or timeouts.",{"category":117,"check":158,"severity":67,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly defines its purpose: guiding users through installing plugin dependencies based on their Python environment, and specifies when to use it (first-time setup or MCP server failure).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability of environment detection and dependency installation.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured and concise, detailing steps and commands without excessive verbosity.",{"category":170,"check":171,"severity":67,"summary":172},"Context","Progressive Disclosure","The skill's procedure is straightforward and does not require breaking down into separate reference files.",{"category":170,"check":174,"severity":67,"summary":175},"Forked exploration","This skill is a setup utility and does not involve deep exploration that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, ready-to-use examples of commands for environment checks and installation, with expected outcomes described.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles potential edge cases such as externally managed Python, missing venv, and version drift, providing informative messages and recovery steps.",{"category":104,"check":183,"severity":67,"summary":184},"Tool Fallback","The skill relies on standard system commands (python3, pip) and does not reference external MCP servers or tools that would require fallbacks.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill clearly states its stack assumptions, requiring Python 3.10+ and mentioning support for Linux, macOS, and Windows (WSL).",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill checks for prerequisites like the existence of the venv and packages, halting with informative messages if unexpected states are found.",{"category":92,"check":193,"severity":24,"summary":194},"Cross-skill coupling","This skill operates independently and does not rely on other skills being loaded in the same session.",1778684140909,"This skill automates the detection of the user's Python environment and guides them through installing necessary plugin dependencies using a unified virtual environment approach. It verifies component status and provides clear installation commands.",[198,199,200,201],"Detects Python version and environment type","Checks for venv support and existing venv","Verifies installation status of critical components","Guides users through unified venv installation",[203,204,205],"Managing dependencies outside of the specified Python virtual environment","Installing or managing non-Python-related software","Configuring workspace paths or artist details (delegated to another skill)","3.0.0","4.4.0","To simplify the initial setup and ongoing maintenance of plugin dependencies by automatically detecting the Python environment and providing straightforward installation guidance.","The skill is exceptionally well-documented, robust, and addresses a critical user need for setup and dependency management with clear instructions and error handling. It demonstrates best practices in portability and maintainability.",99,"Excellent skill for Python environment and dependency setup, highly polished and user-friendly.",[213,13,214,215,216],"python","dependencies","environment","installer","global","verified",[220,221,222],"First-time setup of the bitwize-music plugin","Troubleshooting when the MCP server fails to start due to missing dependencies","Verifying a clean installation of all required components",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},false,1778684115427,{"descriptionLength":228,"readmeSize":229},145,9335,{"closedIssues90d":231,"forks":232,"hasChangelog":233,"openIssues90d":234,"pushedAt":235,"stars":236},109,30,true,14,1778616491000,174,{"hasNpmPackage":225,"license":238,"smitheryVerified":225},"CC0-1.0",{"hasCi":233,"hasTests":233},{"updatedAt":241},1778684141045,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/setup","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":256,"parentExtension":259,"providers":291,"relations":306,"tags":307,"workflow":308},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":252,"installMethods":253,"name":255,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":254},"bitwize-music","Claude AI Music Skills",{"basePath":257,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":258},"","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":266,"providers":268,"relations":285,"tags":287,"workflow":288},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":264,"installMethods":265,"name":254,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":257,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":267},"marketplace",{"evaluate":269,"extract":279},{"promptVersionExtension":270,"promptVersionScoring":207,"score":271,"tags":272,"targetMarket":217,"tier":218},"3.1.0",96,[273,274,275,276,277,278],"music-production","suno","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":254,"pluginCount":282},1,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[275,277,273,278,274,276],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778683122195,1778683100520,{"evaluate":292,"extract":303},{"promptVersionExtension":206,"promptVersionScoring":207,"score":293,"tags":294,"targetMarket":217,"tier":218},100,[295,296,274,297,298,299,300,301,213,302],"music-generation","ai","audio-production","workflow","lyrics","mastering","cli","claude-code",{"commitSha":280,"license":238,"plugin":304},{"mcpCount":8,"provider":284,"skillCount":305},54,{"parentExtensionId":261,"repoId":286},[296,297,302,301,299,300,295,213,274,298],{"evaluatedAt":309,"extractAt":290,"updatedAt":309},1778683131031,{"evaluate":311,"extract":313},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":312,"targetMarket":217,"tier":218},[213,13,214,215,216],{"commitSha":280},{"parentExtensionId":249,"repoId":286},{"_creationTime":316,"_id":286,"identity":317,"providers":318,"workflow":1003},1778683093832.8552,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":319,"discover":984,"github":987},{"commitSha":280,"extensions":320},[321,334,465,476,490,499,507,517,527,535,545,555,563,571,579,589,597,605,613,621,631,645,655,665,673,681,689,697,709,719,729,737,747,757,765,779,789,799,809,819,829,839,849,859,869,883,891,899,904,922,930,940,950,960,968,976],{"basePath":257,"displayName":254,"installMethods":322,"rationale":323,"selectedPaths":324,"source":333,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[325,328,330],{"path":326,"priority":327},".claude-plugin/marketplace.json","mandatory",{"path":329,"priority":327},"README.md",{"path":331,"priority":332},"LICENSE","high","rule",{"basePath":257,"description":252,"displayName":254,"installMethods":335,"license":238,"rationale":336,"selectedPaths":337,"source":333,"sourceLanguage":18,"type":258},{"claudeCode":254},"plugin manifest at .claude-plugin/plugin.json",[338,340,341,342,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463],{"path":339,"priority":327},".claude-plugin/plugin.json",{"path":329,"priority":327},{"path":331,"priority":332},{"path":343,"priority":344},"skills/about/SKILL.md","medium",{"path":346,"priority":344},"skills/album-art-director/SKILL.md",{"path":348,"priority":344},"skills/album-conceptualizer/SKILL.md",{"path":350,"priority":344},"skills/album-dashboard/SKILL.md",{"path":352,"priority":344},"skills/album-ideas/SKILL.md",{"path":354,"priority":344},"skills/clipboard/SKILL.md",{"path":356,"priority":344},"skills/cloud-uploader/SKILL.md",{"path":358,"priority":344},"skills/configure/SKILL.md",{"path":360,"priority":344},"skills/document-hunter/SKILL.md",{"path":362,"priority":344},"skills/explicit-checker/SKILL.md",{"path":364,"priority":344},"skills/genre-creator/SKILL.md",{"path":366,"priority":344},"skills/health-check/SKILL.md",{"path":368,"priority":344},"skills/help/SKILL.md",{"path":370,"priority":344},"skills/import-art/SKILL.md",{"path":372,"priority":344},"skills/import-audio/SKILL.md",{"path":374,"priority":344},"skills/import-track/SKILL.md",{"path":376,"priority":344},"skills/lyric-refiner/SKILL.md",{"path":378,"priority":344},"skills/lyric-reviewer/SKILL.md",{"path":380,"priority":344},"skills/lyric-writer/SKILL.md",{"path":382,"priority":344},"skills/mastering-engineer/SKILL.md",{"path":384,"priority":344},"skills/mix-engineer/SKILL.md",{"path":386,"priority":344},"skills/new-album/SKILL.md",{"path":388,"priority":344},"skills/next-step/SKILL.md",{"path":390,"priority":344},"skills/plagiarism-checker/SKILL.md",{"path":392,"priority":344},"skills/pre-generation-check/SKILL.md",{"path":394,"priority":344},"skills/promo-director/SKILL.md",{"path":396,"priority":344},"skills/promo-reviewer/SKILL.md",{"path":398,"priority":344},"skills/promo-writer/SKILL.md",{"path":400,"priority":344},"skills/promote-idea/SKILL.md",{"path":402,"priority":344},"skills/pronunciation-specialist/SKILL.md",{"path":404,"priority":344},"skills/release-director/SKILL.md",{"path":406,"priority":344},"skills/rename/SKILL.md",{"path":408,"priority":344},"skills/researcher/SKILL.md",{"path":410,"priority":344},"skills/researchers-biographical/SKILL.md",{"path":412,"priority":344},"skills/researchers-financial/SKILL.md",{"path":414,"priority":344},"skills/researchers-gov/SKILL.md",{"path":416,"priority":344},"skills/researchers-historical/SKILL.md",{"path":418,"priority":344},"skills/researchers-journalism/SKILL.md",{"path":420,"priority":344},"skills/researchers-legal/SKILL.md",{"path":422,"priority":344},"skills/researchers-primary-source/SKILL.md",{"path":424,"priority":344},"skills/researchers-security/SKILL.md",{"path":426,"priority":344},"skills/researchers-tech/SKILL.md",{"path":428,"priority":344},"skills/researchers-verifier/SKILL.md",{"path":430,"priority":344},"skills/resume/SKILL.md",{"path":432,"priority":344},"skills/session-start/SKILL.md",{"path":434,"priority":344},"skills/setup/SKILL.md",{"path":436,"priority":344},"skills/sheet-music-publisher/SKILL.md",{"path":438,"priority":344},"skills/skill-model-updater/SKILL.md",{"path":440,"priority":344},"skills/suno-engineer/SKILL.md",{"path":442,"priority":344},"skills/test/SKILL.md",{"path":444,"priority":344},"skills/tutorial/SKILL.md",{"path":446,"priority":344},"skills/validate-album/SKILL.md",{"path":448,"priority":344},"skills/verify-sources/SKILL.md",{"path":450,"priority":344},"skills/voice-checker/SKILL.md",{"path":452,"priority":327},".mcp.json",{"path":454,"priority":332},"hooks/README.md",{"path":456,"priority":332},"hooks/check_version_sync.py",{"path":458,"priority":332},"hooks/hooks.json",{"path":460,"priority":332},"hooks/install.sh",{"path":462,"priority":332},"hooks/pre-commit",{"path":464,"priority":332},"hooks/validate_track.py",{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":333,"sourceLanguage":18,"type":246},"skills/about","Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or capabilities.","about",{"claudeCode":12},"SKILL.md frontmatter at skills/about/SKILL.md",[472,474],{"path":473,"priority":327},"SKILL.md",{"path":475,"priority":344},"PROJECT_HISTORY.md",{"basePath":477,"description":478,"displayName":479,"installMethods":480,"rationale":481,"selectedPaths":482,"source":333,"sourceLanguage":18,"type":246},"skills/album-art-director","Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual artwork generation.","album-art-director",{"claudeCode":12},"SKILL.md frontmatter at skills/album-art-director/SKILL.md",[483,484,486,488],{"path":473,"priority":327},{"path":485,"priority":344},"album-types.md",{"path":487,"priority":344},"prompt-examples.md",{"path":489,"priority":344},"visual-styles.md",{"basePath":491,"description":492,"displayName":493,"installMethods":494,"rationale":495,"selectedPaths":496,"source":333,"sourceLanguage":18,"type":246},"skills/album-conceptualizer","Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album concept.","album-conceptualizer",{"claudeCode":12},"SKILL.md frontmatter at skills/album-conceptualizer/SKILL.md",[497,498],{"path":473,"priority":327},{"path":485,"priority":344},{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":333,"sourceLanguage":18,"type":246},"skills/album-dashboard","Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of album progress.","album-dashboard",{"claudeCode":12},"SKILL.md frontmatter at skills/album-dashboard/SKILL.md",[506],{"path":473,"priority":327},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":333,"sourceLanguage":18,"type":246},"skills/album-ideas","Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea backlog.","album-ideas",{"claudeCode":12},"SKILL.md frontmatter at skills/album-ideas/SKILL.md",[514,515],{"path":473,"priority":327},{"path":516,"priority":344},"STATUS_VALUES.md",{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":333,"sourceLanguage":18,"type":246},"skills/clipboard","Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or other external tools.","clipboard",{"claudeCode":12},"SKILL.md frontmatter at skills/clipboard/SKILL.md",[524,525],{"path":473,"priority":327},{"path":526,"priority":344},"USAGE_EXAMPLES.md",{"basePath":528,"description":529,"displayName":530,"installMethods":531,"rationale":532,"selectedPaths":533,"source":333,"sourceLanguage":18,"type":246},"skills/cloud-uploader","Uploads promo videos and content to Cloudflare R2 or AWS S3. Use when the user wants to host promo content for social media or distribution.","cloud-uploader",{"claudeCode":12},"SKILL.md frontmatter at skills/cloud-uploader/SKILL.md",[534],{"path":473,"priority":327},{"basePath":536,"description":537,"displayName":538,"installMethods":539,"rationale":540,"selectedPaths":541,"source":333,"sourceLanguage":18,"type":246},"skills/configure","Sets up or edits the plugin configuration file interactively. Use on first-time setup, when config is missing, or when the user wants to change settings.","configure",{"claudeCode":12},"SKILL.md frontmatter at skills/configure/SKILL.md",[542,543],{"path":473,"priority":327},{"path":544,"priority":344},"SETTINGS_REFERENCE.md",{"basePath":546,"description":547,"displayName":548,"installMethods":549,"rationale":550,"selectedPaths":551,"source":333,"sourceLanguage":18,"type":246},"skills/document-hunter","Searches and retrieves documents from free public sources using automated browser navigation. Use when research needs primary source documents like court filings, government reports, or public records.","document-hunter",{"claudeCode":12},"SKILL.md frontmatter at skills/document-hunter/SKILL.md",[552,553],{"path":473,"priority":327},{"path":554,"priority":344},"site-patterns.md",{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":333,"sourceLanguage":18,"type":246},"skills/explicit-checker","Scans lyrics for explicit content and verifies that explicit flags match actual content. Use before Suno generation or release to ensure accurate content ratings.","explicit-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/explicit-checker/SKILL.md",[562],{"path":473,"priority":327},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":333,"sourceLanguage":18,"type":246},"skills/genre-creator","Create new genre documentation files for the bitwize-music genre library. Use when the user wants to add a genre, says \"/genre-creator\", \"neues Genre erstellen\", \"Genre hinzufuegen\", \"add genre\", or asks to create genre documentation. Takes a genre name as argument.","genre-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/genre-creator/SKILL.md",[570],{"path":473,"priority":327},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":333,"sourceLanguage":18,"type":246},"skills/health-check","Runs plugin health checks (venv packages and skill registration). Use when the user asks to check plugin health, verify setup, or troubleshoot missing skills.","health-check",{"claudeCode":12},"SKILL.md frontmatter at skills/health-check/SKILL.md",[578],{"path":473,"priority":327},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":333,"sourceLanguage":18,"type":246},"skills/help","Shows available skills, common workflows, and quick reference for the plugin. Use when the user asks for help, what skills are available, or how to do something.","help",{"claudeCode":12},"SKILL.md frontmatter at skills/help/SKILL.md",[586,587],{"path":473,"priority":327},{"path":588,"priority":344},"SKILL_GLOSSARY.md",{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":333,"sourceLanguage":18,"type":246},"skills/import-art","Places album art files in the correct audio and content directory locations. Use when the user has generated or downloaded album artwork that needs to be saved.","import-art",{"claudeCode":12},"SKILL.md frontmatter at skills/import-art/SKILL.md",[596],{"path":473,"priority":327},{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":333,"sourceLanguage":18,"type":246},"skills/import-audio","Moves audio files to the correct album location with proper path structure. Use when the user has downloaded WAV files from Suno or other sources that need to be organized.","import-audio",{"claudeCode":12},"SKILL.md frontmatter at skills/import-audio/SKILL.md",[604],{"path":473,"priority":327},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":333,"sourceLanguage":18,"type":246},"skills/import-track","Moves track markdown files to the correct album location. Use when the user has track files in Downloads or other locations that need to be placed in an album.","import-track",{"claudeCode":12},"SKILL.md frontmatter at skills/import-track/SKILL.md",[612],{"path":473,"priority":327},{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":333,"sourceLanguage":18,"type":246},"skills/lyric-refiner","Autonomous multi-pass lyric refinement for tightening, cohesion, and album unity. Use after lyrics are written to polish a track or entire album through iterative passes.","lyric-refiner",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-refiner/SKILL.md",[620],{"path":473,"priority":327},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":333,"sourceLanguage":18,"type":246},"skills/lyric-reviewer","Reviews lyrics against a quality checklist before Suno generation. Use before generating tracks to catch rhyme, prosody, pronunciation, and structural issues.","lyric-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-reviewer/SKILL.md",[628,629],{"path":473,"priority":327},{"path":630,"priority":344},"checklist-reference.md",{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":333,"sourceLanguage":18,"type":246},"skills/lyric-writer","Writes or reviews lyrics with professional prosody, rhyme craft, and quality checks. Use when writing new lyrics, revising existing lyrics, or when the user says 'let's work on a track.'","lyric-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-writer/SKILL.md",[638,639,641,643],{"path":473,"priority":327},{"path":640,"priority":344},"craft-reference.md",{"path":642,"priority":344},"documentary-standards.md",{"path":644,"priority":344},"examples.md",{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":333,"sourceLanguage":18,"type":246},"skills/mastering-engineer","Guides audio mastering for streaming platforms including loudness optimization and tonal balance. Use when the user has approved tracks and wants to master audio files.","mastering-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/mastering-engineer/SKILL.md",[652,653],{"path":473,"priority":327},{"path":654,"priority":344},"genre-presets.md",{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":333,"sourceLanguage":18,"type":246},"skills/mix-engineer","Polishes raw Suno audio by processing per-stem WAVs (vocals, backing_vocals, drums, bass, guitar, keyboard, strings, brass, woodwinds, percussion, synth, other) with targeted cleanup, EQ, and compression, then remixing into a polished stereo WAV ready for mastering. Use after audio import and before mastering.","mix-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/mix-engineer/SKILL.md",[662,663],{"path":473,"priority":327},{"path":664,"priority":344},"mix-presets.md",{"basePath":666,"description":667,"displayName":668,"installMethods":669,"rationale":670,"selectedPaths":671,"source":333,"sourceLanguage":18,"type":246},"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",[672],{"path":473,"priority":327},{"basePath":674,"description":675,"displayName":676,"installMethods":677,"rationale":678,"selectedPaths":679,"source":333,"sourceLanguage":18,"type":246},"skills/next-step","Analyzes album state and recommends the optimal next action. Use when the user asks \"what should I do next?\" or \"what's left to do?\"","next-step",{"claudeCode":12},"SKILL.md frontmatter at skills/next-step/SKILL.md",[680],{"path":473,"priority":327},{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":333,"sourceLanguage":18,"type":246},"skills/plagiarism-checker","Scans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing.","plagiarism-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/plagiarism-checker/SKILL.md",[688],{"path":473,"priority":327},{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":333,"sourceLanguage":18,"type":246},"skills/pre-generation-check","Validates all pre-generation gates before sending tracks to Suno. Checks sources verified, lyrics reviewed, pronunciation resolved, explicit flag set, style prompt complete, and artist names cleared. Use before generating tracks on Suno or when the user says \"pre-gen check\" or \"ready to generate\".","pre-generation-check",{"claudeCode":12},"SKILL.md frontmatter at skills/pre-generation-check/SKILL.md",[696],{"path":473,"priority":327},{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":333,"sourceLanguage":18,"type":246},"skills/promo-director","Generates 15-second vertical promo videos for social media from mastered audio. Use after mastering is complete and before release, when the user wants social media content.","promo-director",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-director/SKILL.md",[704,705,707],{"path":473,"priority":327},{"path":706,"priority":344},"technical-reference.md",{"path":708,"priority":344},"visualization-guide.md",{"basePath":710,"description":711,"displayName":712,"installMethods":713,"rationale":714,"selectedPaths":715,"source":333,"sourceLanguage":18,"type":246},"skills/promo-reviewer","Reviews and iterates on social media copy in album promo/ files. Use after populating promo templates and before release to polish platform-specific posts.","promo-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-reviewer/SKILL.md",[716,717],{"path":473,"priority":327},{"path":718,"priority":344},"platform-rules.md",{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":333,"sourceLanguage":18,"type":246},"skills/promo-writer","Generates platform-specific social media copy from album themes, track concepts, and lyrics. Use when promo/ templates need to be populated before release.","promo-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-writer/SKILL.md",[726,727],{"path":473,"priority":327},{"path":728,"priority":344},"copy-formulas.md",{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":333,"sourceLanguage":18,"type":246},"skills/promote-idea","Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says \"promote [idea title]\", \"turn idea into album\", or \"start working on [idea]\".","promote-idea",{"claudeCode":12},"SKILL.md frontmatter at skills/promote-idea/SKILL.md",[736],{"path":473,"priority":327},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":333,"sourceLanguage":18,"type":246},"skills/pronunciation-specialist","Scans lyrics for pronunciation risks and prevents Suno mispronunciations. Use when writing lyrics with proper nouns, technical terms, homographs, or non-English words.","pronunciation-specialist",{"claudeCode":12},"SKILL.md frontmatter at skills/pronunciation-specialist/SKILL.md",[744,745],{"path":473,"priority":327},{"path":746,"priority":344},"word-lists.md",{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":333,"sourceLanguage":18,"type":246},"skills/release-director","Coordinates album release including QA, distribution prep, and platform uploads. Use when mastering and album art are complete and the user is ready to release.","release-director",{"claudeCode":12},"SKILL.md frontmatter at skills/release-director/SKILL.md",[754,755],{"path":473,"priority":327},{"path":756,"priority":344},"platform-guides.md",{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":333,"sourceLanguage":18,"type":246},"skills/rename","Renames an album or track, updating slugs, titles, and all mirrored paths. Use when the user wants to rename an album or track.","rename",{"claudeCode":12},"SKILL.md frontmatter at skills/rename/SKILL.md",[764],{"path":473,"priority":327},{"basePath":766,"description":767,"displayName":768,"installMethods":769,"rationale":770,"selectedPaths":771,"source":333,"sourceLanguage":18,"type":246},"skills/researcher","Conducts investigative-grade research with primary source analysis, cross-verification, and trial-level depth. Use when an album needs factual research, source material, or verification of claims.","researcher",{"claudeCode":12},"SKILL.md frontmatter at skills/researcher/SKILL.md",[772,773,775,777],{"path":473,"priority":327},{"path":774,"priority":344},"free-sources.md",{"path":776,"priority":344},"source-standards.md",{"path":778,"priority":344},"templates.md",{"basePath":780,"description":781,"displayName":782,"installMethods":783,"rationale":784,"selectedPaths":785,"source":333,"sourceLanguage":18,"type":246},"skills/researchers-biographical","Researches personal backgrounds, interviews, motivations, and humanizing details. Use when research needs biographical context about people involved in the album's subject.","researchers-biographical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-biographical/SKILL.md",[786,787],{"path":473,"priority":327},{"path":788,"priority":344},"INTERVIEW_SOURCES.md",{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":333,"sourceLanguage":18,"type":246},"skills/researchers-financial","Researches SEC filings, earnings calls, analyst reports, and market data. Use when the album subject involves financial crimes, corporate stories, or market events.","researchers-financial",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-financial/SKILL.md",[796,797],{"path":473,"priority":327},{"path":798,"priority":344},"SEC_FILING_GUIDE.md",{"basePath":800,"description":801,"displayName":802,"installMethods":803,"rationale":804,"selectedPaths":805,"source":333,"sourceLanguage":18,"type":246},"skills/researchers-gov","Researches DOJ/FBI/SEC press releases, agency statements, and government sources. Use when research needs official government records or agency documentation.","researchers-gov",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-gov/SKILL.md",[806,807],{"path":473,"priority":327},{"path":808,"priority":344},"AGENCY_SOURCES.md",{"basePath":810,"description":811,"displayName":812,"installMethods":813,"rationale":814,"selectedPaths":815,"source":333,"sourceLanguage":18,"type":246},"skills/researchers-historical","Researches archives, contemporary accounts, and timeline reconstruction. Use when the album subject involves historical events that need primary source verification.","researchers-historical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-historical/SKILL.md",[816,817],{"path":473,"priority":327},{"path":818,"priority":344},"ARCHIVE_SOURCES.md",{"basePath":820,"description":821,"displayName":822,"installMethods":823,"rationale":824,"selectedPaths":825,"source":333,"sourceLanguage":18,"type":246},"skills/researchers-journalism","Researches investigative articles, interviews, and news coverage. Use when research needs journalistic sources for cross-referencing or additional context.","researchers-journalism",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-journalism/SKILL.md",[826,827],{"path":473,"priority":327},{"path":828,"priority":344},"SOURCE_EXTRACTION.md",{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":333,"sourceLanguage":18,"type":246},"skills/researchers-legal","Researches court documents, indictments, plea agreements, and sentencing records. Use when the album subject involves legal proceedings or criminal cases.","researchers-legal",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-legal/SKILL.md",[836,837],{"path":473,"priority":327},{"path":838,"priority":344},"DISCOVERY_GUIDE.md",{"basePath":840,"description":841,"displayName":842,"installMethods":843,"rationale":844,"selectedPaths":845,"source":333,"sourceLanguage":18,"type":246},"skills/researchers-primary-source","Researches the subject's own words from tweets, blogs, forums, and chat logs. Use when research needs direct quotes or first-person accounts.","researchers-primary-source",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-primary-source/SKILL.md",[846,847],{"path":473,"priority":327},{"path":848,"priority":344},"DIRECT_SOURCES.md",{"basePath":850,"description":851,"displayName":852,"installMethods":853,"rationale":854,"selectedPaths":855,"source":333,"sourceLanguage":18,"type":246},"skills/researchers-security","Researches malware analysis, CVEs, attribution reports, and hacker community sources. Use when the album subject involves cybersecurity incidents or threat actors.","researchers-security",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-security/SKILL.md",[856,857],{"path":473,"priority":327},{"path":858,"priority":344},"CVE_RESEARCH.md",{"basePath":860,"description":861,"displayName":862,"installMethods":863,"rationale":864,"selectedPaths":865,"source":333,"sourceLanguage":18,"type":246},"skills/researchers-tech","Researches project histories, changelogs, developer interviews, and open source documentation. Use when the album subject involves technology projects or developer stories.","researchers-tech",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-tech/SKILL.md",[866,867],{"path":473,"priority":327},{"path":868,"priority":344},"PROJECT_RESEARCH.md",{"basePath":870,"description":871,"displayName":872,"installMethods":873,"rationale":874,"selectedPaths":875,"source":333,"sourceLanguage":18,"type":246},"skills/researchers-verifier","Performs quality control, citation validation, and fact-checking before human review. Use after research is complete to verify all sources and claims before production.","researchers-verifier",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-verifier/SKILL.md",[876,877,879,881],{"path":473,"priority":327},{"path":878,"priority":344},"VERIFICATION_CHECKLIST.md",{"path":880,"priority":344},"checklists.md",{"path":882,"priority":344},"patterns.md",{"basePath":884,"description":885,"displayName":886,"installMethods":887,"rationale":888,"selectedPaths":889,"source":333,"sourceLanguage":18,"type":246},"skills/resume","Finds an album by name and shows detailed status with next steps. Use when the user mentions an album name or wants to continue previous work.","resume",{"claudeCode":12},"SKILL.md frontmatter at skills/resume/SKILL.md",[890],{"path":473,"priority":327},{"basePath":892,"description":893,"displayName":894,"installMethods":895,"rationale":896,"selectedPaths":897,"source":333,"sourceLanguage":18,"type":246},"skills/session-start","Runs the session startup procedure - verifies setup, loads config and state, checks skill models, and reports project status. Use at the beginning of a fresh session.","session-start",{"claudeCode":12},"SKILL.md frontmatter at skills/session-start/SKILL.md",[898],{"path":473,"priority":327},{"basePath":243,"description":10,"displayName":13,"installMethods":900,"rationale":901,"selectedPaths":902,"source":333,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/setup/SKILL.md",[903],{"path":473,"priority":327},{"basePath":905,"description":906,"displayName":907,"installMethods":908,"rationale":909,"selectedPaths":910,"source":333,"sourceLanguage":18,"type":246},"skills/sheet-music-publisher","Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.","sheet-music-publisher",{"claudeCode":12},"SKILL.md frontmatter at skills/sheet-music-publisher/SKILL.md",[911,912,914,916,918,920],{"path":473,"priority":327},{"path":913,"priority":344},"REQUIREMENTS.md",{"path":915,"priority":344},"anthemscore-reference.md",{"path":917,"priority":344},"musescore-reference.md",{"path":919,"priority":344},"publishing-guide.md",{"path":921,"priority":344},"workflow-detail.md",{"basePath":923,"description":924,"displayName":925,"installMethods":926,"rationale":927,"selectedPaths":928,"source":333,"sourceLanguage":18,"type":246},"skills/skill-model-updater","Updates model references across all skill files when new Claude models are released. Use when Anthropic releases new Claude models to keep skills current.","skill-model-updater",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-model-updater/SKILL.md",[929],{"path":473,"priority":327},{"basePath":931,"description":932,"displayName":933,"installMethods":934,"rationale":935,"selectedPaths":936,"source":333,"sourceLanguage":18,"type":246},"skills/suno-engineer","Constructs technical Suno V5/V5.5 style prompts, selects genres, and optimizes generation settings. Use when creating or refining Suno prompts for track generation.","suno-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/suno-engineer/SKILL.md",[937,938],{"path":473,"priority":327},{"path":939,"priority":344},"genre-practices.md",{"basePath":941,"description":942,"displayName":943,"installMethods":944,"rationale":945,"selectedPaths":946,"source":333,"sourceLanguage":18,"type":246},"skills/test","Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes to skills or templates, or to verify plugin health.","test",{"claudeCode":12},"SKILL.md frontmatter at skills/test/SKILL.md",[947,948],{"path":473,"priority":327},{"path":949,"priority":344},"test-definitions.md",{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":333,"sourceLanguage":18,"type":246},"skills/tutorial","Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.","tutorial",{"claudeCode":12},"SKILL.md frontmatter at skills/tutorial/SKILL.md",[957,958],{"path":473,"priority":327},{"path":959,"priority":344},"phases.md",{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":333,"sourceLanguage":18,"type":246},"skills/validate-album","Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.","validate-album",{"claudeCode":12},"SKILL.md frontmatter at skills/validate-album/SKILL.md",[967],{"path":473,"priority":327},{"basePath":969,"description":970,"displayName":971,"installMethods":972,"rationale":973,"selectedPaths":974,"source":333,"sourceLanguage":18,"type":246},"skills/verify-sources","Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.","verify-sources",{"claudeCode":12},"SKILL.md frontmatter at skills/verify-sources/SKILL.md",[975],{"path":473,"priority":327},{"basePath":977,"description":978,"displayName":979,"installMethods":980,"rationale":981,"selectedPaths":982,"source":333,"sourceLanguage":18,"type":246},"skills/voice-checker","Reviews lyrics and prose for AI-written patterns (abstract noun stacking, over-explained metaphors, cliche escalation, missing idiosyncrasy, prose AI tells). Advisory Warning/Info severity — flags issues, does not block or rewrite. Use when reviewing lyrics for authenticity or before generation to catch AI-sounding language.","voice-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/voice-checker/SKILL.md",[983],{"path":473,"priority":327},{"sources":985},[986],"manual",{"closedIssues90d":231,"description":264,"forks":232,"homepage":988,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":989},"https://www.bitwizemusic.com",[990,302,991,992,993,994,995,996,997,998,274,999,1000,299,634,278,277,1001,275,1002],"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":1004,"discoverAt":1005,"extractAt":1006,"githubAt":1006,"updatedAt":1004},1778683099616,1778683093832,1778683097699,[214,215,216,213,13],{"evaluatedAt":241,"extractAt":290,"updatedAt":241},[],[1011,1039,1069,1099,1122,1152],{"_creationTime":1012,"_id":1013,"community":1014,"display":1015,"identity":1021,"providers":1025,"relations":1032,"tags":1035,"workflow":1036},1778696691708.3306,"k172evhhmbzzyp7g0t2caf4hfh86nsp9",{"reviewCount":8},{"description":1016,"installMethods":1017,"name":1019,"sourceUrl":1020},"First-run setup for ruvector@0.2.25 — installs ONNX/Brain/SONA add-ons, registers the MCP server, and verifies the install via `doctor`",{"claudeCode":1018},"ruvnet/ruflo","vector-setup","https://github.com/ruvnet/ruflo",{"basePath":1022,"githubOwner":1023,"githubRepo":1024,"locale":18,"slug":1019,"type":246},"plugins/ruflo-ruvector/skills/vector-setup","ruvnet","ruflo",{"evaluate":1026,"extract":1031},{"promptVersionExtension":206,"promptVersionScoring":207,"score":293,"tags":1027,"targetMarket":217,"tier":218},[13,1028,1029,1030,214],"installation","ruvector","npm",{"commitSha":280},{"parentExtensionId":1033,"repoId":1034},"k17710fw96s8hs1y3j2cye3aa586n523","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[214,1028,1030,1029,13],{"evaluatedAt":1037,"extractAt":1038,"updatedAt":1037},1778701365160,1778696691708,{"_creationTime":1040,"_id":1041,"community":1042,"display":1043,"identity":1049,"providers":1053,"relations":1063,"tags":1065,"workflow":1066},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",{"reviewCount":8},{"description":1044,"installMethods":1045,"name":1047,"sourceUrl":1048},"Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — \"find circular imports\", \"fix dependency cycles\", \"untangle our module graph\", \"why is madge complaining\".",{"claudeCode":1046},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"basePath":1050,"githubOwner":1051,"githubRepo":1052,"locale":18,"slug":1047,"type":246},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter",{"evaluate":1054,"extract":1062},{"promptVersionExtension":206,"promptVersionScoring":207,"score":293,"tags":1055,"targetMarket":217,"tier":218},[1056,214,1057,213,1058,1059,1060,1061],"code-quality","javascript","typescript","go","rust","refactoring",{"commitSha":280},{"repoId":1064},"kd78ywakatnz4sjfx781sy14vh86mtty",[1056,214,1059,1057,213,1061,1060,1058],{"evaluatedAt":1067,"extractAt":1068,"updatedAt":1067},1778696977114,1778696052276,{"_creationTime":1070,"_id":1071,"community":1072,"display":1073,"identity":1079,"providers":1083,"relations":1092,"tags":1095,"workflow":1096},1778695548458.4006,"k17bbe1cd60gypr8x6p41xbsan86mbbc",{"reviewCount":8},{"description":1074,"installMethods":1075,"name":1077,"sourceUrl":1078},"Set up a WSL2 development environment on Windows including shell configuration, essential tools, Git, SSH keys, Node.js, Python, and cross-platform path management. Use when setting up a new Windows machine for development, configuring WSL2 for the first time, adding development tools to an existing WSL installation, or setting up cross-platform workflows that combine WSL and Windows tools.\n",{"claudeCode":1076},"pjt222/agent-almanac","setup-wsl-dev-environment","https://github.com/pjt222/agent-almanac",{"basePath":1080,"githubOwner":1081,"githubRepo":1082,"locale":18,"slug":1077,"type":246},"skills/setup-wsl-dev-environment","pjt222","agent-almanac",{"evaluate":1084,"extract":1091},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1085,"tags":1086,"targetMarket":217,"tier":218},97,[1087,1088,1089,1090,13,215],"wsl","windows","linux","development",{"commitSha":280},{"parentExtensionId":1093,"repoId":1094},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[1090,215,1089,13,1088,1087],{"evaluatedAt":1097,"extractAt":1098,"updatedAt":1097},1778701535171,1778695548458,{"_creationTime":1100,"_id":1101,"community":1102,"display":1103,"identity":1107,"providers":1109,"relations":1118,"tags":1119,"workflow":1120},1778695548458.3328,"k17cyw0d6mk1vdgew2xmncx1f186npdm",{"reviewCount":8},{"description":1104,"installMethods":1105,"name":1106,"sourceUrl":1078},"Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during periodic maintenance reviews, after receiving a security advisory, when upgrading to a new language version, before submitting to CRAN or npm, or when inheriting a project to assess its dependency health.\n",{"claudeCode":1076},"audit-dependency-versions",{"basePath":1108,"githubOwner":1081,"githubRepo":1082,"locale":18,"slug":1106,"type":246},"skills/audit-dependency-versions",{"evaluate":1110,"extract":1117},{"promptVersionExtension":206,"promptVersionScoring":207,"score":293,"tags":1111,"targetMarket":217,"tier":218},[214,1112,1113,1114,1115,1116],"auditing","security","upgrades","versioning","maintenance",{"commitSha":280},{"parentExtensionId":1093,"repoId":1094},[1112,214,1116,1113,1114,1115],{"evaluatedAt":1121,"extractAt":1098,"updatedAt":1121},1778696062378,{"_creationTime":1123,"_id":1124,"community":1125,"display":1126,"identity":1132,"providers":1136,"relations":1145,"tags":1148,"workflow":1149},1778699018122.8064,"k178yxvt3g9djb8ph907q3tv1186n8ex",{"reviewCount":8},{"description":1127,"installMethods":1128,"name":1130,"sourceUrl":1131},"Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.",{"claudeCode":1129},"wshobson/agents","embedding-strategies","https://github.com/wshobson/agents",{"basePath":1133,"githubOwner":1134,"githubRepo":1135,"locale":18,"slug":1130,"type":246},"plugins/llm-application-dev/skills/embedding-strategies","wshobson","agents",{"evaluate":1137,"extract":1144},{"promptVersionExtension":206,"promptVersionScoring":207,"score":293,"tags":1138,"targetMarket":217,"tier":218},[1139,1140,1141,1142,1143,213],"embeddings","rag","semantic-search","vector-databases","llm-applications",{"commitSha":280},{"parentExtensionId":1146,"repoId":1147},"k1719fyk9jrke6aq23wbyf8ej586n3af","kd74de64zj0axtg5b8t7eqqe2x86nske",[1139,1143,213,1140,1141,1142],{"evaluatedAt":1150,"extractAt":1151,"updatedAt":1150},1778701750946,1778699018122,{"_creationTime":1153,"_id":1154,"community":1155,"display":1156,"identity":1162,"providers":1167,"relations":1176,"tags":1180,"workflow":1181},1778699877608.8755,"k1797ahn9dp86gj0yfve225q2n86mv13",{"reviewCount":8},{"description":1157,"installMethods":1158,"name":1160,"sourceUrl":1161},"AWS Cloud Development Kit (CDK) Experte für den Aufbau von Cloud-Infrastruktur mit TypeScript/Python. Verwenden Sie dies beim Erstellen von CDK-Stacks, Definieren von CDK-Konstrukten, Implementieren von Infrastructure as Code oder wenn der Benutzer CDK, CloudFormation, IaC, cdk synth, cdk deploy erwähnt oder AWS-Infrastruktur programmatisch definieren möchte. Behandelt CDK-App-Struktur, Konstruktmuster, Stack-Komposition und Bereitstellungs-Workflows.",{"claudeCode":1159},"zxkane/aws-skills","aws-cdk-development","https://github.com/zxkane/aws-skills",{"basePath":1163,"githubOwner":1164,"githubRepo":1165,"locale":1166,"slug":1160,"type":246},"plugins/aws-cdk/skills/aws-cdk-development","zxkane","aws-skills","de",{"evaluate":1168,"extract":1175},{"promptVersionExtension":206,"promptVersionScoring":207,"score":293,"tags":1169,"targetMarket":217,"tier":218},[1170,1171,1058,213,1172,1173,1174],"aws","cdk","iac","cloudformation","infrastructure",{"commitSha":280},{"parentExtensionId":1177,"repoId":1178,"translatedFrom":1179},"k177paz2fgaa1r1kfhgb2esr1n86my7m","kd7708aervxaq6vqq9tdf93s2586mcqy","k174bzyyax9v1t5bm0m98bfqyh86m8v8",[1170,1171,1173,1172,1174,213,1058],{"evaluatedAt":1182,"extractAt":1183,"updatedAt":1184},1778699774404,1778699647844,1778699877608]