[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-thedotmack-version-bump-zh-CN":3,"guides-for-thedotmack-version-bump":458,"similar-k179drpjn9415ypm16w6mn8kgn86nn2j-zh-CN":459},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":250,"isFallback":231,"parentExtension":256,"providers":257,"relations":263,"repo":266,"tags":454,"workflow":455},1778698435239.8147,"k179drpjn9415ypm16w6mn8kgn86nn2j",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Claude Code 插件的自动化语义版本控制和发布工作流。处理 package.json、marketplace.json、plugin.json 清单中的版本增量、npm 发布（以便 `npx claude-mem@X.Y.Z` 可以解析）、构建验证、git 标记、GitHub 发布以及变更日志生成。",{"claudeCode":12},"thedotmack/claude-mem","claude-code-plugin-release","https://github.com/thedotmack/claude-mem",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":229,"workflow":248},1778698435239.815,"kn7fzcsh3sghgnsqdeagejkq4186n58f","zh-CN",{"checks":20,"evaluatedAt":197,"extensionSummary":198,"features":199,"nonGoals":205,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"tier":223,"useCases":224},[21,26,29,32,36,39,44,49,52,55,59,63,66,70,73,76,79,82,85,88,92,96,100,104,108,112,115,118,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,190,194],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清晰地阐述了 Claude Code 插件的自动化语义版本控制和发布工作流的问题，解决了开发人员的特定痛点。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该扩展提供了一个全面的自动化版本控制和发布工作流，通过集成多个清单、发布、标记和生成任务，超越了基本的 LLM 功能。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该扩展涵盖了插件发布的完整生命周期，从版本增量到发布和通知，表明它可以用于生产环境。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能仅专注于 Claude Code 插件的版本控制和发布工作流，遵循单一、明确定义的职责。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","显示的描述准确简洁地反映了扩展的功能，如源代码和文档中所述。",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","这是一个技能，不公开 MCP 意义上的独立工具；其功能通过 SKILL.md 中描述的单一入口点调用。",{"category":45,"check":46,"severity":47,"summary":48},"Documentation","Configuration & parameter reference","info","SKILL.md 提到了通过环境变量和设置文件进行配置，但未明确记录具体的参数及其默认值。",{"category":33,"check":50,"severity":42,"summary":51},"Tool naming","这是一个技能，不公开用户可见的独立命名的工具。",{"category":33,"check":53,"severity":42,"summary":54},"Minimal I/O surface","这是一个技能，不公开具有参数模式或响应形状的独立工具。",{"category":56,"check":57,"severity":24,"summary":58},"License","License usability","该扩展根据 Apache-2.0 许可证授权，如 LICENSE 文件和 README 所述，这是一个宽松的开源许可证。",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","该存储库显示了过去 3 个月内的最新提交，表明维护活跃。",{"category":60,"check":64,"severity":24,"summary":65},"Dependency Management","该项目使用 npm 并在 package.json 中列出依赖项，并自动安装 Bun 和 uv，这表明进行了受管理的依赖项处理。",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","SKILL.md 详细说明了 `npm publish` 和 Discord 通知等敏感操作，但脚本 `~/Scripts/claude-mem/.env` 暗示了本地管理的秘密，没有硬编码。",{"category":67,"check":71,"severity":24,"summary":72},"Injection","SKILL.md 清楚地区分了用户运行的命令和自身的执行逻辑，没有迹象表明加载了外部不可信数据作为指令。",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","安装使用了 `curl -fsSL` 来执行脚本，这是一个常见模式，但鉴于来源可信，是可以接受的。没有其他远程代码执行或动态获取指令的迹象。",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","该扩展的操作仅限于项目存储库内的 Git 命令和 npm 脚本，没有迹象表明试图修改此范围之外的文件。",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","在提供的脚本或文档中没有发现分离的进程启动或拒绝工具调用的重试循环。",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","该扩展的主要功能是管理发布和通知，没有明显的泄露机密数据的机制。",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","捆绑的内容和文档似乎不包含隐藏文本技巧或混淆的指令。",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","包含的脚本（例如 `generate_changelog.js`）是纯 JavaScript，没有混淆。",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","SKILL.md 明确列出了要修改的路径，并依赖标准的 Git 和 npm 命令，这使得它在不同的项目结构中具有可移植性，只要这些文件存在。",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","在过去 90 天内有 53 个问题已打开和 781 个已关闭，关闭率很高，表明维护者参与度高。",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","该扩展具有清晰的版本控制策略，包含 `package.json` 和 Git 标签，并且 `CHANGELOG.md` 会重新生成。",{"category":105,"check":106,"severity":47,"summary":107},"Code Execution","Validation","虽然使用了 Git 命令和 npm 脚本，但没有明确提及或证据表明存在用于验证输入参数或结构化输出的模式库，超出了 npm/git 提供的范围。",{"category":67,"check":109,"severity":110,"summary":111},"Unguarded Destructive Operations","warning","该工作流包括 `npm publish`、`git push` 和 `git tag`，这些都是破坏性/更改性操作。虽然通过手动步骤可以进行确认，但未记录明确的“试运行”或明确的每步确认机制。",{"category":105,"check":113,"severity":24,"summary":114},"Error Handling","SKILL.md 概述了一个详细的工作流，其中包含检查和成功预期，这表明任何步骤的失败都会导致需要手动干预，这对于发布工作流是合适的。",{"category":105,"check":116,"severity":24,"summary":117},"Logging","该工作流包括检查 `git status` 和 `npm view` 等手动步骤以确认成功，作为一种审计跟踪。Discord 通知也作为发布的日志。",{"category":119,"check":120,"severity":42,"summary":121},"Compliance","GDPR","该扩展不处理个人数据；其主要功能是代码发布管理。",{"category":119,"check":123,"severity":24,"summary":124},"Target market","该扩展是一个通用的 Claude Code 插件发布工具，没有任何区域或司法管辖区的限制，使其具有全球适用性。",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","该扩展依赖于标准的 Node.js、npm、git 和 shell 命令，这些命令广泛可用且跨平台兼容。",{"category":45,"check":129,"severity":24,"summary":130},"README","README 文件内容全面，详细说明了安装、功能、文档和许可，清晰地阐述了扩展的目的。",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","这是一个技能，不公开多个独立的工具；其功能通过其单一入口点和 SKILL.md 中的详细工作流进行调用。",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","这是一个技能，不公开多个独立的工具，因此没有重叠的近义词。",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","README 和 SKILL.md 中描述的所有功能都对应于已实现的功能，例如版本升级、发布和变更日志生成。",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","README 提供了清晰的、可复制粘贴的安装说明，适用于各种环境（npx、Gemini CLI、OpenCode、Claude Code 市场），并包含身份验证的设置说明。",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","SKILL.md 提供了详细的说明和每个步骤的明确检查，这意味着任何步骤的失败都将需要手动干预和诊断，这对于发布工作流是符合预期的。",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","依赖项通过 npm 管理，并且隐含了标准 npm 实践的锁定文件，脚本具有清晰解释器版本的 shebang。",{"category":33,"check":153,"severity":110,"summary":154},"Dry-run preview","尽管 SKILL.md 详细说明了 Git 和 npm 操作的手动步骤，但未记录发布过程本身的显式 `--dry-run` 标志或等效预览机制，该过程涉及发布和推送等破坏性操作。",{"category":156,"check":157,"severity":24,"summary":158},"Protocol","Idempotent retry & timeouts","该工作流依赖于原子的 Git 和 npm 操作，这些操作通常是幂等的或具有内置的重试机制。工作流的手动性质意味着用户会监督重试。",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","该扩展似乎不发送遥测数据；所有配置和密钥均在本地管理。没有迹象表明收集了可选的遥测数据。",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","描述清楚地定义了工件（Claude Code 插件）和任务（自动化语义版本控制和发布工作流），包括具体的文件和操作。",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","SKILL.md 中的 frontmatter 简洁有效，总结了发布工作流的核心功能和目的。",{"category":45,"check":169,"severity":24,"summary":170},"Concise Body","SKILL.md 结构良好，专注于发布工作流的步骤，并将详细文档委托给外部链接。",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","SKILL.md 概述了主要工作流，并链接到外部文档以深入了解安装、配置和开发。",{"category":172,"check":176,"severity":42,"summary":177},"Forked exploration","此技能是用于发布的程序化自动化，不涉及需要 `context: fork` 的深度探索或代码审查。",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","SKILL.md 和 README 提供了清晰的、端到端的安装和调用示例，展示了发布工作流的预期用途。",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","SKILL.md 记录了关键的前置条件，如提交所有内容和验证版本，并暗示了错误的手动干预，涵盖了发布工作流的失败模式。",{"category":105,"check":185,"severity":42,"summary":186},"Tool Fallback","此技能使用标准的命令行工具和 npm，而不是外部 MCP 服务器，因此回退不适用。",{"category":93,"check":188,"severity":24,"summary":189},"Stack assumptions","SKILL.md 和 README 清楚地说明了对 Node.js、npm、Bun 和 Claude Code 的要求，以及 Windows 的特定操作系统说明。",{"category":191,"check":192,"severity":24,"summary":193},"Safety","Halt on unexpected state","SKILL.md 中的详细清单和手动步骤确保了意外状态将停止工作流并需要用户显式操作和验证。",{"category":93,"check":195,"severity":24,"summary":196},"Cross-skill coupling","该技能是独立的，仅专注于 Claude Code 插件的发布工作流，没有与其他技能的隐式依赖。",1778698281104,"此技能自动化了 Claude Code 插件的语义版本控制和发布过程。它管理多个清单文件中的版本更新，处理 npm 发布、构建验证、Git 标记、GitHub 发布和变更日志生成。",[200,201,202,203,204],"跨多个清单的自动化版本增量","用于 `npx` 兼容性的 NPM 发布","Git 标记和 GitHub 发布创建","变更日志生成和提交更新","构建验证和同步操作",[206,207,208,209],"开发或测试插件的核心功能。","管理插件依赖项（除了版本同步）。","自动化插件的整个 CI/CD 流水线。","在发布前手动审查代码更改。","3.0.0","4.4.0","简化和自动化 Claude Code 插件新版本发布的复杂过程，确保一致性并减少手动错误。","该扩展具有出色的文档，并以高度的生产就绪性覆盖了关键的开发工作流。关于试运行和明确参数文档的少量说明并未影响其整体质量。",95,"一个强大且文档齐全的自动化工具，用于 Claude Code 插件的语义版本控制和发布工作流。",[217,218,219,220,221,222],"release-automation","versioning","npm","git","claude-code","ci-cd","community",[225,226,227,228],"自动化 Claude Code 插件的补丁、次要或主要版本更新。","确保 `package.json`、`marketplace.json` 和 `plugin.json` 之间的版本一致性。","简化将新插件版本发布到 npm 和 GitHub 的过程。","自动生成发布说明和更新变更日志。",{"codeQuality":230,"collectedAt":232,"documentation":233,"maintenance":236,"popularity":242,"security":244,"testCoverage":247},{"hasLockfile":231},false,1778698264163,{"descriptionLength":234,"readmeSize":235},293,17010,{"closedIssues90d":237,"forks":238,"hasChangelog":231,"openIssues90d":239,"pushedAt":240,"stars":241},781,6488,53,1778643518000,75457,{"npmDownloads":243},124555,{"hasNpmPackage":245,"license":246,"smitheryVerified":231},true,"Apache-2.0",{"hasCi":245,"hasTests":245},{"updatedAt":249},1778698435239,{"basePath":251,"githubOwner":252,"githubRepo":253,"locale":18,"slug":254,"type":255},"plugin/skills/version-bump","thedotmack","claude-mem","version-bump","skill",null,{"evaluate":258,"extract":261},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":259,"targetMarket":260,"tier":223},[217,218,219,220,221,222],"global",{"commitSha":262},"HEAD",{"repoId":264,"translatedFrom":265},"kd70jnxgm695az2wtf37zbqdj986mp7k","k17d9355zr543se60h845th6yx86mdjy",{"_creationTime":267,"_id":264,"identity":268,"providers":269,"workflow":449},1778698049260.0457,{"githubOwner":252,"githubRepo":253,"sourceUrl":14},{"classify":270,"discover":421,"extract":424,"github":425,"npm":448},{"commitSha":262,"extensions":271},[272,284,297,311,320,328,339,347,355,363,371,379,387,395,404,412],{"basePath":273,"displayName":274,"installMethods":275,"rationale":276,"selectedPaths":277,"source":281,"sourceLanguage":282,"type":283},".agents/plugins","claude-mem-local",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json",[278],{"path":279,"priority":280},"marketplace.json","mandatory","rule","en","marketplace",{"basePath":285,"description":286,"displayName":252,"installMethods":287,"rationale":288,"selectedPaths":289,"source":281,"sourceLanguage":282,"type":283},"","Plugins by Alex Newman (thedotmack)",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[290,292,294],{"path":291,"priority":280},".claude-plugin/marketplace.json",{"path":293,"priority":280},"README.md",{"path":295,"priority":296},"LICENSE","high",{"basePath":285,"description":298,"displayName":253,"installMethods":299,"license":246,"rationale":300,"selectedPaths":301,"source":281,"sourceLanguage":282,"type":310},"Memory compression system for Claude Code - persist context across sessions",{"claudeCode":253},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at plugin)",[302,304,305,306,308],{"path":303,"priority":280},".claude-plugin/plugin.json",{"path":293,"priority":280},{"path":295,"priority":296},{"path":307,"priority":280},".mcp.json",{"path":309,"priority":296},".codex-plugin/plugin.json","plugin",{"basePath":312,"description":313,"displayName":314,"installMethods":315,"rationale":316,"selectedPaths":317,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/babysit","Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.","babysit",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/babysit/SKILL.md",[318],{"path":319,"priority":280},"SKILL.md",{"basePath":321,"description":322,"displayName":323,"installMethods":324,"rationale":325,"selectedPaths":326,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/do","Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.","do",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/do/SKILL.md",[327],{"path":319,"priority":280},{"basePath":329,"description":330,"displayName":331,"installMethods":332,"rationale":333,"selectedPaths":334,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/how-it-works","Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks \"how does claude-mem work?\" or \"what is this thing doing?\".","how-it-works",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/how-it-works/SKILL.md",[335,336],{"path":319,"priority":280},{"path":337,"priority":338},"onboarding-explainer.md","medium",{"basePath":340,"description":341,"displayName":342,"installMethods":343,"rationale":344,"selectedPaths":345,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/knowledge-agent","Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused \"brains\" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.","knowledge-agent",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/knowledge-agent/SKILL.md",[346],{"path":319,"priority":280},{"basePath":348,"description":349,"displayName":350,"installMethods":351,"rationale":352,"selectedPaths":353,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/learn-codebase","Prime a codebase by reading every source file in full. Use when starting work on a new or unfamiliar project, or when the user asks to \"learn the codebase\", \"read the codebase\", \"prime\", or \"get up to speed\".","learn-codebase",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/learn-codebase/SKILL.md",[354],{"path":319,"priority":280},{"basePath":356,"description":357,"displayName":358,"installMethods":359,"rationale":360,"selectedPaths":361,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/make-plan","Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.","make-plan",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/make-plan/SKILL.md",[362],{"path":319,"priority":280},{"basePath":364,"description":365,"displayName":366,"installMethods":367,"rationale":368,"selectedPaths":369,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/mem-search","Search claude-mem's persistent cross-session memory database. Use when user asks \"did we already solve this?\", \"how did we do X last time?\", or needs work from previous sessions.","mem-search",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/mem-search/SKILL.md",[370],{"path":319,"priority":280},{"basePath":372,"description":373,"displayName":374,"installMethods":375,"rationale":376,"selectedPaths":377,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/pathfinder","Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to \"find the ideal path,\" unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.","pathfinder",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/pathfinder/SKILL.md",[378],{"path":319,"priority":280},{"basePath":380,"description":381,"displayName":382,"installMethods":383,"rationale":384,"selectedPaths":385,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/smart-explore","Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.","smart-explore",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/smart-explore/SKILL.md",[386],{"path":319,"priority":280},{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/timeline-report","Generate a \"Journey Into [Project]\" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.","timeline-report",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/timeline-report/SKILL.md",[394],{"path":319,"priority":280},{"basePath":251,"description":396,"displayName":13,"installMethods":397,"rationale":398,"selectedPaths":399,"source":281,"sourceLanguage":282,"type":255},"Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, npm publishing (so `npx claude-mem@X.Y.Z` resolves), build verification, git tagging, GitHub releases, and changelog generation.",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/version-bump/SKILL.md",[400,401],{"path":319,"priority":280},{"path":402,"priority":403},"scripts/generate_changelog.js","low",{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":281,"sourceLanguage":282,"type":255},"plugin/skills/wowerpoint","Turn one document into a kawaii NotebookLM slide-deck PDF. Use for \"wowerpoint this\", \"make a deck about \u003Cfile>\", \"turn this report into slides\", or any request to render a single document as shareable narrative slides.","wowerpoint",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/wowerpoint/SKILL.md",[411],{"path":319,"priority":280},{"basePath":285,"description":298,"displayName":253,"installMethods":413,"license":246,"rationale":414,"selectedPaths":415,"source":281,"sourceLanguage":282,"type":420},{"npm":253},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[416,418,419],{"path":417,"priority":280},"package.json",{"path":293,"priority":280},{"path":295,"priority":296},"mcp",{"sources":422},[423],"manual",{"npmPackage":253},{"closedIssues90d":237,"description":426,"forks":238,"homepage":427,"license":246,"openIssues90d":239,"pushedAt":240,"readmeSize":235,"stars":241,"topics":428},"Persistent Context Across Sessions for Every Agent –  Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More","https://claude-mem.ai",[429,430,431,432,433,434,435,436,221,437,438,439,440,441,442,443,444,445,446,447],"ai","ai-agents","ai-memory","anthropic","artificial-intelligence","claude","claude-agent-sdk","claude-agents","claude-code-plugin","claude-skills","long-term-memory","mem0","openmemory","supermemory","chromadb","sqlite","embeddings","memory-engine","rag",{"downloads":243},{"classifiedAt":450,"discoverAt":451,"extractAt":452,"githubAt":452,"npmAt":453,"updatedAt":450},1778698055851,1778698049260,1778698052709,1778698054459,[222,221,220,219,217,218],{"evaluatedAt":456,"extractAt":457,"updatedAt":249},1778698281328,1778698056313,[],[460,492,520,548,576,604],{"_creationTime":461,"_id":462,"community":463,"display":464,"identity":470,"providers":475,"relations":485,"tags":488,"workflow":489},1778692488329.0164,"k17d7dgccv6vnj9tcw0cehwnph86nryb",{"reviewCount":8},{"description":465,"installMethods":466,"name":468,"sourceUrl":469},"Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.",{"claudeCode":467},"luiseiman/claude-kit","Rule Effectiveness Analysis","https://github.com/luiseiman/claude-kit",{"basePath":471,"githubOwner":472,"githubRepo":473,"locale":282,"slug":474,"type":255},"skills/rule-effectiveness","luiseiman","claude-kit","rule-effectiveness",{"evaluate":476,"extract":483},{"promptVersionExtension":210,"promptVersionScoring":211,"score":477,"tags":478,"targetMarket":260,"tier":482},100,[221,479,480,481,220],"configuration","analysis","optimization","verified",{"commitSha":262,"license":484},"MIT",{"parentExtensionId":486,"repoId":487},"k17650xadq8363kzchr4w0gmf186nq24","kd79wqc8an5wh20cc2znr8tyb586mxwx",[480,221,479,220,481],{"evaluatedAt":490,"extractAt":491,"updatedAt":490},1778693275143,1778692488329,{"_creationTime":493,"_id":494,"community":495,"display":496,"identity":502,"providers":505,"relations":513,"tags":516,"workflow":517},1778675056600.2383,"k17f3nm8tbhnv6cqv25b8g3zvh86nrgp",{"reviewCount":8},{"description":497,"installMethods":498,"name":500,"sourceUrl":501},"Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning.",{"claudeCode":499},"alirezarezvani/claude-skills","release-manager","https://github.com/alirezarezvani/claude-skills",{"basePath":503,"githubOwner":504,"githubRepo":438,"locale":282,"slug":500,"type":255},"engineering/skills/release-manager","alirezarezvani",{"evaluate":506,"extract":512},{"promptVersionExtension":210,"promptVersionScoring":211,"score":477,"tags":507,"targetMarket":260,"tier":482},[508,509,510,218,220,511],"release-management","devops","changelog","automation",{"commitSha":262},{"parentExtensionId":514,"repoId":515},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[511,510,509,220,508,218],{"evaluatedAt":518,"extractAt":519,"updatedAt":518},1778678944942,1778675056600,{"_creationTime":521,"_id":522,"community":523,"display":524,"identity":530,"providers":534,"relations":540,"tags":543,"workflow":544},1778692136762.7788,"k17ffasf9f7txhksdh19e0psss86msks",{"reviewCount":8},{"description":525,"installMethods":526,"name":528,"sourceUrl":529},"发布 clickup-cli 的新版本到 npm，更新 Homebrew tap，编写发布说明，并同步 agent skill。在发布新版本、提升版本号或验证发布时使用。",{"claudeCode":527},"krodak/clickup-cli","releasing-clickup-cli","https://github.com/krodak/clickup-cli",{"basePath":531,"githubOwner":532,"githubRepo":533,"locale":18,"slug":528,"type":255},".agents/skills/releasing-clickup-cli","krodak","clickup-cli",{"evaluate":535,"extract":539},{"promptVersionExtension":210,"promptVersionScoring":211,"score":477,"tags":536,"targetMarket":260,"tier":482},[217,219,537,538,509],"homebrew","cli",{"commitSha":262},{"repoId":541,"translatedFrom":542},"kd7eepjypfnak20m6gzx5gk5mx86mdz6","k179vm5rq0p8bzd9v2d18rqneh86m9bj",[538,509,537,219,217],{"evaluatedAt":545,"extractAt":546,"updatedAt":547},1778692046342,1778692007457,1778692136762,{"_creationTime":549,"_id":550,"community":551,"display":552,"identity":558,"providers":562,"relations":569,"tags":572,"workflow":573},1778699018122.7927,"k172qs5m5jvyrgpd8psfrfmz2s86m9vb",{"reviewCount":8},{"description":553,"installMethods":554,"name":556,"sourceUrl":557},"Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.",{"claudeCode":555},"wshobson/agents","secrets-management","https://github.com/wshobson/agents",{"basePath":559,"githubOwner":560,"githubRepo":561,"locale":282,"slug":556,"type":255},"plugins/cicd-automation/skills/secrets-management","wshobson","agents",{"evaluate":563,"extract":568},{"promptVersionExtension":210,"promptVersionScoring":211,"score":477,"tags":564,"targetMarket":260,"tier":482},[556,222,565,566,567],"vault","aws-secrets-manager","security",{"commitSha":262},{"parentExtensionId":570,"repoId":571},"k1748zrty6tytzs86tpyrrbaxn86mfmj","kd74de64zj0axtg5b8t7eqqe2x86nske",[566,222,556,567,565],{"evaluatedAt":574,"extractAt":575,"updatedAt":574},1778700789419,1778699018122,{"_creationTime":577,"_id":578,"community":579,"display":580,"identity":586,"providers":591,"relations":598,"tags":600,"workflow":601},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":581,"installMethods":582,"name":584,"sourceUrl":585},"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.",{"claudeCode":583},"steipete/clawdis","ClawSweeper Skill","https://github.com/steipete/clawdis",{"basePath":587,"githubOwner":588,"githubRepo":589,"locale":282,"slug":590,"type":255},".agents/skills/clawsweeper","steipete","clawdis","clawsweeper",{"evaluate":592,"extract":597},{"promptVersionExtension":210,"promptVersionScoring":211,"score":477,"tags":593,"targetMarket":260,"tier":482},[594,511,595,596,222],"github","code-review","maintenance",{"commitSha":262,"license":484},{"repoId":599},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[511,222,595,594,596],{"evaluatedAt":602,"extractAt":603,"updatedAt":602},1778697688364,1778697652123,{"_creationTime":605,"_id":606,"community":607,"display":608,"identity":614,"providers":619,"relations":628,"tags":631,"workflow":632},1778693180473.13,"k171q6ygmjjyh4tynhnym1v9cn86m7q0",{"reviewCount":8},{"description":609,"installMethods":610,"name":612,"sourceUrl":613},"Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: \"run azd up\", \"run azd deploy\", \"execute deployment\", \"push to production\", \"push to cloud\", \"go live\", \"ship it\", \"bicep deploy\", \"terraform apply\", \"publish to Azure\", \"launch on Azure\". DO NOT USE WHEN: \"create and deploy\", \"build and deploy\", \"create a new app\", \"set up infrastructure\", \"create and deploy to Azure using Terraform\" — use azure-prepare for these.",{"claudeCode":611},"microsoft/agent-skills","Azure Deploy","https://github.com/microsoft/agent-skills",{"basePath":615,"githubOwner":616,"githubRepo":617,"locale":282,"slug":618,"type":255},".github/plugins/azure-skills/skills/azure-deploy","microsoft","agent-skills","azure-deploy",{"evaluate":620,"extract":627},{"promptVersionExtension":210,"promptVersionScoring":211,"score":477,"tags":621,"targetMarket":260,"tier":482},[622,623,624,625,626,511,222],"azure","deployment","bicep","terraform","azd",{"commitSha":262,"license":484},{"parentExtensionId":629,"repoId":630},"k17934axs3g4g0b9056mbcsz0986m02a","kd77czgnv00rfjm815pcc5xx5986n5t8",[511,626,622,624,222,623,625],{"evaluatedAt":633,"extractAt":634,"updatedAt":633},1778696225011,1778693180473]