[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-session-start-en":3,"guides-for-bitwize-music-studio-session-start":1011,"similar-k175a8pn2yp9n4xmekkvffrdqs86mb1b-en":1012},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":228,"parentExtension":250,"providers":313,"relations":317,"repo":318,"tags":1009,"workflow":1010},1778683100520.3071,"k175a8pn2yp9n4xmekkvffrdqs86mb1b",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","session-start","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":243},1778684114957.5723,"kn7375f3cxe0s815j21w0aq11186njhp","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of running a session startup procedure and its use at the beginning of a fresh session.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill performs a multi-step, automated session initialization procedure that goes beyond default LLM behavior by verifying setup, loading configuration, checking skill models, and reporting status.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of session startup, including dependency checks, configuration loading, state management, and upgrade handling, making it suitable for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on the single responsibility of initiating and verifying a session startup procedure.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, readable, and accurately reflects the skill's behavior as detailed in the SKILL.md.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific MCP tools like `health_check` and standard bash commands, rather than a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All necessary configuration and parameters are documented, including default values and precedence orders.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used by the skill (e.g., bash commands and MCP tool names) are descriptive and specific to their function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's inputs and outputs are minimal and focused on the session startup task, avoiding unnecessary data dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under CC0-1.0, a permissive open-source license, as indicated by the bundled LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-12, well within the last 90 days, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project utilizes Python 3.10+ and standard package managers, with CI/CD workflows and dependabot mentioned, suggesting good dependency management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle or expose secrets, and the provided code does not indicate any secret management issues.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill relies on internal tools and local scripts, with no indication of loading untrusted third-party data or executing arbitrary instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill only uses bundled scripts and internal tools, with no evidence of fetching remote code or data at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within its defined scope, using relative paths and internal tools, with no apparent attempts to modify files outside its project folder.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the provided script snippets.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's primary function is session setup and status reporting, with no apparent mechanism for exfiltrating confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and descriptions appear free of hidden steering tricks or obfuscation.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The scripts used by the skill are plain, readable bash and Python, with no evidence of obfuscation or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill assumes standard project structure for configuration and state files (`~/.bitwize-music/`), which is declared upfront.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 14 issues opened and 109 closed in the last 90 days, the closure rate is high, indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a `v/release` GitHub release tag and mentions a `main` branch for installation, indicating version management.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The bash commands and MCP tool calls appear to be properly validated and constrained within the context of session startup.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is primarily read-only and analytical during its setup phase, with no destructive operations observed.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The skill provides specific instructions for handling errors, such as stopping immediately if MCP is missing or suggesting configuration steps.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","The skill's primary function is setup and status reporting; detailed audit logging is not a core requirement for this type of operation.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill focuses on setup and state, not directly processing personal data, and relies on internal tooling.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's functionality is universal and does not appear to be geographically or legally restricted, thus it is global.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill requires Python 3.10+ and Linux/macOS, with WSL noted for Windows users, indicating clear platform assumptions.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a clear overview of the project's purpose, installation, and architecture.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill primarily uses standard bash commands and specific MCP tools, keeping the tool surface focused.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill uses distinct commands and MCP tools, with no apparent near-synonym tools performing similar actions.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features described in the README and SKILL.md appear to have corresponding implementations or documented steps.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions with copy-pasteable commands and setup/configuration steps are provided in the README.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md outlines specific failure modes and corresponding remediation steps or suggestions for the user.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","Python 3.10+ is specified, and the project mentions CI/CD and Dependabot, implying dependency pinning and management.",{"category":33,"check":151,"severity":114,"summary":152},"Dry-run preview","The skill's primary function is setup and status reporting, not state-changing operations that would require a dry-run mode.",{"category":154,"check":155,"severity":114,"summary":156},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that would necessitate idempotency or strict timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry being emitted by this skill; if it were, the project's structure suggests an opt-in model.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the skill's purpose (session startup procedure) and its intended use at the beginning of a session.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise, containing the name, description, model, and allowed tools, which aids precise routing.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is reasonably concise, outlining the steps and delegating deeper material to references and external docs.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the session startup flow and links to external documentation for configuration and troubleshooting, following progressive disclosure.",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","This skill is a short-form session setup procedure and does not involve deep exploration or code review, making `context: fork` not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides specific bash commands and MCP tool invocations for setup and configuration, serving as clear usage examples.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill documents several failure modes, such as missing MCP or config files, and provides clear recovery steps.",{"category":103,"check":183,"severity":114,"summary":184},"Tool Fallback","The skill primarily uses internal tools and standard bash commands; it does not rely on an external MCP server with a fallback.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill explicitly states its requirements for Python 3.10+ and Linux/macOS (WSL for Windows), clarifying stack assumptions.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The SKILL.md instructs the skill to halt immediately if critical preconditions like MCP availability are not met.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The session-start skill operates standalone and does not implicitly rely on other skills; any cross-skill references are explicit.",1778684114845,"This skill automates the session startup process by verifying dependencies, loading configuration and state, checking skill models, and reporting project status. It ensures a clean and ready environment for subsequent operations.",[198,199,200,201,202],"Verifies setup dependencies (MCP, Python)","Loads configuration and state files","Checks skill registration and plugin upgrades","Reports project status and provides contextual tips","Handles error states with clear remediation steps",[204,205,206],"Performing any actions beyond session setup and verification","Modifying project files or application state outside of necessary initialization","Providing in-depth project analysis or advanced troubleshooting","3.0.0","4.4.0","To streamline the beginning of a new session by ensuring all necessary components are set up, configured, and verified, providing a stable foundation for further work.","High quality across all checks, particularly strong in documentation, security, and practical utility. No significant issues found.",99,"A robust and well-documented skill for initializing and verifying session startup procedures.",[214,215,216,217,218],"setup","configuration","session-management","workflow","mcp","global","verified",[222,223,224,225],"Starting a new AI development session","Ensuring the development environment is correctly configured","Quickly checking project status before starting work","Initializing the Claude AI Music Skills plugin",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":240,"testCoverage":242},{"hasLockfile":228},false,1778684095828,{"descriptionLength":231,"readmeSize":232},166,9335,{"closedIssues90d":234,"forks":235,"hasChangelog":236,"openIssues90d":237,"pushedAt":238,"stars":239},109,30,true,14,1778616491000,174,{"hasNpmPackage":228,"license":241,"smitheryVerified":228},"CC0-1.0",{"hasCi":236,"hasTests":236},{"updatedAt":244},1778684114957,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"skills/session-start","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":259,"parentExtension":262,"providers":294,"relations":309,"tags":310,"workflow":311},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":255,"installMethods":256,"name":258,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":257},"bitwize-music","Claude AI Music Skills",{"basePath":260,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":261},"","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":269,"providers":271,"relations":288,"tags":290,"workflow":291},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":267,"installMethods":268,"name":257,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":260,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":270},"marketplace",{"evaluate":272,"extract":282},{"promptVersionExtension":273,"promptVersionScoring":208,"score":274,"tags":275,"targetMarket":219,"tier":220},"3.1.0",96,[276,277,278,279,280,281],"music-production","suno","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":283,"marketplace":284,"plugin":286},"HEAD",{"name":257,"pluginCount":285},1,{"mcpCount":8,"provider":287,"skillCount":8},"classify",{"repoId":289},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[278,280,276,281,277,279],{"evaluatedAt":292,"extractAt":293,"updatedAt":292},1778683122195,1778683100520,{"evaluate":295,"extract":306},{"promptVersionExtension":207,"promptVersionScoring":208,"score":296,"tags":297,"targetMarket":219,"tier":220},100,[298,299,277,300,217,301,302,303,304,305],"music-generation","ai","audio-production","lyrics","mastering","cli","python","claude-code",{"commitSha":283,"license":241,"plugin":307},{"mcpCount":8,"provider":287,"skillCount":308},54,{"parentExtensionId":264,"repoId":289},[299,300,305,303,301,302,298,304,277,217],{"evaluatedAt":312,"extractAt":293,"updatedAt":312},1778683131031,{"evaluate":314,"extract":316},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":315,"targetMarket":219,"tier":220},[214,215,216,217,218],{"commitSha":283},{"parentExtensionId":252,"repoId":289},{"_creationTime":319,"_id":289,"identity":320,"providers":321,"workflow":1005},1778683093832.8552,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":322,"discover":986,"github":989},{"commitSha":283,"extensions":323},[324,337,468,479,493,502,510,520,530,538,548,558,566,574,582,592,600,608,616,624,634,648,658,668,676,684,692,700,712,722,732,740,750,760,768,782,792,802,812,822,832,842,852,862,872,886,894,899,906,924,932,942,952,962,970,978],{"basePath":260,"displayName":257,"installMethods":325,"rationale":326,"selectedPaths":327,"source":336,"sourceLanguage":18,"type":270},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[328,331,333],{"path":329,"priority":330},".claude-plugin/marketplace.json","mandatory",{"path":332,"priority":330},"README.md",{"path":334,"priority":335},"LICENSE","high","rule",{"basePath":260,"description":255,"displayName":257,"installMethods":338,"license":241,"rationale":339,"selectedPaths":340,"source":336,"sourceLanguage":18,"type":261},{"claudeCode":257},"plugin manifest at .claude-plugin/plugin.json",[341,343,344,345,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466],{"path":342,"priority":330},".claude-plugin/plugin.json",{"path":332,"priority":330},{"path":334,"priority":335},{"path":346,"priority":347},"skills/about/SKILL.md","medium",{"path":349,"priority":347},"skills/album-art-director/SKILL.md",{"path":351,"priority":347},"skills/album-conceptualizer/SKILL.md",{"path":353,"priority":347},"skills/album-dashboard/SKILL.md",{"path":355,"priority":347},"skills/album-ideas/SKILL.md",{"path":357,"priority":347},"skills/clipboard/SKILL.md",{"path":359,"priority":347},"skills/cloud-uploader/SKILL.md",{"path":361,"priority":347},"skills/configure/SKILL.md",{"path":363,"priority":347},"skills/document-hunter/SKILL.md",{"path":365,"priority":347},"skills/explicit-checker/SKILL.md",{"path":367,"priority":347},"skills/genre-creator/SKILL.md",{"path":369,"priority":347},"skills/health-check/SKILL.md",{"path":371,"priority":347},"skills/help/SKILL.md",{"path":373,"priority":347},"skills/import-art/SKILL.md",{"path":375,"priority":347},"skills/import-audio/SKILL.md",{"path":377,"priority":347},"skills/import-track/SKILL.md",{"path":379,"priority":347},"skills/lyric-refiner/SKILL.md",{"path":381,"priority":347},"skills/lyric-reviewer/SKILL.md",{"path":383,"priority":347},"skills/lyric-writer/SKILL.md",{"path":385,"priority":347},"skills/mastering-engineer/SKILL.md",{"path":387,"priority":347},"skills/mix-engineer/SKILL.md",{"path":389,"priority":347},"skills/new-album/SKILL.md",{"path":391,"priority":347},"skills/next-step/SKILL.md",{"path":393,"priority":347},"skills/plagiarism-checker/SKILL.md",{"path":395,"priority":347},"skills/pre-generation-check/SKILL.md",{"path":397,"priority":347},"skills/promo-director/SKILL.md",{"path":399,"priority":347},"skills/promo-reviewer/SKILL.md",{"path":401,"priority":347},"skills/promo-writer/SKILL.md",{"path":403,"priority":347},"skills/promote-idea/SKILL.md",{"path":405,"priority":347},"skills/pronunciation-specialist/SKILL.md",{"path":407,"priority":347},"skills/release-director/SKILL.md",{"path":409,"priority":347},"skills/rename/SKILL.md",{"path":411,"priority":347},"skills/researcher/SKILL.md",{"path":413,"priority":347},"skills/researchers-biographical/SKILL.md",{"path":415,"priority":347},"skills/researchers-financial/SKILL.md",{"path":417,"priority":347},"skills/researchers-gov/SKILL.md",{"path":419,"priority":347},"skills/researchers-historical/SKILL.md",{"path":421,"priority":347},"skills/researchers-journalism/SKILL.md",{"path":423,"priority":347},"skills/researchers-legal/SKILL.md",{"path":425,"priority":347},"skills/researchers-primary-source/SKILL.md",{"path":427,"priority":347},"skills/researchers-security/SKILL.md",{"path":429,"priority":347},"skills/researchers-tech/SKILL.md",{"path":431,"priority":347},"skills/researchers-verifier/SKILL.md",{"path":433,"priority":347},"skills/resume/SKILL.md",{"path":435,"priority":347},"skills/session-start/SKILL.md",{"path":437,"priority":347},"skills/setup/SKILL.md",{"path":439,"priority":347},"skills/sheet-music-publisher/SKILL.md",{"path":441,"priority":347},"skills/skill-model-updater/SKILL.md",{"path":443,"priority":347},"skills/suno-engineer/SKILL.md",{"path":445,"priority":347},"skills/test/SKILL.md",{"path":447,"priority":347},"skills/tutorial/SKILL.md",{"path":449,"priority":347},"skills/validate-album/SKILL.md",{"path":451,"priority":347},"skills/verify-sources/SKILL.md",{"path":453,"priority":347},"skills/voice-checker/SKILL.md",{"path":455,"priority":330},".mcp.json",{"path":457,"priority":335},"hooks/README.md",{"path":459,"priority":335},"hooks/check_version_sync.py",{"path":461,"priority":335},"hooks/hooks.json",{"path":463,"priority":335},"hooks/install.sh",{"path":465,"priority":335},"hooks/pre-commit",{"path":467,"priority":335},"hooks/validate_track.py",{"basePath":469,"description":470,"displayName":471,"installMethods":472,"rationale":473,"selectedPaths":474,"source":336,"sourceLanguage":18,"type":249},"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",[475,477],{"path":476,"priority":330},"SKILL.md",{"path":478,"priority":347},"PROJECT_HISTORY.md",{"basePath":480,"description":481,"displayName":482,"installMethods":483,"rationale":484,"selectedPaths":485,"source":336,"sourceLanguage":18,"type":249},"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",[486,487,489,491],{"path":476,"priority":330},{"path":488,"priority":347},"album-types.md",{"path":490,"priority":347},"prompt-examples.md",{"path":492,"priority":347},"visual-styles.md",{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":336,"sourceLanguage":18,"type":249},"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",[500,501],{"path":476,"priority":330},{"path":488,"priority":347},{"basePath":503,"description":504,"displayName":505,"installMethods":506,"rationale":507,"selectedPaths":508,"source":336,"sourceLanguage":18,"type":249},"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",[509],{"path":476,"priority":330},{"basePath":511,"description":512,"displayName":513,"installMethods":514,"rationale":515,"selectedPaths":516,"source":336,"sourceLanguage":18,"type":249},"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",[517,518],{"path":476,"priority":330},{"path":519,"priority":347},"STATUS_VALUES.md",{"basePath":521,"description":522,"displayName":523,"installMethods":524,"rationale":525,"selectedPaths":526,"source":336,"sourceLanguage":18,"type":249},"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",[527,528],{"path":476,"priority":330},{"path":529,"priority":347},"USAGE_EXAMPLES.md",{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":336,"sourceLanguage":18,"type":249},"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",[537],{"path":476,"priority":330},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":336,"sourceLanguage":18,"type":249},"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",[545,546],{"path":476,"priority":330},{"path":547,"priority":347},"SETTINGS_REFERENCE.md",{"basePath":549,"description":550,"displayName":551,"installMethods":552,"rationale":553,"selectedPaths":554,"source":336,"sourceLanguage":18,"type":249},"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",[555,556],{"path":476,"priority":330},{"path":557,"priority":347},"site-patterns.md",{"basePath":559,"description":560,"displayName":561,"installMethods":562,"rationale":563,"selectedPaths":564,"source":336,"sourceLanguage":18,"type":249},"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",[565],{"path":476,"priority":330},{"basePath":567,"description":568,"displayName":569,"installMethods":570,"rationale":571,"selectedPaths":572,"source":336,"sourceLanguage":18,"type":249},"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",[573],{"path":476,"priority":330},{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":336,"sourceLanguage":18,"type":249},"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",[581],{"path":476,"priority":330},{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":336,"sourceLanguage":18,"type":249},"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",[589,590],{"path":476,"priority":330},{"path":591,"priority":347},"SKILL_GLOSSARY.md",{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":336,"sourceLanguage":18,"type":249},"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",[599],{"path":476,"priority":330},{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":336,"sourceLanguage":18,"type":249},"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",[607],{"path":476,"priority":330},{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":336,"sourceLanguage":18,"type":249},"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",[615],{"path":476,"priority":330},{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":336,"sourceLanguage":18,"type":249},"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",[623],{"path":476,"priority":330},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":336,"sourceLanguage":18,"type":249},"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",[631,632],{"path":476,"priority":330},{"path":633,"priority":347},"checklist-reference.md",{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":336,"sourceLanguage":18,"type":249},"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",[641,642,644,646],{"path":476,"priority":330},{"path":643,"priority":347},"craft-reference.md",{"path":645,"priority":347},"documentary-standards.md",{"path":647,"priority":347},"examples.md",{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":336,"sourceLanguage":18,"type":249},"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",[655,656],{"path":476,"priority":330},{"path":657,"priority":347},"genre-presets.md",{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":336,"sourceLanguage":18,"type":249},"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",[665,666],{"path":476,"priority":330},{"path":667,"priority":347},"mix-presets.md",{"basePath":669,"description":670,"displayName":671,"installMethods":672,"rationale":673,"selectedPaths":674,"source":336,"sourceLanguage":18,"type":249},"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",[675],{"path":476,"priority":330},{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":336,"sourceLanguage":18,"type":249},"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",[683],{"path":476,"priority":330},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":336,"sourceLanguage":18,"type":249},"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",[691],{"path":476,"priority":330},{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":336,"sourceLanguage":18,"type":249},"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",[699],{"path":476,"priority":330},{"basePath":701,"description":702,"displayName":703,"installMethods":704,"rationale":705,"selectedPaths":706,"source":336,"sourceLanguage":18,"type":249},"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",[707,708,710],{"path":476,"priority":330},{"path":709,"priority":347},"technical-reference.md",{"path":711,"priority":347},"visualization-guide.md",{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":336,"sourceLanguage":18,"type":249},"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",[719,720],{"path":476,"priority":330},{"path":721,"priority":347},"platform-rules.md",{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":336,"sourceLanguage":18,"type":249},"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",[729,730],{"path":476,"priority":330},{"path":731,"priority":347},"copy-formulas.md",{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":336,"sourceLanguage":18,"type":249},"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",[739],{"path":476,"priority":330},{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":336,"sourceLanguage":18,"type":249},"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",[747,748],{"path":476,"priority":330},{"path":749,"priority":347},"word-lists.md",{"basePath":751,"description":752,"displayName":753,"installMethods":754,"rationale":755,"selectedPaths":756,"source":336,"sourceLanguage":18,"type":249},"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",[757,758],{"path":476,"priority":330},{"path":759,"priority":347},"platform-guides.md",{"basePath":761,"description":762,"displayName":763,"installMethods":764,"rationale":765,"selectedPaths":766,"source":336,"sourceLanguage":18,"type":249},"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",[767],{"path":476,"priority":330},{"basePath":769,"description":770,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":336,"sourceLanguage":18,"type":249},"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",[775,776,778,780],{"path":476,"priority":330},{"path":777,"priority":347},"free-sources.md",{"path":779,"priority":347},"source-standards.md",{"path":781,"priority":347},"templates.md",{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":336,"sourceLanguage":18,"type":249},"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",[789,790],{"path":476,"priority":330},{"path":791,"priority":347},"INTERVIEW_SOURCES.md",{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":336,"sourceLanguage":18,"type":249},"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",[799,800],{"path":476,"priority":330},{"path":801,"priority":347},"SEC_FILING_GUIDE.md",{"basePath":803,"description":804,"displayName":805,"installMethods":806,"rationale":807,"selectedPaths":808,"source":336,"sourceLanguage":18,"type":249},"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",[809,810],{"path":476,"priority":330},{"path":811,"priority":347},"AGENCY_SOURCES.md",{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":336,"sourceLanguage":18,"type":249},"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",[819,820],{"path":476,"priority":330},{"path":821,"priority":347},"ARCHIVE_SOURCES.md",{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":336,"sourceLanguage":18,"type":249},"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",[829,830],{"path":476,"priority":330},{"path":831,"priority":347},"SOURCE_EXTRACTION.md",{"basePath":833,"description":834,"displayName":835,"installMethods":836,"rationale":837,"selectedPaths":838,"source":336,"sourceLanguage":18,"type":249},"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",[839,840],{"path":476,"priority":330},{"path":841,"priority":347},"DISCOVERY_GUIDE.md",{"basePath":843,"description":844,"displayName":845,"installMethods":846,"rationale":847,"selectedPaths":848,"source":336,"sourceLanguage":18,"type":249},"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",[849,850],{"path":476,"priority":330},{"path":851,"priority":347},"DIRECT_SOURCES.md",{"basePath":853,"description":854,"displayName":855,"installMethods":856,"rationale":857,"selectedPaths":858,"source":336,"sourceLanguage":18,"type":249},"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",[859,860],{"path":476,"priority":330},{"path":861,"priority":347},"CVE_RESEARCH.md",{"basePath":863,"description":864,"displayName":865,"installMethods":866,"rationale":867,"selectedPaths":868,"source":336,"sourceLanguage":18,"type":249},"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",[869,870],{"path":476,"priority":330},{"path":871,"priority":347},"PROJECT_RESEARCH.md",{"basePath":873,"description":874,"displayName":875,"installMethods":876,"rationale":877,"selectedPaths":878,"source":336,"sourceLanguage":18,"type":249},"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",[879,880,882,884],{"path":476,"priority":330},{"path":881,"priority":347},"VERIFICATION_CHECKLIST.md",{"path":883,"priority":347},"checklists.md",{"path":885,"priority":347},"patterns.md",{"basePath":887,"description":888,"displayName":889,"installMethods":890,"rationale":891,"selectedPaths":892,"source":336,"sourceLanguage":18,"type":249},"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",[893],{"path":476,"priority":330},{"basePath":246,"description":10,"displayName":13,"installMethods":895,"rationale":896,"selectedPaths":897,"source":336,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at skills/session-start/SKILL.md",[898],{"path":476,"priority":330},{"basePath":900,"description":901,"displayName":214,"installMethods":902,"rationale":903,"selectedPaths":904,"source":336,"sourceLanguage":18,"type":249},"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.",{"claudeCode":12},"SKILL.md frontmatter at skills/setup/SKILL.md",[905],{"path":476,"priority":330},{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":336,"sourceLanguage":18,"type":249},"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",[913,914,916,918,920,922],{"path":476,"priority":330},{"path":915,"priority":347},"REQUIREMENTS.md",{"path":917,"priority":347},"anthemscore-reference.md",{"path":919,"priority":347},"musescore-reference.md",{"path":921,"priority":347},"publishing-guide.md",{"path":923,"priority":347},"workflow-detail.md",{"basePath":925,"description":926,"displayName":927,"installMethods":928,"rationale":929,"selectedPaths":930,"source":336,"sourceLanguage":18,"type":249},"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",[931],{"path":476,"priority":330},{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":336,"sourceLanguage":18,"type":249},"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",[939,940],{"path":476,"priority":330},{"path":941,"priority":347},"genre-practices.md",{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":336,"sourceLanguage":18,"type":249},"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",[949,950],{"path":476,"priority":330},{"path":951,"priority":347},"test-definitions.md",{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":336,"sourceLanguage":18,"type":249},"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",[959,960],{"path":476,"priority":330},{"path":961,"priority":347},"phases.md",{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":336,"sourceLanguage":18,"type":249},"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",[969],{"path":476,"priority":330},{"basePath":971,"description":972,"displayName":973,"installMethods":974,"rationale":975,"selectedPaths":976,"source":336,"sourceLanguage":18,"type":249},"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",[977],{"path":476,"priority":330},{"basePath":979,"description":980,"displayName":981,"installMethods":982,"rationale":983,"selectedPaths":984,"source":336,"sourceLanguage":18,"type":249},"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",[985],{"path":476,"priority":330},{"sources":987},[988],"manual",{"closedIssues90d":234,"description":267,"forks":235,"homepage":990,"license":241,"openIssues90d":237,"pushedAt":238,"readmeSize":232,"stars":239,"topics":991},"https://www.bitwizemusic.com",[992,305,993,994,995,996,997,998,999,1000,277,1001,1002,301,637,281,280,1003,278,1004],"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":1006,"discoverAt":1007,"extractAt":1008,"githubAt":1008,"updatedAt":1006},1778683099616,1778683093832,1778683097699,[215,218,216,214,217],{"evaluatedAt":244,"extractAt":293,"updatedAt":244},[],[1013,1037,1064,1084,1113,1138],{"_creationTime":1014,"_id":1015,"community":1016,"display":1017,"identity":1022,"providers":1025,"relations":1030,"tags":1033,"workflow":1034},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":1018,"installMethods":1019,"name":214,"sourceUrl":1021},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":1020},"Yeachan-Heo/oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":900,"githubOwner":1023,"githubRepo":1024,"locale":18,"slug":214,"type":249},"Yeachan-Heo","oh-my-claudecode",{"evaluate":1026,"extract":1029},{"promptVersionExtension":207,"promptVersionScoring":208,"score":296,"tags":1027,"targetMarket":219,"tier":220},[214,1028,215,303,218],"routing",{"commitSha":283},{"parentExtensionId":1031,"repoId":1032},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[303,215,218,1028,214],{"evaluatedAt":1035,"extractAt":1036,"updatedAt":1035},1778699724286,1778699234184,{"_creationTime":1038,"_id":1039,"community":1040,"display":1041,"identity":1047,"providers":1051,"relations":1056,"tags":1059,"workflow":1060},1778694149049.347,"k1798fc1hmtx3bmdgwyn3fet2d86mzt5",{"reviewCount":8},{"description":1042,"installMethods":1043,"name":1045,"sourceUrl":1046},"Guide users through configuring key MongoDB MCP server options. Use this skill when a user has the MongoDB MCP server installed but hasn't configured the required environment variables, or when they ask about connecting to MongoDB/Atlas and don't have the credentials set up.",{"claudeCode":1044},"mongodb/agent-skills","mongodb-mcp-setup","https://github.com/mongodb/agent-skills",{"basePath":1048,"githubOwner":1049,"githubRepo":1050,"locale":18,"slug":1045,"type":249},"skills/mongodb-mcp-setup","mongodb","agent-skills",{"evaluate":1052,"extract":1055},{"promptVersionExtension":207,"promptVersionScoring":208,"score":296,"tags":1053,"targetMarket":219,"tier":220},[1049,218,215,214,1054,303],"authentication",{"commitSha":283},{"parentExtensionId":1057,"repoId":1058},"k170hje3xzpy2mbkn00agzm38x86mkbz","kd74vahs1zbjqzqbert490xyrd86nfv5",[1054,303,215,218,1049,214],{"evaluatedAt":1061,"extractAt":1062,"updatedAt":1063},1778694262565,1778694149049,1778694462010,{"_creationTime":1065,"_id":1066,"community":1067,"display":1068,"identity":1072,"providers":1074,"relations":1080,"tags":1081,"workflow":1082},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":1069,"installMethods":1070,"name":1071,"sourceUrl":1021},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":1020},"mcp-setup",{"basePath":1073,"githubOwner":1023,"githubRepo":1024,"locale":18,"slug":1071,"type":249},"skills/mcp-setup",{"evaluate":1075,"extract":1079},{"promptVersionExtension":207,"promptVersionScoring":208,"score":296,"tags":1076,"targetMarket":219,"tier":220},[218,215,303,1077,1078],"agent","tooling",{"commitSha":283},{"parentExtensionId":1031,"repoId":1032},[1077,303,215,218,1078],{"evaluatedAt":1083,"extractAt":1036,"updatedAt":1083},1778699492025,{"_creationTime":1085,"_id":1086,"community":1087,"display":1088,"identity":1094,"providers":1098,"relations":1105,"tags":1108,"workflow":1109},1778692275423.9888,"k1732y2ybthsdw3j4kjy694tmd86nv8w",{"reviewCount":8},{"description":1089,"installMethods":1090,"name":1092,"sourceUrl":1093},"Show all active rules. Use when the user says \"/rules\", \"show rules\", \"list rules\", \"what are my rules\", or wants to see their current persistent instructions.",{"claudeCode":1091},"Lexxes-Projects/obey","obey","https://github.com/Lexxes-Projects/obey",{"basePath":1095,"githubOwner":1096,"githubRepo":1092,"locale":18,"slug":1097,"type":249},"skills/rules","Lexxes-Projects","rules",{"evaluate":1099,"extract":1103},{"promptVersionExtension":207,"promptVersionScoring":208,"score":296,"tags":1100,"targetMarket":219,"tier":220},[1097,1101,1102,217,215],"enforcement","productivity",{"commitSha":283,"license":1104},"MIT",{"parentExtensionId":1106,"repoId":1107},"k17ccytjrakavnrzgdbzkbcjj186nr1f","kd75x7p4gkt5vx785rmc3msdhs86neap",[215,1101,1102,1097,217],{"evaluatedAt":1110,"extractAt":1111,"updatedAt":1112},1778692373874,1778692275424,1778692422383,{"_creationTime":1114,"_id":1115,"community":1116,"display":1117,"identity":1123,"providers":1126,"relations":1132,"tags":1134,"workflow":1135},1778687183932.1943,"k1728svzyq5wfc93gjyntemgnh86m6d9",{"reviewCount":8},{"description":1118,"installMethods":1119,"name":1121,"sourceUrl":1122},"Set up gbrain for this coding agent: install the CLI, initialize a\nlocal PGLite or Supabase brain, register MCP, capture per-remote trust\npolicy. One command from zero to \"gbrain is running, and this agent\ncan call it.\" Use when: \"setup gbrain\", \"connect gbrain\", \"start\ngbrain\", \"install gbrain\", \"configure gbrain for this machine\". (gstack)\n",{"claudeCode":1120},"garrytan/gstack","setup-gbrain","https://github.com/garrytan/gstack",{"basePath":1121,"githubOwner":1124,"githubRepo":1125,"locale":18,"slug":1121,"type":249},"garrytan","gstack",{"evaluate":1127,"extract":1131},{"promptVersionExtension":207,"promptVersionScoring":208,"score":296,"tags":1128,"targetMarket":219,"tier":220},[1129,214,215,1130,303,218],"gbrain","ai-agent",{"commitSha":283},{"repoId":1133},"kd73s35xh97m9mmc5nz3pb1f3n86m0an",[1130,303,215,1129,218,214],{"evaluatedAt":1136,"extractAt":1137,"updatedAt":1136},1778688428238,1778687183932,{"_creationTime":1139,"_id":1140,"community":1141,"display":1142,"identity":1148,"providers":1153,"relations":1161,"tags":1164,"workflow":1165},1778696691708.3218,"k17eqpa3h27h177b037g2e8m8n86ndwb",{"reviewCount":8},{"description":1143,"installMethods":1144,"name":1146,"sourceUrl":1147},"Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection",{"claudeCode":1145},"ruvnet/ruflo","Horizon Track","https://github.com/ruvnet/ruflo",{"basePath":1149,"githubOwner":1150,"githubRepo":1151,"locale":18,"slug":1152,"type":249},"plugins/ruflo-goals/skills/horizon-track","ruvnet","ruflo","horizon-track",{"evaluate":1154,"extract":1160},{"promptVersionExtension":207,"promptVersionScoring":208,"score":296,"tags":1155,"targetMarket":219,"tier":220},[1156,1157,1158,1159,216,218],"objective-tracking","project-management","long-term-goals","persistence",{"commitSha":283,"license":1104},{"parentExtensionId":1162,"repoId":1163},"k17bh7m6sv83frxqdhrd00vzcx86n03e","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1158,218,1156,1159,1157,216],{"evaluatedAt":1166,"extractAt":1167,"updatedAt":1166},1778700614118,1778696691708]