By bill-billion
Compound Engineering style maintenance skill for open source repositories: issue triage, PR review, docs drift checks, release readiness, and knowledge capture.
Maintainer Loop 是一个面向开源仓库维护的共享 skill。它把 issue triage、PR review、文档同步、release 前检查和经验沉淀放进一条固定闭环里,让每次维护都顺手留下可复用资产,而不是只完成一次性的回复或审查。
仓库里真正可安装的 skill 位于 maintainer-loop/ 目录。这个结构是为了兼容 GitHub repo/path 安装方式,方便 agent 或脚本直接从仓库拉取指定 skill。
如果你在 Codex 里使用内置的 $skill-installer,可以直接让 agent 安装这个 skill:
请使用 $skill-installer 从 GitHub 仓库 Bill-Billion/Maintainer-Loop 安装路径 maintainer-loop 下的 skill。
也可以直接运行安装脚本:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo Bill-Billion/Maintainer-Loop \
--path maintainer-loop
安装完成后重启 Codex。
如果你只想手工安装到全局 skills 目录:
git clone https://github.com/Bill-Billion/Maintainer-Loop.git
mkdir -p ~/.codex/skills
cp -R Maintainer-Loop/maintainer-loop ~/.codex/skills/
如果你只想让某一个仓库使用它:
git clone https://github.com/Bill-Billion/Maintainer-Loop.git
mkdir -p /path/to/repo/.agents/skills
cp -R Maintainer-Loop/maintainer-loop /path/to/repo/.agents/skills/
也可以运行仓库自带脚本,把 skill 安装到默认全局目录或你指定的位置:
./install.sh
./install.sh /path/to/repo/.agents/skills
让 agent 显式使用这个 skill 即可,例如:
使用 $maintainer-loop 接管这个 issue。
使用 $maintainer-loop 审查这个 PR,并指出需要沉淀的维护知识。
使用 $maintainer-loop 准备这次 release 的发布前检查。
Maintainer-Loop/
├── README.md
├── install.sh
└── maintainer-loop/
├── SKILL.md
├── agents/openai.yaml
└── references/
当前版本为 0.1.0。作者固定为 Bill Billion。
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub bill-billion/maintainer-loop --plugin maintainer-loopEnd-to-end GitHub repository maintenance for open-source projects. Use when asked to triage issues, review PRs, analyze contributor activity, generate maintenance reports, or maintain a repository.
Editorial "OSS Maintainer" bundle for Claude Code from Antigravity Awesome Skills.
OSS maintenance skills: analyse, resolve, review, release
Personal Claude Code configuration with productivity skills and hooks. Includes GitHub workflows (PR creation/review, issue management), skill development tools, env protection hook, and TTS notifications.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.