Claude Code Plugin Release
技能 活跃Claude Code 插件的自动化语义版本控制和发布工作流。处理 package.json、marketplace.json、plugin.json 清单中的版本增量、npm 发布(以便 `npx claude-mem@X.Y.Z` 可以解析)、构建验证、git 标记、GitHub 发布以及变更日志生成。
简化和自动化 Claude Code 插件新版本发布的复杂过程,确保一致性并减少手动错误。
功能
- 跨多个清单的自动化版本增量
- 用于 `npx` 兼容性的 NPM 发布
- Git 标记和 GitHub 发布创建
- 变更日志生成和提交更新
- 构建验证和同步操作
使用场景
- 自动化 Claude Code 插件的补丁、次要或主要版本更新。
- 确保 `package.json`、`marketplace.json` 和 `plugin.json` 之间的版本一致性。
- 简化将新插件版本发布到 npm 和 GitHub 的过程。
- 自动生成发布说明和更新变更日志。
非目标
- 开发或测试插件的核心功能。
- 管理插件依赖项(除了版本同步)。
- 自动化插件的整个 CI/CD 流水线。
- 在发布前手动审查代码更改。
Documentation
- info:Configuration & parameter referenceSKILL.md 提到了通过环境变量和设置文件进行配置,但未明确记录具体的参数及其默认值。
Code Execution
- info:Validation虽然使用了 Git 命令和 npm 脚本,但没有明确提及或证据表明存在用于验证输入参数或结构化输出的模式库,超出了 npm/git 提供的范围。
Security
- warning:Unguarded Destructive Operations该工作流包括 `npm publish`、`git push` 和 `git tag`,这些都是破坏性/更改性操作。虽然通过手动步骤可以进行确认,但未记录明确的“试运行”或明确的每步确认机制。
Scope
- warning:Dry-run preview尽管 SKILL.md 详细说明了 Git 和 npm 操作的手动步骤,但未记录发布过程本身的显式 `--dry-run` 标志或等效预览机制,该过程涉及发布和推送等破坏性操作。
安装
npx skills add thedotmack/claude-mem通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
类似扩展
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.
Release Manager
100Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning.
Releasing Clickup Cli
100发布 clickup-cli 的新版本到 npm,更新 Homebrew tap,编写发布说明,并同步 agent skill。在发布新版本、提升版本号或验证发布时使用。
Secrets Management
100Implement 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.
ClawSweeper Skill
100Use 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.
Azure Deploy
100Execute 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.