[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bitwize-music-studio-next-step-de":3,"guides-for-bitwize-music-studio-next-step":1007,"similar-k173wexgh7mjjz8a9cta0fbdhx86mgyk-de":1008},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":233,"parentExtension":247,"providers":308,"relations":312,"repo":313,"tags":1005,"workflow":1006},1778683100520.3018,"k173wexgh7mjjz8a9cta0fbdhx86mgyk",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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?\"",{"claudeCode":12},"bitwize-music-studio/claude-ai-music-skills","next-step","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778683605144.065,"kn74xckqvnxhwf7pmednyv31h986ne14","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,48,51,54,58,62,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,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the extension analyzes album state and recommends the next action when the user asks \"what should I do next?\" or \"what's left to do?\", directly addressing a user pain point.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a sophisticated decision tree and priority logic for navigating album production, going beyond simple LLM capabilities to offer structured guidance and workflow routing.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is designed to analyze album state and recommend actions within a defined music production pipeline, covering the lifecycle from concept to release, and integrates with other specialized skills.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill's primary function is to analyze album state and recommend the next step in the music production workflow, aligning with a single, coherent domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's function of analyzing album state and recommending the next action, including specific trigger phrases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific tools like `get_session`, `get_album_progress`, `list_albums`, and `find_album`, which are well-scoped verb-noun actions.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to have configurable parameters or options beyond the optional album name argument, making explicit documentation of defaults unnecessary.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tools referenced in the SKILL.md (`get_session`, `get_album_progress`, etc.) are descriptive verb-noun pairs.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's primary input is an optional album name, and its output format is clearly defined, indicating a minimal I/O surface.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project is licensed under CC0-1.0, a permissive public domain dedication, allowing broad usability.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-12, which is within the last 90 days.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill itself does not appear to introduce third-party dependencies that require specific management beyond what is handled by the MCP server or the Claude Code environment.",{"category":66,"check":67,"severity":46,"summary":68},"Security","Secret Management","The skill's logic focuses on workflow routing and does not appear to handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on structured data and tool calls within the Claude Code environment, and there's no indication of loading or executing untrusted external data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled tools and does not fetch external content at runtime, mitigating supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the Claude Code environment and does not attempt to modify files outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There are no indications of detached-process spawns or deny-retry loops in the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is workflow routing and does not involve reading or submitting confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and descriptions use clean printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is written in readable markdown with YAML frontmatter and does not involve obfuscated code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about the user's project file layout beyond the optional album name provided as an argument.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 14 issues opened and 109 closed in the last 90 days, the closure rate is high, indicating active maintenance.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a changelog and publishes releases, indicating a clear versioning strategy.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill's input is a simple optional string argument, and its output is structured according to the defined format, implying validation of its own internal logic.",{"category":66,"check":108,"severity":46,"summary":109},"Unguarded Destructive Operations","The skill is analytical and does not perform destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The SKILL.md outlines specific logic for different states and fallbacks, suggesting robust error handling for unexpected states.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","The skill itself does not perform destructive actions or outbound calls that would require local audit logging.",{"category":117,"check":118,"severity":46,"summary":119},"Compliance","GDPR","The skill operates on album metadata and workflow states, not personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's function is general to music production workflows and does not contain regional or jurisdictional logic; targetMarket is global.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill operates within the Claude Code environment and relies on standard tools, making it portable across supported runtimes.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file clearly describes the project's purpose as a full album production pipeline using Claude Code.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill primarily uses a few core tools for state management and album analysis, keeping the tool surface focused.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools used by the skill (`get_session`, `get_album_progress`, `list_albums`, `find_album`) are distinct and non-overlapping.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised capabilities related to analyzing album state and recommending next steps are implemented and described in the SKILL.md.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions, including marketplace add and plugin install commands, along with a setup command.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The decision tree and logic described in the SKILL.md provide clear next steps and recovery paths for different album statuses.",{"category":147,"check":148,"severity":46,"summary":149},"Execution","Pinned dependencies","The skill itself does not bundle scripts with external dependencies that require pinning. Reliance is on the Claude Code environment.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The skill is purely analytical and does not perform state-changing operations that would require a dry-run preview.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operations are focused on analysis and recommendations within the Claude Code environment and do not involve remote calls or state-changing operations requiring idempotency.",{"category":117,"check":158,"severity":46,"summary":159},"Telemetry opt-in","There is no indication that this skill emits telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the artifact ('album state') and the user intent ('recommend the optimal next action') along with specific triggers ('what should I do next?', 'what's left to do?').",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, clearly stating the skill's purpose and argument hint within the initial character limit, followed by a detailed decision tree.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The skill body is well-structured with clear headings and logic, delegating deeper material to references and avoiding excessive verbosity within the main SKILL.md.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the overall flow and links to specific references for deeper dives into Suno best practices and genre guides, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","This skill focuses on recommending a next step rather than deep exploration or code review, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":178,"summary":179},"Usage examples","info","While the SKILL.md details the logic and output format, explicit end-to-end usage examples with invocation and outcome are not provided.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md thoroughly documents various album statuses, track statuses, instrumental detection, and priority rules for multiple albums, covering many edge cases and limitations.",{"category":104,"check":184,"severity":46,"summary":185},"Tool Fallback","The skill only references internal Claude tools and does not rely on an external MCP server with a fallback path.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The decision tree explicitly handles various states (no album, multiple albums, different track statuses) and provides distinct recommendations, implying a halt on truly unexpected states with a defined output.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill's core function is standalone. It references other skills like `/bitwize-music:suno-engineer` or `/bitwize-music:album-ideas` explicitly as next steps, without implicit reliance.",1778683604770,"This skill analyzes the current state of music albums and tracks to recommend the optimal next action within a production pipeline. It uses a detailed decision tree, considers various album statuses, track statuses, and instrumental tracks, and prioritizes actions when multiple albums are in progress. It integrates with other music production skills for subsequent steps.",[196,197,198,199,200],"Analyzes album and track statuses","Recommends single optimal next action","Handles instrumental track bypass","Prioritizes actions when multiple albums are in progress","Integrates with other music production skills",[202,203,204],"Performing the actions it recommends (e.g., writing lyrics, mastering audio)","Generating music directly","Providing a comprehensive list of all possible next steps","3.0.0","4.4.0","To act as a workflow router, analyzing the current state of music production projects and advising users on the single best next action to take, ensuring efficient progress through the album creation process.","The skill is highly polished and well-documented, with excellent coverage of its intended functionality and edge cases. A minor point deducted for the lack of explicit end-to-end usage examples.",96,"A highly polished and effective skill for guiding music production workflows.",[212,213,214,215],"music-production","workflow-automation","decision-support","agent-routing","global","verified",[219,220,221,222],"When the user asks 'what should I do next' for an album project","When unsure about the next step in a music production workflow","To receive guidance on progressing through album development stages","To identify and prioritize among multiple ongoing album projects",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},false,1778683581476,{"descriptionLength":228,"readmeSize":229},132,9335,{"closedIssues90d":231,"forks":232,"hasChangelog":233,"openIssues90d":234,"pushedAt":235,"stars":236},109,30,true,14,1778616491000,174,{"hasNpmPackage":225,"license":238,"smitheryVerified":225},"CC0-1.0",{"hasCi":233,"hasTests":233},{"updatedAt":241},1778683605144,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/next-step","bitwize-music-studio","claude-ai-music-skills","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":256,"parentExtension":259,"providers":288,"relations":304,"tags":305,"workflow":306},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":8},{"description":252,"installMethods":253,"name":255,"sourceUrl":14},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":254},"bitwize-music","Claude AI Music Skills",{"basePath":257,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":258},"","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":266,"providers":268,"relations":282,"tags":284,"workflow":285},1778683100520.296,"k17bfryzkzywswf1bkgrtch16d86n8t9",{"reviewCount":8},{"description":264,"installMethods":265,"name":254,"sourceUrl":14},"Human + AI music production workflow for Suno - skills, templates, and tools",{"claudeCode":12},{"basePath":257,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":267},"marketplace",{"evaluate":269,"extract":276},{"promptVersionExtension":270,"promptVersionScoring":206,"score":209,"tags":271,"targetMarket":216,"tier":217},"3.1.0",[212,272,273,213,274,275],"suno","ai-music","audio-mastering","songwriting",{"commitSha":277,"marketplace":278,"plugin":280},"HEAD",{"name":254,"pluginCount":279},1,{"mcpCount":8,"provider":281,"skillCount":8},"classify",{"repoId":283},"kd70cgrajsrnk5gmq60rhq30zd86nyc0",[273,274,212,275,272,213],{"evaluatedAt":286,"extractAt":287,"updatedAt":286},1778683122195,1778683100520,{"evaluate":289,"extract":301},{"promptVersionExtension":205,"promptVersionScoring":206,"score":290,"tags":291,"targetMarket":216,"tier":217},100,[292,293,272,294,295,296,297,298,299,300],"music-generation","ai","audio-production","workflow","lyrics","mastering","cli","python","claude-code",{"commitSha":277,"license":238,"plugin":302},{"mcpCount":8,"provider":281,"skillCount":303},54,{"parentExtensionId":261,"repoId":283},[293,294,300,298,296,297,292,299,272,295],{"evaluatedAt":307,"extractAt":287,"updatedAt":307},1778683131031,{"evaluate":309,"extract":311},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":310,"targetMarket":216,"tier":217},[212,213,214,215],{"commitSha":277},{"parentExtensionId":249,"repoId":283},{"_creationTime":314,"_id":283,"identity":315,"providers":316,"workflow":1001},1778683093832.8552,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":317,"discover":982,"github":985},{"commitSha":277,"extensions":318},[319,332,463,474,488,497,505,515,525,533,543,553,561,569,577,587,595,603,611,619,629,643,653,663,671,676,684,692,704,714,724,732,742,752,760,774,784,794,804,814,824,834,844,854,864,878,886,894,902,920,928,938,948,958,966,974],{"basePath":257,"displayName":254,"installMethods":320,"rationale":321,"selectedPaths":322,"source":331,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[323,326,328],{"path":324,"priority":325},".claude-plugin/marketplace.json","mandatory",{"path":327,"priority":325},"README.md",{"path":329,"priority":330},"LICENSE","high","rule",{"basePath":257,"description":252,"displayName":254,"installMethods":333,"license":238,"rationale":334,"selectedPaths":335,"source":331,"sourceLanguage":18,"type":258},{"claudeCode":254},"plugin manifest at .claude-plugin/plugin.json",[336,338,339,340,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461],{"path":337,"priority":325},".claude-plugin/plugin.json",{"path":327,"priority":325},{"path":329,"priority":330},{"path":341,"priority":342},"skills/about/SKILL.md","medium",{"path":344,"priority":342},"skills/album-art-director/SKILL.md",{"path":346,"priority":342},"skills/album-conceptualizer/SKILL.md",{"path":348,"priority":342},"skills/album-dashboard/SKILL.md",{"path":350,"priority":342},"skills/album-ideas/SKILL.md",{"path":352,"priority":342},"skills/clipboard/SKILL.md",{"path":354,"priority":342},"skills/cloud-uploader/SKILL.md",{"path":356,"priority":342},"skills/configure/SKILL.md",{"path":358,"priority":342},"skills/document-hunter/SKILL.md",{"path":360,"priority":342},"skills/explicit-checker/SKILL.md",{"path":362,"priority":342},"skills/genre-creator/SKILL.md",{"path":364,"priority":342},"skills/health-check/SKILL.md",{"path":366,"priority":342},"skills/help/SKILL.md",{"path":368,"priority":342},"skills/import-art/SKILL.md",{"path":370,"priority":342},"skills/import-audio/SKILL.md",{"path":372,"priority":342},"skills/import-track/SKILL.md",{"path":374,"priority":342},"skills/lyric-refiner/SKILL.md",{"path":376,"priority":342},"skills/lyric-reviewer/SKILL.md",{"path":378,"priority":342},"skills/lyric-writer/SKILL.md",{"path":380,"priority":342},"skills/mastering-engineer/SKILL.md",{"path":382,"priority":342},"skills/mix-engineer/SKILL.md",{"path":384,"priority":342},"skills/new-album/SKILL.md",{"path":386,"priority":342},"skills/next-step/SKILL.md",{"path":388,"priority":342},"skills/plagiarism-checker/SKILL.md",{"path":390,"priority":342},"skills/pre-generation-check/SKILL.md",{"path":392,"priority":342},"skills/promo-director/SKILL.md",{"path":394,"priority":342},"skills/promo-reviewer/SKILL.md",{"path":396,"priority":342},"skills/promo-writer/SKILL.md",{"path":398,"priority":342},"skills/promote-idea/SKILL.md",{"path":400,"priority":342},"skills/pronunciation-specialist/SKILL.md",{"path":402,"priority":342},"skills/release-director/SKILL.md",{"path":404,"priority":342},"skills/rename/SKILL.md",{"path":406,"priority":342},"skills/researcher/SKILL.md",{"path":408,"priority":342},"skills/researchers-biographical/SKILL.md",{"path":410,"priority":342},"skills/researchers-financial/SKILL.md",{"path":412,"priority":342},"skills/researchers-gov/SKILL.md",{"path":414,"priority":342},"skills/researchers-historical/SKILL.md",{"path":416,"priority":342},"skills/researchers-journalism/SKILL.md",{"path":418,"priority":342},"skills/researchers-legal/SKILL.md",{"path":420,"priority":342},"skills/researchers-primary-source/SKILL.md",{"path":422,"priority":342},"skills/researchers-security/SKILL.md",{"path":424,"priority":342},"skills/researchers-tech/SKILL.md",{"path":426,"priority":342},"skills/researchers-verifier/SKILL.md",{"path":428,"priority":342},"skills/resume/SKILL.md",{"path":430,"priority":342},"skills/session-start/SKILL.md",{"path":432,"priority":342},"skills/setup/SKILL.md",{"path":434,"priority":342},"skills/sheet-music-publisher/SKILL.md",{"path":436,"priority":342},"skills/skill-model-updater/SKILL.md",{"path":438,"priority":342},"skills/suno-engineer/SKILL.md",{"path":440,"priority":342},"skills/test/SKILL.md",{"path":442,"priority":342},"skills/tutorial/SKILL.md",{"path":444,"priority":342},"skills/validate-album/SKILL.md",{"path":446,"priority":342},"skills/verify-sources/SKILL.md",{"path":448,"priority":342},"skills/voice-checker/SKILL.md",{"path":450,"priority":325},".mcp.json",{"path":452,"priority":330},"hooks/README.md",{"path":454,"priority":330},"hooks/check_version_sync.py",{"path":456,"priority":330},"hooks/hooks.json",{"path":458,"priority":330},"hooks/install.sh",{"path":460,"priority":330},"hooks/pre-commit",{"path":462,"priority":330},"hooks/validate_track.py",{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":331,"sourceLanguage":18,"type":246},"skills/about","Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or capabilities.","about",{"claudeCode":12},"SKILL.md frontmatter at skills/about/SKILL.md",[470,472],{"path":471,"priority":325},"SKILL.md",{"path":473,"priority":342},"PROJECT_HISTORY.md",{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":331,"sourceLanguage":18,"type":246},"skills/album-art-director","Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual artwork generation.","album-art-director",{"claudeCode":12},"SKILL.md frontmatter at skills/album-art-director/SKILL.md",[481,482,484,486],{"path":471,"priority":325},{"path":483,"priority":342},"album-types.md",{"path":485,"priority":342},"prompt-examples.md",{"path":487,"priority":342},"visual-styles.md",{"basePath":489,"description":490,"displayName":491,"installMethods":492,"rationale":493,"selectedPaths":494,"source":331,"sourceLanguage":18,"type":246},"skills/album-conceptualizer","Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album concept.","album-conceptualizer",{"claudeCode":12},"SKILL.md frontmatter at skills/album-conceptualizer/SKILL.md",[495,496],{"path":471,"priority":325},{"path":483,"priority":342},{"basePath":498,"description":499,"displayName":500,"installMethods":501,"rationale":502,"selectedPaths":503,"source":331,"sourceLanguage":18,"type":246},"skills/album-dashboard","Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of album progress.","album-dashboard",{"claudeCode":12},"SKILL.md frontmatter at skills/album-dashboard/SKILL.md",[504],{"path":471,"priority":325},{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":331,"sourceLanguage":18,"type":246},"skills/album-ideas","Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea backlog.","album-ideas",{"claudeCode":12},"SKILL.md frontmatter at skills/album-ideas/SKILL.md",[512,513],{"path":471,"priority":325},{"path":514,"priority":342},"STATUS_VALUES.md",{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":331,"sourceLanguage":18,"type":246},"skills/clipboard","Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or other external tools.","clipboard",{"claudeCode":12},"SKILL.md frontmatter at skills/clipboard/SKILL.md",[522,523],{"path":471,"priority":325},{"path":524,"priority":342},"USAGE_EXAMPLES.md",{"basePath":526,"description":527,"displayName":528,"installMethods":529,"rationale":530,"selectedPaths":531,"source":331,"sourceLanguage":18,"type":246},"skills/cloud-uploader","Uploads promo videos and content to Cloudflare R2 or AWS S3. Use when the user wants to host promo content for social media or distribution.","cloud-uploader",{"claudeCode":12},"SKILL.md frontmatter at skills/cloud-uploader/SKILL.md",[532],{"path":471,"priority":325},{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":331,"sourceLanguage":18,"type":246},"skills/configure","Sets up or edits the plugin configuration file interactively. Use on first-time setup, when config is missing, or when the user wants to change settings.","configure",{"claudeCode":12},"SKILL.md frontmatter at skills/configure/SKILL.md",[540,541],{"path":471,"priority":325},{"path":542,"priority":342},"SETTINGS_REFERENCE.md",{"basePath":544,"description":545,"displayName":546,"installMethods":547,"rationale":548,"selectedPaths":549,"source":331,"sourceLanguage":18,"type":246},"skills/document-hunter","Searches and retrieves documents from free public sources using automated browser navigation. Use when research needs primary source documents like court filings, government reports, or public records.","document-hunter",{"claudeCode":12},"SKILL.md frontmatter at skills/document-hunter/SKILL.md",[550,551],{"path":471,"priority":325},{"path":552,"priority":342},"site-patterns.md",{"basePath":554,"description":555,"displayName":556,"installMethods":557,"rationale":558,"selectedPaths":559,"source":331,"sourceLanguage":18,"type":246},"skills/explicit-checker","Scans lyrics for explicit content and verifies that explicit flags match actual content. Use before Suno generation or release to ensure accurate content ratings.","explicit-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/explicit-checker/SKILL.md",[560],{"path":471,"priority":325},{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":331,"sourceLanguage":18,"type":246},"skills/genre-creator","Create new genre documentation files for the bitwize-music genre library. Use when the user wants to add a genre, says \"/genre-creator\", \"neues Genre erstellen\", \"Genre hinzufuegen\", \"add genre\", or asks to create genre documentation. Takes a genre name as argument.","genre-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/genre-creator/SKILL.md",[568],{"path":471,"priority":325},{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":331,"sourceLanguage":18,"type":246},"skills/health-check","Runs plugin health checks (venv packages and skill registration). Use when the user asks to check plugin health, verify setup, or troubleshoot missing skills.","health-check",{"claudeCode":12},"SKILL.md frontmatter at skills/health-check/SKILL.md",[576],{"path":471,"priority":325},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":331,"sourceLanguage":18,"type":246},"skills/help","Shows available skills, common workflows, and quick reference for the plugin. Use when the user asks for help, what skills are available, or how to do something.","help",{"claudeCode":12},"SKILL.md frontmatter at skills/help/SKILL.md",[584,585],{"path":471,"priority":325},{"path":586,"priority":342},"SKILL_GLOSSARY.md",{"basePath":588,"description":589,"displayName":590,"installMethods":591,"rationale":592,"selectedPaths":593,"source":331,"sourceLanguage":18,"type":246},"skills/import-art","Places album art files in the correct audio and content directory locations. Use when the user has generated or downloaded album artwork that needs to be saved.","import-art",{"claudeCode":12},"SKILL.md frontmatter at skills/import-art/SKILL.md",[594],{"path":471,"priority":325},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":331,"sourceLanguage":18,"type":246},"skills/import-audio","Moves audio files to the correct album location with proper path structure. Use when the user has downloaded WAV files from Suno or other sources that need to be organized.","import-audio",{"claudeCode":12},"SKILL.md frontmatter at skills/import-audio/SKILL.md",[602],{"path":471,"priority":325},{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":331,"sourceLanguage":18,"type":246},"skills/import-track","Moves track markdown files to the correct album location. Use when the user has track files in Downloads or other locations that need to be placed in an album.","import-track",{"claudeCode":12},"SKILL.md frontmatter at skills/import-track/SKILL.md",[610],{"path":471,"priority":325},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":331,"sourceLanguage":18,"type":246},"skills/lyric-refiner","Autonomous multi-pass lyric refinement for tightening, cohesion, and album unity. Use after lyrics are written to polish a track or entire album through iterative passes.","lyric-refiner",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-refiner/SKILL.md",[618],{"path":471,"priority":325},{"basePath":620,"description":621,"displayName":622,"installMethods":623,"rationale":624,"selectedPaths":625,"source":331,"sourceLanguage":18,"type":246},"skills/lyric-reviewer","Reviews lyrics against a quality checklist before Suno generation. Use before generating tracks to catch rhyme, prosody, pronunciation, and structural issues.","lyric-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-reviewer/SKILL.md",[626,627],{"path":471,"priority":325},{"path":628,"priority":342},"checklist-reference.md",{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":331,"sourceLanguage":18,"type":246},"skills/lyric-writer","Writes or reviews lyrics with professional prosody, rhyme craft, and quality checks. Use when writing new lyrics, revising existing lyrics, or when the user says 'let's work on a track.'","lyric-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/lyric-writer/SKILL.md",[636,637,639,641],{"path":471,"priority":325},{"path":638,"priority":342},"craft-reference.md",{"path":640,"priority":342},"documentary-standards.md",{"path":642,"priority":342},"examples.md",{"basePath":644,"description":645,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":331,"sourceLanguage":18,"type":246},"skills/mastering-engineer","Guides audio mastering for streaming platforms including loudness optimization and tonal balance. Use when the user has approved tracks and wants to master audio files.","mastering-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/mastering-engineer/SKILL.md",[650,651],{"path":471,"priority":325},{"path":652,"priority":342},"genre-presets.md",{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":331,"sourceLanguage":18,"type":246},"skills/mix-engineer","Polishes raw Suno audio by processing per-stem WAVs (vocals, backing_vocals, drums, bass, guitar, keyboard, strings, brass, woodwinds, percussion, synth, other) with targeted cleanup, EQ, and compression, then remixing into a polished stereo WAV ready for mastering. Use after audio import and before mastering.","mix-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/mix-engineer/SKILL.md",[660,661],{"path":471,"priority":325},{"path":662,"priority":342},"mix-presets.md",{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":331,"sourceLanguage":18,"type":246},"skills/new-album","Creates a new album with the correct directory structure and templates. Use IMMEDIATELY when the user says 'make a new album' or similar, before any discussion.","new-album",{"claudeCode":12},"SKILL.md frontmatter at skills/new-album/SKILL.md",[670],{"path":471,"priority":325},{"basePath":243,"description":10,"displayName":13,"installMethods":672,"rationale":673,"selectedPaths":674,"source":331,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/next-step/SKILL.md",[675],{"path":471,"priority":325},{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":331,"sourceLanguage":18,"type":246},"skills/plagiarism-checker","Scans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing.","plagiarism-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/plagiarism-checker/SKILL.md",[683],{"path":471,"priority":325},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":331,"sourceLanguage":18,"type":246},"skills/pre-generation-check","Validates all pre-generation gates before sending tracks to Suno. Checks sources verified, lyrics reviewed, pronunciation resolved, explicit flag set, style prompt complete, and artist names cleared. Use before generating tracks on Suno or when the user says \"pre-gen check\" or \"ready to generate\".","pre-generation-check",{"claudeCode":12},"SKILL.md frontmatter at skills/pre-generation-check/SKILL.md",[691],{"path":471,"priority":325},{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":331,"sourceLanguage":18,"type":246},"skills/promo-director","Generates 15-second vertical promo videos for social media from mastered audio. Use after mastering is complete and before release, when the user wants social media content.","promo-director",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-director/SKILL.md",[699,700,702],{"path":471,"priority":325},{"path":701,"priority":342},"technical-reference.md",{"path":703,"priority":342},"visualization-guide.md",{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":331,"sourceLanguage":18,"type":246},"skills/promo-reviewer","Reviews and iterates on social media copy in album promo/ files. Use after populating promo templates and before release to polish platform-specific posts.","promo-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-reviewer/SKILL.md",[711,712],{"path":471,"priority":325},{"path":713,"priority":342},"platform-rules.md",{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":331,"sourceLanguage":18,"type":246},"skills/promo-writer","Generates platform-specific social media copy from album themes, track concepts, and lyrics. Use when promo/ templates need to be populated before release.","promo-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/promo-writer/SKILL.md",[721,722],{"path":471,"priority":325},{"path":723,"priority":342},"copy-formulas.md",{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":331,"sourceLanguage":18,"type":246},"skills/promote-idea","Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says \"promote [idea title]\", \"turn idea into album\", or \"start working on [idea]\".","promote-idea",{"claudeCode":12},"SKILL.md frontmatter at skills/promote-idea/SKILL.md",[731],{"path":471,"priority":325},{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":331,"sourceLanguage":18,"type":246},"skills/pronunciation-specialist","Scans lyrics for pronunciation risks and prevents Suno mispronunciations. Use when writing lyrics with proper nouns, technical terms, homographs, or non-English words.","pronunciation-specialist",{"claudeCode":12},"SKILL.md frontmatter at skills/pronunciation-specialist/SKILL.md",[739,740],{"path":471,"priority":325},{"path":741,"priority":342},"word-lists.md",{"basePath":743,"description":744,"displayName":745,"installMethods":746,"rationale":747,"selectedPaths":748,"source":331,"sourceLanguage":18,"type":246},"skills/release-director","Coordinates album release including QA, distribution prep, and platform uploads. Use when mastering and album art are complete and the user is ready to release.","release-director",{"claudeCode":12},"SKILL.md frontmatter at skills/release-director/SKILL.md",[749,750],{"path":471,"priority":325},{"path":751,"priority":342},"platform-guides.md",{"basePath":753,"description":754,"displayName":755,"installMethods":756,"rationale":757,"selectedPaths":758,"source":331,"sourceLanguage":18,"type":246},"skills/rename","Renames an album or track, updating slugs, titles, and all mirrored paths. Use when the user wants to rename an album or track.","rename",{"claudeCode":12},"SKILL.md frontmatter at skills/rename/SKILL.md",[759],{"path":471,"priority":325},{"basePath":761,"description":762,"displayName":763,"installMethods":764,"rationale":765,"selectedPaths":766,"source":331,"sourceLanguage":18,"type":246},"skills/researcher","Conducts investigative-grade research with primary source analysis, cross-verification, and trial-level depth. Use when an album needs factual research, source material, or verification of claims.","researcher",{"claudeCode":12},"SKILL.md frontmatter at skills/researcher/SKILL.md",[767,768,770,772],{"path":471,"priority":325},{"path":769,"priority":342},"free-sources.md",{"path":771,"priority":342},"source-standards.md",{"path":773,"priority":342},"templates.md",{"basePath":775,"description":776,"displayName":777,"installMethods":778,"rationale":779,"selectedPaths":780,"source":331,"sourceLanguage":18,"type":246},"skills/researchers-biographical","Researches personal backgrounds, interviews, motivations, and humanizing details. Use when research needs biographical context about people involved in the album's subject.","researchers-biographical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-biographical/SKILL.md",[781,782],{"path":471,"priority":325},{"path":783,"priority":342},"INTERVIEW_SOURCES.md",{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":331,"sourceLanguage":18,"type":246},"skills/researchers-financial","Researches SEC filings, earnings calls, analyst reports, and market data. Use when the album subject involves financial crimes, corporate stories, or market events.","researchers-financial",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-financial/SKILL.md",[791,792],{"path":471,"priority":325},{"path":793,"priority":342},"SEC_FILING_GUIDE.md",{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":331,"sourceLanguage":18,"type":246},"skills/researchers-gov","Researches DOJ/FBI/SEC press releases, agency statements, and government sources. Use when research needs official government records or agency documentation.","researchers-gov",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-gov/SKILL.md",[801,802],{"path":471,"priority":325},{"path":803,"priority":342},"AGENCY_SOURCES.md",{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":331,"sourceLanguage":18,"type":246},"skills/researchers-historical","Researches archives, contemporary accounts, and timeline reconstruction. Use when the album subject involves historical events that need primary source verification.","researchers-historical",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-historical/SKILL.md",[811,812],{"path":471,"priority":325},{"path":813,"priority":342},"ARCHIVE_SOURCES.md",{"basePath":815,"description":816,"displayName":817,"installMethods":818,"rationale":819,"selectedPaths":820,"source":331,"sourceLanguage":18,"type":246},"skills/researchers-journalism","Researches investigative articles, interviews, and news coverage. Use when research needs journalistic sources for cross-referencing or additional context.","researchers-journalism",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-journalism/SKILL.md",[821,822],{"path":471,"priority":325},{"path":823,"priority":342},"SOURCE_EXTRACTION.md",{"basePath":825,"description":826,"displayName":827,"installMethods":828,"rationale":829,"selectedPaths":830,"source":331,"sourceLanguage":18,"type":246},"skills/researchers-legal","Researches court documents, indictments, plea agreements, and sentencing records. Use when the album subject involves legal proceedings or criminal cases.","researchers-legal",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-legal/SKILL.md",[831,832],{"path":471,"priority":325},{"path":833,"priority":342},"DISCOVERY_GUIDE.md",{"basePath":835,"description":836,"displayName":837,"installMethods":838,"rationale":839,"selectedPaths":840,"source":331,"sourceLanguage":18,"type":246},"skills/researchers-primary-source","Researches the subject's own words from tweets, blogs, forums, and chat logs. Use when research needs direct quotes or first-person accounts.","researchers-primary-source",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-primary-source/SKILL.md",[841,842],{"path":471,"priority":325},{"path":843,"priority":342},"DIRECT_SOURCES.md",{"basePath":845,"description":846,"displayName":847,"installMethods":848,"rationale":849,"selectedPaths":850,"source":331,"sourceLanguage":18,"type":246},"skills/researchers-security","Researches malware analysis, CVEs, attribution reports, and hacker community sources. Use when the album subject involves cybersecurity incidents or threat actors.","researchers-security",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-security/SKILL.md",[851,852],{"path":471,"priority":325},{"path":853,"priority":342},"CVE_RESEARCH.md",{"basePath":855,"description":856,"displayName":857,"installMethods":858,"rationale":859,"selectedPaths":860,"source":331,"sourceLanguage":18,"type":246},"skills/researchers-tech","Researches project histories, changelogs, developer interviews, and open source documentation. Use when the album subject involves technology projects or developer stories.","researchers-tech",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-tech/SKILL.md",[861,862],{"path":471,"priority":325},{"path":863,"priority":342},"PROJECT_RESEARCH.md",{"basePath":865,"description":866,"displayName":867,"installMethods":868,"rationale":869,"selectedPaths":870,"source":331,"sourceLanguage":18,"type":246},"skills/researchers-verifier","Performs quality control, citation validation, and fact-checking before human review. Use after research is complete to verify all sources and claims before production.","researchers-verifier",{"claudeCode":12},"SKILL.md frontmatter at skills/researchers-verifier/SKILL.md",[871,872,874,876],{"path":471,"priority":325},{"path":873,"priority":342},"VERIFICATION_CHECKLIST.md",{"path":875,"priority":342},"checklists.md",{"path":877,"priority":342},"patterns.md",{"basePath":879,"description":880,"displayName":881,"installMethods":882,"rationale":883,"selectedPaths":884,"source":331,"sourceLanguage":18,"type":246},"skills/resume","Finds an album by name and shows detailed status with next steps. Use when the user mentions an album name or wants to continue previous work.","resume",{"claudeCode":12},"SKILL.md frontmatter at skills/resume/SKILL.md",[885],{"path":471,"priority":325},{"basePath":887,"description":888,"displayName":889,"installMethods":890,"rationale":891,"selectedPaths":892,"source":331,"sourceLanguage":18,"type":246},"skills/session-start","Runs the session startup procedure - verifies setup, loads config and state, checks skill models, and reports project status. Use at the beginning of a fresh session.","session-start",{"claudeCode":12},"SKILL.md frontmatter at skills/session-start/SKILL.md",[893],{"path":471,"priority":325},{"basePath":895,"description":896,"displayName":897,"installMethods":898,"rationale":899,"selectedPaths":900,"source":331,"sourceLanguage":18,"type":246},"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",[901],{"path":471,"priority":325},{"basePath":903,"description":904,"displayName":905,"installMethods":906,"rationale":907,"selectedPaths":908,"source":331,"sourceLanguage":18,"type":246},"skills/sheet-music-publisher","Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.","sheet-music-publisher",{"claudeCode":12},"SKILL.md frontmatter at skills/sheet-music-publisher/SKILL.md",[909,910,912,914,916,918],{"path":471,"priority":325},{"path":911,"priority":342},"REQUIREMENTS.md",{"path":913,"priority":342},"anthemscore-reference.md",{"path":915,"priority":342},"musescore-reference.md",{"path":917,"priority":342},"publishing-guide.md",{"path":919,"priority":342},"workflow-detail.md",{"basePath":921,"description":922,"displayName":923,"installMethods":924,"rationale":925,"selectedPaths":926,"source":331,"sourceLanguage":18,"type":246},"skills/skill-model-updater","Updates model references across all skill files when new Claude models are released. Use when Anthropic releases new Claude models to keep skills current.","skill-model-updater",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-model-updater/SKILL.md",[927],{"path":471,"priority":325},{"basePath":929,"description":930,"displayName":931,"installMethods":932,"rationale":933,"selectedPaths":934,"source":331,"sourceLanguage":18,"type":246},"skills/suno-engineer","Constructs technical Suno V5/V5.5 style prompts, selects genres, and optimizes generation settings. Use when creating or refining Suno prompts for track generation.","suno-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/suno-engineer/SKILL.md",[935,936],{"path":471,"priority":325},{"path":937,"priority":342},"genre-practices.md",{"basePath":939,"description":940,"displayName":941,"installMethods":942,"rationale":943,"selectedPaths":944,"source":331,"sourceLanguage":18,"type":246},"skills/test","Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes to skills or templates, or to verify plugin health.","test",{"claudeCode":12},"SKILL.md frontmatter at skills/test/SKILL.md",[945,946],{"path":471,"priority":325},{"path":947,"priority":342},"test-definitions.md",{"basePath":949,"description":950,"displayName":951,"installMethods":952,"rationale":953,"selectedPaths":954,"source":331,"sourceLanguage":18,"type":246},"skills/tutorial","Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.","tutorial",{"claudeCode":12},"SKILL.md frontmatter at skills/tutorial/SKILL.md",[955,956],{"path":471,"priority":325},{"path":957,"priority":342},"phases.md",{"basePath":959,"description":960,"displayName":961,"installMethods":962,"rationale":963,"selectedPaths":964,"source":331,"sourceLanguage":18,"type":246},"skills/validate-album","Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.","validate-album",{"claudeCode":12},"SKILL.md frontmatter at skills/validate-album/SKILL.md",[965],{"path":471,"priority":325},{"basePath":967,"description":968,"displayName":969,"installMethods":970,"rationale":971,"selectedPaths":972,"source":331,"sourceLanguage":18,"type":246},"skills/verify-sources","Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.","verify-sources",{"claudeCode":12},"SKILL.md frontmatter at skills/verify-sources/SKILL.md",[973],{"path":471,"priority":325},{"basePath":975,"description":976,"displayName":977,"installMethods":978,"rationale":979,"selectedPaths":980,"source":331,"sourceLanguage":18,"type":246},"skills/voice-checker","Reviews lyrics and prose for AI-written patterns (abstract noun stacking, over-explained metaphors, cliche escalation, missing idiosyncrasy, prose AI tells). Advisory Warning/Info severity — flags issues, does not block or rewrite. Use when reviewing lyrics for authenticity or before generation to catch AI-sounding language.","voice-checker",{"claudeCode":12},"SKILL.md frontmatter at skills/voice-checker/SKILL.md",[981],{"path":471,"priority":325},{"sources":983},[984],"manual",{"closedIssues90d":231,"description":264,"forks":232,"homepage":986,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":987},"https://www.bitwizemusic.com",[988,300,989,990,991,992,993,994,995,996,272,997,998,296,632,275,274,999,273,1000],"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":1002,"discoverAt":1003,"extractAt":1004,"githubAt":1004,"updatedAt":1002},1778683099616,1778683093832,1778683097699,[215,214,212,213],{"evaluatedAt":241,"extractAt":287,"updatedAt":241},[],[1009,1028,1045,1062,1094,1123],{"_creationTime":1010,"_id":1011,"community":1012,"display":1013,"identity":1016,"providers":1017,"relations":1024,"tags":1025,"workflow":1026},1778683100520.309,"k175pfsgw0tecqwv6exrgntd1x86n1xx",{"reviewCount":8},{"description":968,"installMethods":1014,"name":1015,"sourceUrl":14},{"claudeCode":12},"Verify Sources",{"basePath":967,"githubOwner":244,"githubRepo":245,"locale":18,"slug":969,"type":246},{"evaluate":1018,"extract":1023},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1019,"tags":1020,"targetMarket":216,"tier":217},99,[212,1021,213,1022],"verification","data-validation",{"commitSha":277,"license":238},{"parentExtensionId":249,"repoId":283},[1022,212,1021,213],{"evaluatedAt":1027,"extractAt":287,"updatedAt":1027},1778684326147,{"_creationTime":1029,"_id":1030,"community":1031,"display":1032,"identity":1034,"providers":1035,"relations":1041,"tags":1042,"workflow":1043},1778683100520.3032,"k17635e8bakk3qrd5fs8xayvkd86mj1d",{"reviewCount":8},{"description":726,"installMethods":1033,"name":727,"sourceUrl":14},{"claudeCode":12},{"basePath":725,"githubOwner":244,"githubRepo":245,"locale":18,"slug":727,"type":246},{"evaluate":1036,"extract":1040},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1019,"tags":1037,"targetMarket":216,"tier":217},[212,1038,213,1039],"album-creation","idea-management",{"commitSha":277},{"parentExtensionId":249,"repoId":283},[1038,1039,212,213],{"evaluatedAt":1044,"extractAt":287,"updatedAt":1044},1778683745155,{"_creationTime":1046,"_id":1047,"community":1048,"display":1049,"identity":1051,"providers":1052,"relations":1058,"tags":1059,"workflow":1060},1778683100520.3013,"k17cd65f5v1j2r6rkcqbj8xp1d86mq8q",{"reviewCount":8},{"description":655,"installMethods":1050,"name":656,"sourceUrl":14},{"claudeCode":12},{"basePath":654,"githubOwner":244,"githubRepo":245,"locale":18,"slug":656,"type":246},{"evaluate":1053,"extract":1057},{"promptVersionExtension":205,"promptVersionScoring":206,"score":290,"tags":1054,"targetMarket":216,"tier":217},[1055,212,272,297,1056],"audio","audio-engineering",{"commitSha":277},{"parentExtensionId":249,"repoId":283},[1055,1056,297,212,272],{"evaluatedAt":1061,"extractAt":287,"updatedAt":1061},1778683556657,{"_creationTime":1063,"_id":1064,"community":1065,"display":1066,"identity":1072,"providers":1077,"relations":1086,"tags":1089,"workflow":1090},1778692982565.3235,"k17a9xkbep6cw2hw14pvb53k9n86nycz",{"reviewCount":8},{"description":1067,"installMethods":1068,"name":1070,"sourceUrl":1071},"Führen Sie Codierungsaufgaben mit einem strengen Liefer-Workflow aus: Erstellen Sie einen vollständigen Plan, implementieren Sie Schritt für Schritt, führen Sie kontinuierlich Tests durch und committen Sie standardmäßig nach jedem Schritt (`per_step`). Unterstützt explizite Commit-Policy-Überschreibungen (`final_only`, `milestone`) und optional BDD (Given/When/Then), wenn Benutzer verhaltensgesteuerte Bereitstellung anfordern oder Anforderungen unklar sind.",{"claudeCode":1069},"majiayu000/vibeguard","fixflow","https://github.com/majiayu000/vibeguard",{"basePath":1073,"githubOwner":1074,"githubRepo":1075,"locale":1076,"slug":1070,"type":246},"workflows/fixflow","majiayu000","vibeguard","de",{"evaluate":1078,"extract":1085},{"promptVersionExtension":205,"promptVersionScoring":206,"score":290,"tags":1079,"targetMarket":216,"tier":217},[1080,1081,1082,1083,213,1084],"code-quality","ai-safety","developer-tools","code-generation","security",{"commitSha":277},{"repoId":1087,"translatedFrom":1088},"kd7b0vh258xpbyerk68bk3e1ks86mk58","k17bwx69hk0p0w7rnpzvv2p16h86mp2k",[1081,1083,1080,1082,1084,213],{"evaluatedAt":1091,"extractAt":1092,"updatedAt":1093},1778692812461,1778692607327,1778692982565,{"_creationTime":1095,"_id":1096,"community":1097,"display":1098,"identity":1104,"providers":1108,"relations":1117,"tags":1119,"workflow":1120},1778691799740.4683,"k1794z8maqm6hayneb6tsjvxhs86na8f",{"reviewCount":8},{"description":1099,"installMethods":1100,"name":1102,"sourceUrl":1103},"Observe the user's screen via screenpipe, detect repeated research workflows, match them against existing scientific-agent-skills, and draft new skills (or composition recipes that chain existing ones) for the patterns not yet covered. Use when the user asks to analyze their recent work and propose skills based on what they actually do. Requires the screenpipe daemon (https://github.com/screenpipe/screenpipe) running locally on port 3030 — the skill has no other data source and will refuse to run if screenpipe is unreachable. All detection runs locally; only redacted cluster summaries reach the LLM.",{"claudeCode":1101},"K-Dense-AI/claude-scientific-skills","autoskill","https://github.com/K-Dense-AI/claude-scientific-skills",{"basePath":1105,"githubOwner":1106,"githubRepo":1107,"locale":18,"slug":1102,"type":246},"scientific-skills/autoskill","K-Dense-AI","claude-scientific-skills",{"evaluate":1109,"extract":1115},{"promptVersionExtension":205,"promptVersionScoring":206,"score":290,"tags":1110,"targetMarket":216,"tier":217},[213,1111,1112,1113,1114],"skill-discovery","research-assistant","llm-integration","screenpipe",{"commitSha":277,"license":1116},"MIT",{"repoId":1118},"kd79rphh5gexy91xmpxc05h5mh86mm9r",[1113,1112,1114,1111,213],{"evaluatedAt":1121,"extractAt":1122,"updatedAt":1121},1778691975656,1778691799740,{"_creationTime":1124,"_id":1125,"community":1126,"display":1127,"identity":1133,"providers":1138,"relations":1146,"tags":1149,"workflow":1150},1778696691708.3223,"k17fspd3qdk4vpd0v7jmkkvesh86m3z1",{"reviewCount":8},{"description":1128,"installMethods":1129,"name":1131,"sourceUrl":1132},"Route tasks via the 3-tier model selector and learned patterns; emits a routing rationale via hooks_explain",{"claudeCode":1130},"ruvnet/ruflo","Intelligence Route","https://github.com/ruvnet/ruflo",{"basePath":1134,"githubOwner":1135,"githubRepo":1136,"locale":18,"slug":1137,"type":246},"plugins/ruflo-intelligence/skills/intelligence-route","ruvnet","ruflo","intelligence-route",{"evaluate":1139,"extract":1145},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1019,"tags":1140,"targetMarket":216,"tier":217},[215,1141,1142,1143,1144],"model-selection","task-optimization","decision-rationale","learned-patterns",{"commitSha":277,"license":1116},{"parentExtensionId":1147,"repoId":1148},"k1782vbehx2bt6g5jfpc07y0yx86ng1e","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[215,1143,1144,1141,1142],{"evaluatedAt":1151,"extractAt":1152,"updatedAt":1151},1778700661750,1778696691708]