Skip to main content
在 Manus 中运行任何 Skill
一键导入

claude-plugin-repo-ci-release

星标1
分支0
更新时间2026年6月1日 14:30

Wire up CI validation and automatic release-cutting for a Claude Code plugin or marketplace repo (a repo with a `.claude-plugin/marketplace.json` and `plugins/*`). Adds two GitHub Actions — a structure validator that runs on every PR/push, and a release-on-version-bump job that cuts a GitHub Release whenever a `VERSION` file changes — plus the bundled validator script and workflow templates. Use this WHENEVER a plugin/marketplace repo has no CI, when GitHub Releases have drifted behind the shipped version (e.g. release says v2.0.0 but the skill is v3.3.0), when the user says "set up CI for my plugin repo / marketplace", "my releases keep falling behind", "tag/release on version bump", "auto-cut releases", "validate my marketplace.json / plugin.json", "catch when a plugin folder and its plugin.json name disagree", or has just added/bumped plugins and wants releases to keep up. Works for both single-plugin repos (nested `skills/<name>/`) and multi-plugin bundles (flat `plugins/<name>/`). Don't use for: generic

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

文件资源管理器
5 个文件
SKILL.md
readonly