[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-thedotmack-version-bump-en":3,"guides-for-thedotmack-version-bump":455,"similar-k17d9355zr543se60h845th6yx86mdjy-en":456},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":251,"isFallback":232,"parentExtension":257,"providers":258,"relations":263,"repo":265,"tags":451,"workflow":452},1778698056313.1536,"k17d9355zr543se60h845th6yx86mdjy",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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},"thedotmack/claude-mem","claude-code-plugin-release","https://github.com/thedotmack/claude-mem",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":230,"workflow":249},1778698281328.611,"kn77j7jz23pates8zx58f28v8x86mrq1","en",{"checks":20,"evaluatedAt":197,"extensionSummary":198,"features":199,"nonGoals":205,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":223,"tier":224,"useCases":225},[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","The description clearly states the problem of automating semantic versioning and release workflows for Claude Code plugins, addressing a specific pain point for developers.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This extension provides a comprehensive, automated workflow for versioning and releases, which goes beyond basic LLM capabilities by integrating with multiple manifests, publishing, tagging, and generation tasks.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension covers the complete lifecycle of a plugin release, from version incrementing to publishing and notification, indicating it's ready for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on the versioning and release workflow for Claude Code plugins, adhering to a single, well-defined responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the extension's functionality as detailed in the source code and documentation.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill and does not expose distinct tools in the MCP sense; its functionality is invoked via a single entry point described in SKILL.md.",{"category":45,"check":46,"severity":47,"summary":48},"Documentation","Configuration & parameter reference","info","The SKILL.md mentions configuration via environment variables and a settings file, but specific parameters and their default values are not explicitly documented.",{"category":33,"check":50,"severity":42,"summary":51},"Tool naming","This is a skill and does not expose user-facing tools with individual names.",{"category":33,"check":53,"severity":42,"summary":54},"Minimal I/O surface","This is a skill and does not expose distinct tools with parameter schemas or response shapes.",{"category":56,"check":57,"severity":24,"summary":58},"License","License usability","The extension is licensed under the Apache-2.0 license, as indicated by the LICENSE file and the README, which is a permissive open-source license.",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","The repository shows recent commits within the last 3 months, indicating active maintenance.",{"category":60,"check":64,"severity":24,"summary":65},"Dependency Management","The project utilizes npm and lists dependencies in package.json, with auto-installation of Bun and uv, suggesting managed dependency handling.",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","The SKILL.md details sensitive operations like `npm publish` and Discord notifications, but the script `~/Scripts/claude-mem/.env` implies secrets are managed locally and not hardcoded.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The SKILL.md clearly delineates between commands to be run by the user and its own execution logic, and there's no indication of loading external untrusted data as instructions.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The installation uses `curl -fsSL` for a script, which is a common pattern but acceptable given the trusted source. No other remote code execution or dynamic fetching of instructions is apparent.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The extension's operations are confined to Git commands and npm scripts within the project repository, with no indication of attempts to modify files outside this scope.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached-process spawns or retry loops around denied tool calls are evident in the provided scripts or documentation.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The extension's primary function is to manage releases and notifications, with no apparent mechanism for exfiltrating confidential data.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content and documentation do not appear to contain hidden text tricks or obfuscated instructions.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The scripts included (e.g., `generate_changelog.js`) are plain JavaScript and not obfuscated.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The SKILL.md explicitly lists paths to be modified and relies on standard Git and npm commands, making it portable across different project structures as long as these files exist.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","With 53 issues opened and 781 closed in the last 90 days, the closure rate is high, indicating good maintainer engagement.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The extension has a clear versioning strategy with `package.json` and Git tags, and the `CHANGELOG.md` is regenerated.",{"category":105,"check":106,"severity":47,"summary":107},"Code Execution","Validation","While Git commands and npm scripts are used, there's no explicit mention or evidence of a schema library for validating input arguments or structured output beyond what npm/git provide.",{"category":67,"check":109,"severity":110,"summary":111},"Unguarded Destructive Operations","warning","The workflow includes `npm publish`, `git push`, and `git tag`, which are destructive/mutating operations. While a confirmation is implied by the manual steps, there isn't an explicit 'dry-run' or explicit per-step confirmation mechanism documented.",{"category":105,"check":113,"severity":24,"summary":114},"Error Handling","The SKILL.md outlines a detailed workflow with checks and expectations of success for each step, implying that errors would halt the process and require manual intervention, which is appropriate for a release workflow.",{"category":105,"check":116,"severity":24,"summary":117},"Logging","The workflow includes manual steps like checking `git status` and `npm view` to confirm success, acting as a form of audit trail. The Discord notification also serves as a log of the release.",{"category":119,"check":120,"severity":42,"summary":121},"Compliance","GDPR","The extension does not operate on personal data; its primary function is code release management.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The extension is a general-purpose release tool for Claude Code plugins and does not exhibit any regional or jurisdictional restrictions, making it global.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The extension relies on standard Node.js, npm, git, and shell commands, which are widely available and cross-platform compatible.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README file is comprehensive, detailing installation, features, documentation, and licensing, clearly stating the extension's purpose.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This is a skill and does not expose multiple distinct tools; its functionality is invoked via its single entry point and the detailed workflow in SKILL.md.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","This is a skill and does not expose multiple distinct tools, thus no overlapping synonyms.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All features described in the README and SKILL.md correspond to implemented functionality such as version bumping, publishing, and changelog generation.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for various environments (npx, Gemini CLI, OpenCode, Claude Code marketplace) and includes setup notes for authentication.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The SKILL.md provides detailed instructions and explicit checks for each step, implying that failure at any point would require manual intervention and diagnosis, which is expected for a release workflow.",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","Dependencies are managed via npm with a lockfile implied by standard npm practices, and scripts have shebangs with clear interpreter versions.",{"category":33,"check":153,"severity":110,"summary":154},"Dry-run preview","While the SKILL.md details manual steps for Git and npm operations, there is no explicit `--dry-run` flag or equivalent preview mechanism documented for the release process itself, which involves destructive operations like publishing and pushing.",{"category":156,"check":157,"severity":24,"summary":158},"Protocol","Idempotent retry & timeouts","The workflow relies on atomic Git and npm operations which are generally idempotent or have built-in retry mechanisms. The manual nature of the workflow implies user oversight for retries.",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The extension does not appear to emit telemetry; all configuration and secrets are managed locally. There are no indications of opt-out telemetry collection.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The description clearly defines the artifact (Claude Code plugins) and the task (automated semantic versioning and release workflow), including specific files and actions.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and purpose of the release workflow.",{"category":45,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is well-structured and focuses on the release workflow steps, delegating detailed documentation to external links.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md outlines the main workflow and links to external documentation for deeper dives into installation, configuration, and development.",{"category":172,"check":176,"severity":42,"summary":177},"Forked exploration","This skill is a procedural automation for releases and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The SKILL.md and README provide clear, end-to-end examples for installation and invocation, demonstrating the intended use of the release workflow.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The SKILL.md documents crucial preconditions like committing everything and verifying versions, and implies manual intervention for errors, covering failure modes for a release workflow.",{"category":105,"check":185,"severity":42,"summary":186},"Tool Fallback","This skill uses standard command-line tools and npm, not external MCP servers, so fallbacks are not applicable.",{"category":93,"check":188,"severity":24,"summary":189},"Stack assumptions","The SKILL.md and README clearly state requirements for Node.js, npm, Bun, and Claude Code, along with OS-specific notes for Windows.",{"category":191,"check":192,"severity":24,"summary":193},"Safety","Halt on unexpected state","The detailed checklist and manual steps in the SKILL.md ensure that unexpected states would halt the workflow and require explicit user action and verification.",{"category":93,"check":195,"severity":24,"summary":196},"Cross-skill coupling","The skill is self-contained and focuses solely on the release workflow for Claude Code plugins, with no implicit reliance on other skills.",1778698281104,"This skill automates the semantic versioning and release process for Claude Code plugins. It manages version updates across multiple manifest files, handles npm publishing, build verification, Git tagging, GitHub releases, and changelog generation.",[200,201,202,203,204],"Automated version increments across multiple manifests","NPM publishing for `npx` compatibility","Git tagging and GitHub release creation","Changelog generation and commit updates","Build verification and sync operations",[206,207,208,209],"Developing or testing the plugin's core functionality.","Managing plugin dependencies beyond version syncing.","Automating the entire CI/CD pipeline for a plugin.","Manually reviewing code changes before a release.","3.0.0","4.4.0","To streamline and automate the complex process of releasing new versions of Claude Code plugins, ensuring consistency and reducing manual errors.","The extension is exceptionally well-documented and covers a critical developer workflow with high production readiness. Minor notes on dry-run and explicit parameter documentation do not detract from its overall quality.",95,"A robust and well-documented automation for semantic versioning and release workflows for Claude Code plugins.",[217,218,219,220,221,222],"release-automation","versioning","npm","git","claude-code","ci-cd","global","community",[226,227,228,229],"Automating patch, minor, or major version updates for Claude Code plugins.","Ensuring consistent versioning across `package.json`, `marketplace.json`, and `plugin.json`.","Simplifying the process of publishing new plugin versions to npm and GitHub.","Generating release notes and updating changelogs automatically.",{"codeQuality":231,"collectedAt":233,"documentation":234,"maintenance":237,"popularity":243,"security":245,"testCoverage":248},{"hasLockfile":232},false,1778698264163,{"descriptionLength":235,"readmeSize":236},293,17010,{"closedIssues90d":238,"forks":239,"hasChangelog":232,"openIssues90d":240,"pushedAt":241,"stars":242},781,6488,53,1778643518000,75457,{"npmDownloads":244},124555,{"hasNpmPackage":246,"license":247,"smitheryVerified":232},true,"Apache-2.0",{"hasCi":246,"hasTests":246},{"updatedAt":250},1778698281328,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":18,"slug":255,"type":256},"plugin/skills/version-bump","thedotmack","claude-mem","version-bump","skill",null,{"evaluate":259,"extract":261},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":260,"targetMarket":223,"tier":224},[217,218,219,220,221,222],{"commitSha":262},"HEAD",{"repoId":264},"kd70jnxgm695az2wtf37zbqdj986mp7k",{"_creationTime":266,"_id":264,"identity":267,"providers":268,"workflow":446},1778698049260.0457,{"githubOwner":253,"githubRepo":254,"sourceUrl":14},{"classify":269,"discover":418,"extract":421,"github":422,"npm":445},{"commitSha":262,"extensions":270},[271,282,295,309,318,326,337,345,353,361,369,377,385,393,401,409],{"basePath":272,"displayName":273,"installMethods":274,"rationale":275,"selectedPaths":276,"source":280,"sourceLanguage":18,"type":281},".agents/plugins","claude-mem-local",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json",[277],{"path":278,"priority":279},"marketplace.json","mandatory","rule","marketplace",{"basePath":283,"description":284,"displayName":253,"installMethods":285,"rationale":286,"selectedPaths":287,"source":280,"sourceLanguage":18,"type":281},"","Plugins by Alex Newman (thedotmack)",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[288,290,292],{"path":289,"priority":279},".claude-plugin/marketplace.json",{"path":291,"priority":279},"README.md",{"path":293,"priority":294},"LICENSE","high",{"basePath":283,"description":296,"displayName":254,"installMethods":297,"license":247,"rationale":298,"selectedPaths":299,"source":280,"sourceLanguage":18,"type":308},"Memory compression system for Claude Code - persist context across sessions",{"claudeCode":254},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at plugin)",[300,302,303,304,306],{"path":301,"priority":279},".claude-plugin/plugin.json",{"path":291,"priority":279},{"path":293,"priority":294},{"path":305,"priority":279},".mcp.json",{"path":307,"priority":294},".codex-plugin/plugin.json","plugin",{"basePath":310,"description":311,"displayName":312,"installMethods":313,"rationale":314,"selectedPaths":315,"source":280,"sourceLanguage":18,"type":256},"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",[316],{"path":317,"priority":279},"SKILL.md",{"basePath":319,"description":320,"displayName":321,"installMethods":322,"rationale":323,"selectedPaths":324,"source":280,"sourceLanguage":18,"type":256},"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",[325],{"path":317,"priority":279},{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":280,"sourceLanguage":18,"type":256},"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",[333,334],{"path":317,"priority":279},{"path":335,"priority":336},"onboarding-explainer.md","medium",{"basePath":338,"description":339,"displayName":340,"installMethods":341,"rationale":342,"selectedPaths":343,"source":280,"sourceLanguage":18,"type":256},"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",[344],{"path":317,"priority":279},{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":280,"sourceLanguage":18,"type":256},"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",[352],{"path":317,"priority":279},{"basePath":354,"description":355,"displayName":356,"installMethods":357,"rationale":358,"selectedPaths":359,"source":280,"sourceLanguage":18,"type":256},"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",[360],{"path":317,"priority":279},{"basePath":362,"description":363,"displayName":364,"installMethods":365,"rationale":366,"selectedPaths":367,"source":280,"sourceLanguage":18,"type":256},"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",[368],{"path":317,"priority":279},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":280,"sourceLanguage":18,"type":256},"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",[376],{"path":317,"priority":279},{"basePath":378,"description":379,"displayName":380,"installMethods":381,"rationale":382,"selectedPaths":383,"source":280,"sourceLanguage":18,"type":256},"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",[384],{"path":317,"priority":279},{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":280,"sourceLanguage":18,"type":256},"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",[392],{"path":317,"priority":279},{"basePath":252,"description":10,"displayName":13,"installMethods":394,"rationale":395,"selectedPaths":396,"source":280,"sourceLanguage":18,"type":256},{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/version-bump/SKILL.md",[397,398],{"path":317,"priority":279},{"path":399,"priority":400},"scripts/generate_changelog.js","low",{"basePath":402,"description":403,"displayName":404,"installMethods":405,"rationale":406,"selectedPaths":407,"source":280,"sourceLanguage":18,"type":256},"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",[408],{"path":317,"priority":279},{"basePath":283,"description":296,"displayName":254,"installMethods":410,"license":247,"rationale":411,"selectedPaths":412,"source":280,"sourceLanguage":18,"type":417},{"npm":254},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[413,415,416],{"path":414,"priority":279},"package.json",{"path":291,"priority":279},{"path":293,"priority":294},"mcp",{"sources":419},[420],"manual",{"npmPackage":254},{"closedIssues90d":238,"description":423,"forks":239,"homepage":424,"license":247,"openIssues90d":240,"pushedAt":241,"readmeSize":236,"stars":242,"topics":425},"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",[426,427,428,429,430,431,432,433,221,434,435,436,437,438,439,440,441,442,443,444],"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":244},{"classifiedAt":447,"discoverAt":448,"extractAt":449,"githubAt":449,"npmAt":450,"updatedAt":447},1778698055851,1778698049260,1778698052709,1778698054459,[222,221,220,219,217,218],{"evaluatedAt":250,"extractAt":453,"updatedAt":454},1778698056313,1778698444175,[],[457,489,517,544,572,600],{"_creationTime":458,"_id":459,"community":460,"display":461,"identity":467,"providers":472,"relations":482,"tags":485,"workflow":486},1778692488329.0164,"k17d7dgccv6vnj9tcw0cehwnph86nryb",{"reviewCount":8},{"description":462,"installMethods":463,"name":465,"sourceUrl":466},"Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.",{"claudeCode":464},"luiseiman/claude-kit","Rule Effectiveness Analysis","https://github.com/luiseiman/claude-kit",{"basePath":468,"githubOwner":469,"githubRepo":470,"locale":18,"slug":471,"type":256},"skills/rule-effectiveness","luiseiman","claude-kit","rule-effectiveness",{"evaluate":473,"extract":480},{"promptVersionExtension":210,"promptVersionScoring":211,"score":474,"tags":475,"targetMarket":223,"tier":479},100,[221,476,477,478,220],"configuration","analysis","optimization","verified",{"commitSha":262,"license":481},"MIT",{"parentExtensionId":483,"repoId":484},"k17650xadq8363kzchr4w0gmf186nq24","kd79wqc8an5wh20cc2znr8tyb586mxwx",[477,221,476,220,478],{"evaluatedAt":487,"extractAt":488,"updatedAt":487},1778693275143,1778692488329,{"_creationTime":490,"_id":491,"community":492,"display":493,"identity":499,"providers":502,"relations":510,"tags":513,"workflow":514},1778675056600.2383,"k17f3nm8tbhnv6cqv25b8g3zvh86nrgp",{"reviewCount":8},{"description":494,"installMethods":495,"name":497,"sourceUrl":498},"Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning.",{"claudeCode":496},"alirezarezvani/claude-skills","release-manager","https://github.com/alirezarezvani/claude-skills",{"basePath":500,"githubOwner":501,"githubRepo":435,"locale":18,"slug":497,"type":256},"engineering/skills/release-manager","alirezarezvani",{"evaluate":503,"extract":509},{"promptVersionExtension":210,"promptVersionScoring":211,"score":474,"tags":504,"targetMarket":223,"tier":479},[505,506,507,218,220,508],"release-management","devops","changelog","automation",{"commitSha":262},{"parentExtensionId":511,"repoId":512},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[508,507,506,220,505,218],{"evaluatedAt":515,"extractAt":516,"updatedAt":515},1778678944942,1778675056600,{"_creationTime":518,"_id":519,"community":520,"display":521,"identity":527,"providers":531,"relations":537,"tags":539,"workflow":540},1778692007457.861,"k179vm5rq0p8bzd9v2d18rqneh86m9bj",{"reviewCount":8},{"description":522,"installMethods":523,"name":525,"sourceUrl":526},"Publishes a new version of clickup-cli to npm, updates Homebrew tap, writes release notes, and syncs the agent skill. Use when releasing a new version, bumping version, or verifying a release.",{"claudeCode":524},"krodak/clickup-cli","releasing-clickup-cli","https://github.com/krodak/clickup-cli",{"basePath":528,"githubOwner":529,"githubRepo":530,"locale":18,"slug":525,"type":256},".agents/skills/releasing-clickup-cli","krodak","clickup-cli",{"evaluate":532,"extract":536},{"promptVersionExtension":210,"promptVersionScoring":211,"score":474,"tags":533,"targetMarket":223,"tier":479},[217,219,534,535,506],"homebrew","cli",{"commitSha":262},{"repoId":538},"kd7eepjypfnak20m6gzx5gk5mx86mdz6",[535,506,534,219,217],{"evaluatedAt":541,"extractAt":542,"updatedAt":543},1778692046342,1778692007457,1778692229266,{"_creationTime":545,"_id":546,"community":547,"display":548,"identity":554,"providers":558,"relations":565,"tags":568,"workflow":569},1778699018122.7927,"k172qs5m5jvyrgpd8psfrfmz2s86m9vb",{"reviewCount":8},{"description":549,"installMethods":550,"name":552,"sourceUrl":553},"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":551},"wshobson/agents","secrets-management","https://github.com/wshobson/agents",{"basePath":555,"githubOwner":556,"githubRepo":557,"locale":18,"slug":552,"type":256},"plugins/cicd-automation/skills/secrets-management","wshobson","agents",{"evaluate":559,"extract":564},{"promptVersionExtension":210,"promptVersionScoring":211,"score":474,"tags":560,"targetMarket":223,"tier":479},[552,222,561,562,563],"vault","aws-secrets-manager","security",{"commitSha":262},{"parentExtensionId":566,"repoId":567},"k1748zrty6tytzs86tpyrrbaxn86mfmj","kd74de64zj0axtg5b8t7eqqe2x86nske",[562,222,552,563,561],{"evaluatedAt":570,"extractAt":571,"updatedAt":570},1778700789419,1778699018122,{"_creationTime":573,"_id":574,"community":575,"display":576,"identity":582,"providers":587,"relations":594,"tags":596,"workflow":597},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":577,"installMethods":578,"name":580,"sourceUrl":581},"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":579},"steipete/clawdis","ClawSweeper Skill","https://github.com/steipete/clawdis",{"basePath":583,"githubOwner":584,"githubRepo":585,"locale":18,"slug":586,"type":256},".agents/skills/clawsweeper","steipete","clawdis","clawsweeper",{"evaluate":588,"extract":593},{"promptVersionExtension":210,"promptVersionScoring":211,"score":474,"tags":589,"targetMarket":223,"tier":479},[590,508,591,592,222],"github","code-review","maintenance",{"commitSha":262,"license":481},{"repoId":595},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[508,222,591,590,592],{"evaluatedAt":598,"extractAt":599,"updatedAt":598},1778697688364,1778697652123,{"_creationTime":601,"_id":602,"community":603,"display":604,"identity":610,"providers":615,"relations":624,"tags":627,"workflow":628},1778693180473.13,"k171q6ygmjjyh4tynhnym1v9cn86m7q0",{"reviewCount":8},{"description":605,"installMethods":606,"name":608,"sourceUrl":609},"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":607},"microsoft/agent-skills","Azure Deploy","https://github.com/microsoft/agent-skills",{"basePath":611,"githubOwner":612,"githubRepo":613,"locale":18,"slug":614,"type":256},".github/plugins/azure-skills/skills/azure-deploy","microsoft","agent-skills","azure-deploy",{"evaluate":616,"extract":623},{"promptVersionExtension":210,"promptVersionScoring":211,"score":474,"tags":617,"targetMarket":223,"tier":479},[618,619,620,621,622,508,222],"azure","deployment","bicep","terraform","azd",{"commitSha":262,"license":481},{"parentExtensionId":625,"repoId":626},"k17934axs3g4g0b9056mbcsz0986m02a","kd77czgnv00rfjm815pcc5xx5986n5t8",[508,622,618,620,222,619,621],{"evaluatedAt":629,"extractAt":630,"updatedAt":629},1778696225011,1778693180473]