[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-import-art-de":3,"guides-for-bitwize-music-studio-import-art":1020,"similar-k1760zhy6j4pg5fqmqb2yhjw6986mtsq-de":1021},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":252,"isFallback":243,"parentExtension":258,"providers":322,"relations":326,"repo":327,"tags":1018,"workflow":1019},1778683100520.2996,"k1760zhy6j4pg5fqmqb2yhjw6986mtsq",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","Import Art","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":233,"workflow":250},1778683412261.578,"kn7c6nbebxyd7v0ew5r0h5crrs86m7xy","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"practices":206,"prerequisites":207,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":220,"tier":221,"useCases":222,"workflow":226},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of placing album art files and the use case when the user has generated or downloaded artwork.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill automates the placement of album art in specific directories, which goes beyond default LLM behavior and provides a concrete utility for music production workflows.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears fully implemented, covering the complete lifecycle of placing album art, including argument parsing, path resolution, directory creation, copying, and confirmation, with defined error handling.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on the task of placing album art files in correct audio and content directories, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality as described in the SKILL.md file.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific tools like `find_album`, `resolve_path`, `mkdir`, and `cp` which are narrowly scoped to the task, rather than a general-purpose command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters and configurations, including paths and expected argument format, are clearly documented within the SKILL.md file.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tools like `find_album` and `resolve_path` are descriptively named and align with the skill's domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs (file-path, album-name) are specific and outputs provide confirmation of the import operation without extraneous data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is CC0-1.0, a permissive open-source license, and is clearly declared in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on 2026-05-12, which is within the last 3 months, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill itself does not appear to manage external Python dependencies directly within its script; the MCP server would handle this.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses explicit tool calls with structured arguments, and bash commands use quoted variables, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled scripts and MCP tools, with no runtime downloads or remote code execution from untrusted sources.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the expected file paths and uses relative paths or placeholders, adhering to sandbox isolation.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected in the scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill focuses on local file operations and does not involve submitting confidential data to a third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks, control characters, or invisible Unicode sequences.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bash script and tool calls are plain and readable, with no obfuscation like base64 payloads or eval.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes standard music production directory structures, which are configurable via MCP, and uses placeholders for paths.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository has 14 open and 109 closed issues in the last 90 days, indicating a closure rate of approximately 88%, which is >= 50%.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A version is available via GitHub releases and the `CHANGELOG.md` is present, indicating a clear versioning signal.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input arguments are validated using expected format checks and bash scripts use quoted variables, suggesting adequate validation.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The `cp` and `mkdir -p` operations are guarded by argument parsing and directory existence checks, and are not inherently destructive without user input.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill includes specific error messages and recovery steps for various failure modes like missing files, albums, or configuration.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The skill reports its actions and success/failure status to the user upon completion, fulfilling audit requirements.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill operates on file paths and album metadata, not personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill operates on file paths and music metadata, with no regional or jurisdictional logic, making it globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard bash commands and MCP tools, with Python 3.10+ declared as a requirement, ensuring cross-platform stability.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive and clearly states the project's purpose and capabilities.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This is a single-tool extension based on the SKILL.md structure.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill uses distinct tools for specific actions like `find_album` and `resolve_path`, avoiding near-synonym redundancy.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, like placing album art in specific directories, are implemented and supported by the skill's logic and tools.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions with copy-pasteable commands and setup steps.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill provides actionable error messages with clear problem statements, root causes, and suggested remediation steps.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The SKILL.md declares Python 3.10+ as a requirement, and the README mentions Python 3.10+ for the MCP server, implying pinned interpreters.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill's primary action is file copying and directory creation, which is not a state-changing operation that benefits from a dry-run preview.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill performs local file operations and does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":117,"check":158,"severity":63,"summary":159},"Telemetry opt-in","No telemetry is emitted by this skill.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly states its purpose of placing album art files and its intended use case when artwork needs saving, with specific arguments and example usage.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The YAML frontmatter is concise and effectively summarizes the core capability and argument hint.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured and under 500 lines, delegating detailed procedures and common mistakes to separate sections.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the steps clearly and uses common mistakes and examples to provide progressive disclosure without embedding excessive detail.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill performs a direct task and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","A clear, ready-to-use example is provided, showing the exact invocation and the expected output based on sample configuration.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill documents and handles edge cases such as missing source files, missing albums, missing configuration, and non-image files.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill relies on Claude-internal tools and its own MCP server, not an external, optional tool that would require fallback.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill halts execution and reports clear error messages for unexpected states like missing files or albums, aligning with best practices.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; adjacent tasks like creating new albums are handled by separate, explicitly mentioned commands.",1778683412123,"This skill automates the process of placing album art files into correct audio and content directories within a music production pipeline. It parses user-provided file paths and album names, resolves target directory locations using an MCP tool, creates necessary directories, copies the artwork, and confirms the operation.",[195,196,197,198,199,200],"Places album art files in correct audio directory.","Places album art files in correct content directory.","Parses file path and album name arguments.","Resolves target paths using MCP tools.","Handles directory creation and file copying.","Provides clear confirmation and error messages.",[202,203,204,205],"Generating album artwork.","Managing music files other than album art.","Automating the entire album production process (this is one component).","Directly interacting with music streaming services.",[],[],"3.0.0","4.4.0","To automatically organize generated or downloaded album artwork into the specified audio and content directories for music production and documentation purposes.","The skill demonstrates exceptional quality across all evaluation criteria, including clear purpose, robust implementation, comprehensive documentation, and strong security practices.",99,"A high-quality, self-contained skill for managing album artwork with excellent documentation and safety.",[215,216,217,218,219],"music","album-art","file-management","automation","media-metadata","global","verified",[223,224,225],"When a user has generated or downloaded album artwork that needs to be saved.","To ensure album art is correctly placed for music platforms and documentation.","Automating repetitive file organization tasks in a music production workflow.",[227,228,229,230,231,232],"Parse input arguments for file path and album name.","Find the album and resolve target directory paths using MCP tools.","Construct the final destination paths for audio and content folders.","Create necessary directories if they do not exist.","Copy the source album art file to both destination paths with correct filenames.","Report the successful import and copied locations.",{"codeQuality":234,"collectedAt":236,"documentation":237,"maintenance":240,"security":247,"testCoverage":249},{"hasLockfile":235},false,1778683392269,{"descriptionLength":238,"readmeSize":239},160,9335,{"closedIssues90d":241,"forks":242,"hasChangelog":243,"openIssues90d":244,"pushedAt":245,"stars":246},109,30,true,14,1778616491000,174,{"hasNpmPackage":235,"license":248,"smitheryVerified":235},"CC0-1.0",{"hasCi":243,"hasTests":243},{"updatedAt":251},1778683412261,{"basePath":253,"githubOwner":254,"githubRepo":255,"locale":18,"slug":256,"type":257},"skills/import-art","bitwize-music-studio","claude-ai-music-skills","import-art","skill",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":267,"parentExtension":270,"providers":302,"relations":318,"tags":319,"workflow":320},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":263,"installMethods":264,"name":266,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":265},"bitwize-music","Claude AI Music Skills",{"basePath":268,"githubOwner":254,"githubRepo":255,"locale":18,"slug":255,"type":269},"","plugin",{"_creationTime":271,"_id":272,"community":273,"display":274,"identity":277,"providers":279,"relations":296,"tags":298,"workflow":299},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":275,"installMethods":276,"name":265,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":268,"githubOwner":254,"githubRepo":255,"locale":18,"slug":255,"type":278},"marketplace",{"evaluate":280,"extract":290},{"promptVersionExtension":281,"promptVersionScoring":209,"score":282,"tags":283,"targetMarket":220,"tier":221},"3.1.0",96,[284,285,286,287,288,289],"music-production","suno","ai-music","workflow-automation","audio-mastering","songwriting",{"commitSha":291,"marketplace":292,"plugin":294},"HEAD",{"name":265,"pluginCount":293},1,{"mcpCount":8,"provider":295,"skillCount":8},"classify",{"repoId":297},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[286,288,284,289,285,287],{"evaluatedAt":300,"extractAt":301,"updatedAt":300},1778683122195,1778683100520,{"evaluate":303,"extract":315},{"promptVersionExtension":208,"promptVersionScoring":209,"score":304,"tags":305,"targetMarket":220,"tier":221},100,[306,307,285,308,309,310,311,312,313,314],"music-generation","ai","audio-production","workflow","lyrics","mastering","cli","python","claude-code",{"commitSha":291,"license":248,"plugin":316},{"mcpCount":8,"provider":295,"skillCount":317},54,{"parentExtensionId":272,"repoId":297},[307,308,314,312,310,311,306,313,285,309],{"evaluatedAt":321,"extractAt":301,"updatedAt":321},1778683131031,{"evaluate":323,"extract":325},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":324,"targetMarket":220,"tier":221},[215,216,217,218,219],{"commitSha":291,"license":248},{"parentExtensionId":260,"repoId":297},{"_creationTime":328,"_id":297,"identity":329,"providers":330,"workflow":1014},1778683093832.8552,{"githubOwner":254,"githubRepo":255,"sourceUrl":14},{"classify":331,"discover":996,"github":999},{"commitSha":291,"extensions":332},[333,346,477,488,502,511,519,529,539,547,557,567,575,583,591,601,606,614,622,630,640,654,664,674,682,690,698,706,718,728,738,746,756,766,774,788,798,808,818,828,838,848,858,868,878,892,900,908,916,934,942,952,962,972,980,988],{"basePath":268,"displayName":265,"installMethods":334,"rationale":335,"selectedPaths":336,"source":345,"sourceLanguage":18,"type":278},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[337,340,342],{"path":338,"priority":339},".claude-plugin/marketplace.json","mandatory",{"path":341,"priority":339},"README.md",{"path":343,"priority":344},"LICENSE","high","rule",{"basePath":268,"description":263,"displayName":265,"installMethods":347,"license":248,"rationale":348,"selectedPaths":349,"source":345,"sourceLanguage":18,"type":269},{"claudeCode":265},"plugin manifest at .claude-plugin/plugin.json",[350,352,353,354,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475],{"path":351,"priority":339},".claude-plugin/plugin.json",{"path":341,"priority":339},{"path":343,"priority":344},{"path":355,"priority":356},"skills/about/SKILL.md","medium",{"path":358,"priority":356},"skills/album-art-director/SKILL.md",{"path":360,"priority":356},"skills/album-conceptualizer/SKILL.md",{"path":362,"priority":356},"skills/album-dashboard/SKILL.md",{"path":364,"priority":356},"skills/album-ideas/SKILL.md",{"path":366,"priority":356},"skills/clipboard/SKILL.md",{"path":368,"priority":356},"skills/cloud-uploader/SKILL.md",{"path":370,"priority":356},"skills/configure/SKILL.md",{"path":372,"priority":356},"skills/document-hunter/SKILL.md",{"path":374,"priority":356},"skills/explicit-checker/SKILL.md",{"path":376,"priority":356},"skills/genre-creator/SKILL.md",{"path":378,"priority":356},"skills/health-check/SKILL.md",{"path":380,"priority":356},"skills/help/SKILL.md",{"path":382,"priority":356},"skills/import-art/SKILL.md",{"path":384,"priority":356},"skills/import-audio/SKILL.md",{"path":386,"priority":356},"skills/import-track/SKILL.md",{"path":388,"priority":356},"skills/lyric-refiner/SKILL.md",{"path":390,"priority":356},"skills/lyric-reviewer/SKILL.md",{"path":392,"priority":356},"skills/lyric-writer/SKILL.md",{"path":394,"priority":356},"skills/mastering-engineer/SKILL.md",{"path":396,"priority":356},"skills/mix-engineer/SKILL.md",{"path":398,"priority":356},"skills/new-album/SKILL.md",{"path":400,"priority":356},"skills/next-step/SKILL.md",{"path":402,"priority":356},"skills/plagiarism-checker/SKILL.md",{"path":404,"priority":356},"skills/pre-generation-check/SKILL.md",{"path":406,"priority":356},"skills/promo-director/SKILL.md",{"path":408,"priority":356},"skills/promo-reviewer/SKILL.md",{"path":410,"priority":356},"skills/promo-writer/SKILL.md",{"path":412,"priority":356},"skills/promote-idea/SKILL.md",{"path":414,"priority":356},"skills/pronunciation-specialist/SKILL.md",{"path":416,"priority":356},"skills/release-director/SKILL.md",{"path":418,"priority":356},"skills/rename/SKILL.md",{"path":420,"priority":356},"skills/researcher/SKILL.md",{"path":422,"priority":356},"skills/researchers-biographical/SKILL.md",{"path":424,"priority":356},"skills/researchers-financial/SKILL.md",{"path":426,"priority":356},"skills/researchers-gov/SKILL.md",{"path":428,"priority":356},"skills/researchers-historical/SKILL.md",{"path":430,"priority":356},"skills/researchers-journalism/SKILL.md",{"path":432,"priority":356},"skills/researchers-legal/SKILL.md",{"path":434,"priority":356},"skills/researchers-primary-source/SKILL.md",{"path":436,"priority":356},"skills/researchers-security/SKILL.md",{"path":438,"priority":356},"skills/researchers-tech/SKILL.md",{"path":440,"priority":356},"skills/researchers-verifier/SKILL.md",{"path":442,"priority":356},"skills/resume/SKILL.md",{"path":444,"priority":356},"skills/session-start/SKILL.md",{"path":446,"priority":356},"skills/setup/SKILL.md",{"path":448,"priority":356},"skills/sheet-music-publisher/SKILL.md",{"path":450,"priority":356},"skills/skill-model-updater/SKILL.md",{"path":452,"priority":356},"skills/suno-engineer/SKILL.md",{"path":454,"priority":356},"skills/test/SKILL.md",{"path":456,"priority":356},"skills/tutorial/SKILL.md",{"path":458,"priority":356},"skills/validate-album/SKILL.md",{"path":460,"priority":356},"skills/verify-sources/SKILL.md",{"path":462,"priority":356},"skills/voice-checker/SKILL.md",{"path":464,"priority":339},".mcp.json",{"path":466,"priority":344},"hooks/README.md",{"path":468,"priority":344},"hooks/check_version_sync.py",{"path":470,"priority":344},"hooks/hooks.json",{"path":472,"priority":344},"hooks/install.sh",{"path":474,"priority":344},"hooks/pre-commit",{"path":476,"priority":344},"hooks/validate_track.py",{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":345,"sourceLanguage":18,"type":257},"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",[484,486],{"path":485,"priority":339},"SKILL.md",{"path":487,"priority":356},"PROJECT_HISTORY.md",{"basePath":489,"description":490,"displayName":491,"installMethods":492,"rationale":493,"selectedPaths":494,"source":345,"sourceLanguage":18,"type":257},"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",[495,496,498,500],{"path":485,"priority":339},{"path":497,"priority":356},"album-types.md",{"path":499,"priority":356},"prompt-examples.md",{"path":501,"priority":356},"visual-styles.md",{"basePath":503,"description":504,"displayName":505,"installMethods":506,"rationale":507,"selectedPaths":508,"source":345,"sourceLanguage":18,"type":257},"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",[509,510],{"path":485,"priority":339},{"path":497,"priority":356},{"basePath":512,"description":513,"displayName":514,"installMethods":515,"rationale":516,"selectedPaths":517,"source":345,"sourceLanguage":18,"type":257},"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",[518],{"path":485,"priority":339},{"basePath":520,"description":521,"displayName":522,"installMethods":523,"rationale":524,"selectedPaths":525,"source":345,"sourceLanguage":18,"type":257},"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",[526,527],{"path":485,"priority":339},{"path":528,"priority":356},"STATUS_VALUES.md",{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":345,"sourceLanguage":18,"type":257},"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",[536,537],{"path":485,"priority":339},{"path":538,"priority":356},"USAGE_EXAMPLES.md",{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":345,"sourceLanguage":18,"type":257},"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",[546],{"path":485,"priority":339},{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":345,"sourceLanguage":18,"type":257},"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",[554,555],{"path":485,"priority":339},{"path":556,"priority":356},"SETTINGS_REFERENCE.md",{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":345,"sourceLanguage":18,"type":257},"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",[564,565],{"path":485,"priority":339},{"path":566,"priority":356},"site-patterns.md",{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":345,"sourceLanguage":18,"type":257},"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",[574],{"path":485,"priority":339},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":345,"sourceLanguage":18,"type":257},"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",[582],{"path":485,"priority":339},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":345,"sourceLanguage":18,"type":257},"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",[590],{"path":485,"priority":339},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":345,"sourceLanguage":18,"type":257},"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",[598,599],{"path":485,"priority":339},{"path":600,"priority":356},"SKILL_GLOSSARY.md",{"basePath":253,"description":10,"displayName":256,"installMethods":602,"rationale":603,"selectedPaths":604,"source":345,"sourceLanguage":18,"type":257},{"claudeCode":12},"SKILL.md frontmatter at skills/import-art/SKILL.md",[605],{"path":485,"priority":339},{"basePath":607,"description":608,"displayName":609,"installMethods":610,"rationale":611,"selectedPaths":612,"source":345,"sourceLanguage":18,"type":257},"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",[613],{"path":485,"priority":339},{"basePath":615,"description":616,"displayName":617,"installMethods":618,"rationale":619,"selectedPaths":620,"source":345,"sourceLanguage":18,"type":257},"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",[621],{"path":485,"priority":339},{"basePath":623,"description":624,"displayName":625,"installMethods":626,"rationale":627,"selectedPaths":628,"source":345,"sourceLanguage":18,"type":257},"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",[629],{"path":485,"priority":339},{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":345,"sourceLanguage":18,"type":257},"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",[637,638],{"path":485,"priority":339},{"path":639,"priority":356},"checklist-reference.md",{"basePath":641,"description":642,"displayName":643,"installMethods":644,"rationale":645,"selectedPaths":646,"source":345,"sourceLanguage":18,"type":257},"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",[647,648,650,652],{"path":485,"priority":339},{"path":649,"priority":356},"craft-reference.md",{"path":651,"priority":356},"documentary-standards.md",{"path":653,"priority":356},"examples.md",{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":345,"sourceLanguage":18,"type":257},"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",[661,662],{"path":485,"priority":339},{"path":663,"priority":356},"genre-presets.md",{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":345,"sourceLanguage":18,"type":257},"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",[671,672],{"path":485,"priority":339},{"path":673,"priority":356},"mix-presets.md",{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":345,"sourceLanguage":18,"type":257},"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",[681],{"path":485,"priority":339},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":345,"sourceLanguage":18,"type":257},"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",[689],{"path":485,"priority":339},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":345,"sourceLanguage":18,"type":257},"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",[697],{"path":485,"priority":339},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":345,"sourceLanguage":18,"type":257},"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",[705],{"path":485,"priority":339},{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":345,"sourceLanguage":18,"type":257},"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",[713,714,716],{"path":485,"priority":339},{"path":715,"priority":356},"technical-reference.md",{"path":717,"priority":356},"visualization-guide.md",{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":345,"sourceLanguage":18,"type":257},"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",[725,726],{"path":485,"priority":339},{"path":727,"priority":356},"platform-rules.md",{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":345,"sourceLanguage":18,"type":257},"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",[735,736],{"path":485,"priority":339},{"path":737,"priority":356},"copy-formulas.md",{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":345,"sourceLanguage":18,"type":257},"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",[745],{"path":485,"priority":339},{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":345,"sourceLanguage":18,"type":257},"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",[753,754],{"path":485,"priority":339},{"path":755,"priority":356},"word-lists.md",{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":345,"sourceLanguage":18,"type":257},"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",[763,764],{"path":485,"priority":339},{"path":765,"priority":356},"platform-guides.md",{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":345,"sourceLanguage":18,"type":257},"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",[773],{"path":485,"priority":339},{"basePath":775,"description":776,"displayName":777,"installMethods":778,"rationale":779,"selectedPaths":780,"source":345,"sourceLanguage":18,"type":257},"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",[781,782,784,786],{"path":485,"priority":339},{"path":783,"priority":356},"free-sources.md",{"path":785,"priority":356},"source-standards.md",{"path":787,"priority":356},"templates.md",{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":345,"sourceLanguage":18,"type":257},"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",[795,796],{"path":485,"priority":339},{"path":797,"priority":356},"INTERVIEW_SOURCES.md",{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":345,"sourceLanguage":18,"type":257},"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",[805,806],{"path":485,"priority":339},{"path":807,"priority":356},"SEC_FILING_GUIDE.md",{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":345,"sourceLanguage":18,"type":257},"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",[815,816],{"path":485,"priority":339},{"path":817,"priority":356},"AGENCY_SOURCES.md",{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":345,"sourceLanguage":18,"type":257},"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",[825,826],{"path":485,"priority":339},{"path":827,"priority":356},"ARCHIVE_SOURCES.md",{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":345,"sourceLanguage":18,"type":257},"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",[835,836],{"path":485,"priority":339},{"path":837,"priority":356},"SOURCE_EXTRACTION.md",{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":345,"sourceLanguage":18,"type":257},"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",[845,846],{"path":485,"priority":339},{"path":847,"priority":356},"DISCOVERY_GUIDE.md",{"basePath":849,"description":850,"displayName":851,"installMethods":852,"rationale":853,"selectedPaths":854,"source":345,"sourceLanguage":18,"type":257},"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",[855,856],{"path":485,"priority":339},{"path":857,"priority":356},"DIRECT_SOURCES.md",{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":345,"sourceLanguage":18,"type":257},"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",[865,866],{"path":485,"priority":339},{"path":867,"priority":356},"CVE_RESEARCH.md",{"basePath":869,"description":870,"displayName":871,"installMethods":872,"rationale":873,"selectedPaths":874,"source":345,"sourceLanguage":18,"type":257},"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",[875,876],{"path":485,"priority":339},{"path":877,"priority":356},"PROJECT_RESEARCH.md",{"basePath":879,"description":880,"displayName":881,"installMethods":882,"rationale":883,"selectedPaths":884,"source":345,"sourceLanguage":18,"type":257},"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",[885,886,888,890],{"path":485,"priority":339},{"path":887,"priority":356},"VERIFICATION_CHECKLIST.md",{"path":889,"priority":356},"checklists.md",{"path":891,"priority":356},"patterns.md",{"basePath":893,"description":894,"displayName":895,"installMethods":896,"rationale":897,"selectedPaths":898,"source":345,"sourceLanguage":18,"type":257},"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",[899],{"path":485,"priority":339},{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":345,"sourceLanguage":18,"type":257},"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",[907],{"path":485,"priority":339},{"basePath":909,"description":910,"displayName":911,"installMethods":912,"rationale":913,"selectedPaths":914,"source":345,"sourceLanguage":18,"type":257},"skills/setup","Detects your Python environment and guides you through installing plugin dependencies. Use on first-time setup or when MCP server fails to start.","setup",{"claudeCode":12},"SKILL.md frontmatter at skills/setup/SKILL.md",[915],{"path":485,"priority":339},{"basePath":917,"description":918,"displayName":919,"installMethods":920,"rationale":921,"selectedPaths":922,"source":345,"sourceLanguage":18,"type":257},"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",[923,924,926,928,930,932],{"path":485,"priority":339},{"path":925,"priority":356},"REQUIREMENTS.md",{"path":927,"priority":356},"anthemscore-reference.md",{"path":929,"priority":356},"musescore-reference.md",{"path":931,"priority":356},"publishing-guide.md",{"path":933,"priority":356},"workflow-detail.md",{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":345,"sourceLanguage":18,"type":257},"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",[941],{"path":485,"priority":339},{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":345,"sourceLanguage":18,"type":257},"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",[949,950],{"path":485,"priority":339},{"path":951,"priority":356},"genre-practices.md",{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":345,"sourceLanguage":18,"type":257},"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",[959,960],{"path":485,"priority":339},{"path":961,"priority":356},"test-definitions.md",{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":345,"sourceLanguage":18,"type":257},"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",[969,970],{"path":485,"priority":339},{"path":971,"priority":356},"phases.md",{"basePath":973,"description":974,"displayName":975,"installMethods":976,"rationale":977,"selectedPaths":978,"source":345,"sourceLanguage":18,"type":257},"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",[979],{"path":485,"priority":339},{"basePath":981,"description":982,"displayName":983,"installMethods":984,"rationale":985,"selectedPaths":986,"source":345,"sourceLanguage":18,"type":257},"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",[987],{"path":485,"priority":339},{"basePath":989,"description":990,"displayName":991,"installMethods":992,"rationale":993,"selectedPaths":994,"source":345,"sourceLanguage":18,"type":257},"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",[995],{"path":485,"priority":339},{"sources":997},[998],"manual",{"closedIssues90d":241,"description":275,"forks":242,"homepage":1000,"license":248,"openIssues90d":244,"pushedAt":245,"readmeSize":239,"stars":246,"topics":1001},"https://www.bitwizemusic.com",[1002,314,1003,1004,1005,1006,1007,1008,1009,215,285,1010,1011,310,643,289,288,1012,286,1013],"claude","claude-code-plugin","claude-code-plugin-marketplace","claude-code-plugins","claude-code-plugins-marketplace","claude-code-skills","claude-skill","claude-skills","suno-ai","sunoai","music-mastering","ai-music-tools",{"classifiedAt":1015,"discoverAt":1016,"extractAt":1017,"githubAt":1017,"updatedAt":1015},1778683099616,1778683093832,1778683097699,[216,218,217,219,215],{"evaluatedAt":251,"extractAt":301,"updatedAt":251},[],[1022,1038,1055,1072,1103,1132],{"_creationTime":1023,"_id":1024,"community":1025,"display":1026,"identity":1028,"providers":1029,"relations":1034,"tags":1035,"workflow":1036},1778683100520.3,"k170tessb6tr9sjb6mk8qqw6qn86nv1n",{"reviewCount":8},{"description":616,"installMethods":1027,"name":617,"sourceUrl":14},{"claudeCode":12},{"basePath":615,"githubOwner":254,"githubRepo":255,"locale":18,"slug":617,"type":257},{"evaluate":1030,"extract":1033},{"promptVersionExtension":208,"promptVersionScoring":209,"score":304,"tags":1031,"targetMarket":220,"tier":221},[215,217,218,1032],"mcp",{"commitSha":291},{"parentExtensionId":260,"repoId":297},[218,217,1032,215],{"evaluatedAt":1037,"extractAt":301,"updatedAt":1037},1778683452533,{"_creationTime":1039,"_id":1040,"community":1041,"display":1042,"identity":1044,"providers":1045,"relations":1051,"tags":1052,"workflow":1053},1778683100520.2998,"k17bmwh03r5q7hkdnytabv538x86n6e1",{"reviewCount":8},{"description":608,"installMethods":1043,"name":609,"sourceUrl":14},{"claudeCode":12},{"basePath":607,"githubOwner":254,"githubRepo":255,"locale":18,"slug":609,"type":257},{"evaluate":1046,"extract":1050},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":1047,"targetMarket":220,"tier":221},[1048,217,1049,215,285],"audio","organization",{"commitSha":291},{"parentExtensionId":260,"repoId":297},[1048,217,215,1049,285],{"evaluatedAt":1054,"extractAt":301,"updatedAt":1054},1778683431258,{"_creationTime":1056,"_id":1057,"community":1058,"display":1059,"identity":1061,"providers":1062,"relations":1068,"tags":1069,"workflow":1070},1778683100520.304,"k17dctntxr1fs2k3vpb6xzt9cn86m0bf",{"reviewCount":8},{"description":768,"installMethods":1060,"name":769,"sourceUrl":14},{"claudeCode":12},{"basePath":767,"githubOwner":254,"githubRepo":255,"locale":18,"slug":769,"type":257},{"evaluate":1063,"extract":1067},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1064,"tags":1065,"targetMarket":220,"tier":221},97,[215,1066,769,217,309],"metadata",{"commitSha":291},{"parentExtensionId":260,"repoId":297},[217,1066,215,769,309],{"evaluatedAt":1071,"extractAt":301,"updatedAt":1071},1778683818224,{"_creationTime":1073,"_id":1074,"community":1075,"display":1076,"identity":1082,"providers":1087,"relations":1096,"tags":1099,"workflow":1100},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1077,"installMethods":1078,"name":1080,"sourceUrl":1081},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1079},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1083,"githubOwner":1084,"githubRepo":1085,"locale":18,"slug":1086,"type":257},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1088,"extract":1094},{"promptVersionExtension":208,"promptVersionScoring":209,"score":304,"tags":1089,"targetMarket":220,"tier":221},[1090,1091,309,1092,218,312,1093],"git","development-environment","tmux","developer-tool",{"commitSha":291,"license":1095},"MIT",{"parentExtensionId":1097,"repoId":1098},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[218,312,1093,1091,1090,1092,309],{"evaluatedAt":1101,"extractAt":1102,"updatedAt":1101},1778699613343,1778699234184,{"_creationTime":1104,"_id":1105,"community":1106,"display":1107,"identity":1113,"providers":1116,"relations":1124,"tags":1127,"workflow":1128},1778699508743.0002,"k17aya9dv3e3bxv473f1f2r52186ndp5",{"reviewCount":8},{"description":1108,"installMethods":1109,"name":1111,"sourceUrl":1112},"Erstellen Sie öffentliche Google Docs- oder Google Sheet-Dateien, ohne OAuth zu benötigen. Verwenden Sie diese Fähigkeit, um Google Docs und Sheets zu erstellen und zu bearbeiten, keine Google-Anmeldung erforderlich. Dokumente sind unter teilbaren Links sichtbar. Die Registrierung erfolgt automatisch bei der ersten Verwendung.",{"claudeCode":1110},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":268,"githubOwner":1114,"githubRepo":1111,"locale":1115,"slug":1111,"type":257},"zagmoai","de",{"evaluate":1117,"extract":1123},{"promptVersionExtension":208,"promptVersionScoring":209,"score":304,"tags":1118,"targetMarket":220,"tier":221},[1119,1120,1121,218,1122],"google-docs","google-sheets","productivity","api-client",{"commitSha":291},{"repoId":1125,"translatedFrom":1126},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[1122,218,1119,1120,1121],{"evaluatedAt":1129,"extractAt":1130,"updatedAt":1131},1778699485884,1778699468747,1778699508743,{"_creationTime":1133,"_id":1134,"community":1135,"display":1136,"identity":1139,"providers":1142,"relations":1150,"tags":1151,"workflow":1152},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1137,"installMethods":1138,"name":1085,"sourceUrl":1081},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1079},{"basePath":1140,"githubOwner":1084,"githubRepo":1085,"locale":18,"slug":1141,"type":257},"skills/ask","ask",{"evaluate":1143,"extract":1149},{"promptVersionExtension":208,"promptVersionScoring":209,"score":304,"tags":1144,"targetMarket":220,"tier":221},[312,218,1145,1146,1147,1148],"llm","prompting","code-review","artifact-generation",{"commitSha":291,"license":1095},{"parentExtensionId":1097,"repoId":1098},[1148,218,312,1147,1145,1146],{"evaluatedAt":1153,"extractAt":1102,"updatedAt":1153},1778699303045]