AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Tombstone Reaper Skill

skill-webkubor-tombstone-reaper-skill-tombstone-reaper-skill · by webkubor

代码与技能墓碑收割机 — 识别并清除代码库中「自称已废」的墓碑技能、AI 幽灵碎片、死代码、临时备份与无用构建缓存,自动统计释放的 Token 与战报卡片。无用本身就是删除的充分理由,立了墓碑不叫下线,入土为安才叫下线。触发词: 墓碑、死代码、减法、垃圾回收、清理无用、tombstone、reaper、清理技能、代码下线、gc、减法优先、tombstone-reaper。

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-webkubor-tombstone-reaper-skill-tombstone-reaper-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-webkubor-tombstone-reaper-skill-tombstone-reaper-skill)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 7d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Tombstone Reaper Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

🪦 墓碑收割者 (Tombstone Reaper)

> "立了墓碑不叫下线,入土为安才叫下线。" > 很多开发者在废弃某项功能时,习惯把文件头部改成 【已停用】、deprecated,以为结案了 —— 这是立了墓碑。 > 墓碑比死代码更危险:它占着检索池,霸占触发词,继续污染 Agent 上下文并消耗 Token。


核心定律(减法优先)

依据系统思维宪法:"无用本身就是删除的充分理由。删除不需要论证,保留才需要。"

  • 保留的代价:分摊在未来的每一次 Agent 搜索、每一次 RAG 检索和每一个开发者的理解成本上。
  • 删除的代价:一次性的、完全可逆的(一次 git revert 即可召回)。版本控制就是它的永生之地,代码库工作区不是历史陈列馆。

收割核心对象(Tombstones & Ghosts)

| 类型 | 典型症状 | 危害 | 处置方式 | |---|---|---|---| | ⚰️ 墓碑技能 | SKILL.md 前 25 行 frontmatter 含 【已停用】、已废弃、该链路退役 或 status: deprecated | 占着关键词,Agent 依然会被误触发 | git mv 进 archive/skills/(保留 rename 历史) | | 🤖 AI 幽灵 | *.rej(Patch 失败抛弃块)、*.scratch.*、scratch/temp_*、temp_*.py | 污染 Agent 检索上下文,产生模型幻觉 | 彻底粉碎删除 | | 🗑️ 幽灵垃圾 | *.bak、*.bak2、*.update.lock、*~、.DS_Store | 污染 git status,容易误提交进仓库 | 彻底粉碎删除 | | 📄 草稿碎片 | 旧版示例路径 skills/devops/tombstone-reaper/scripts/reap.sh 是历史命名;当前仓库路径是 scripts/reap.sh(仓库根即 SKILL 根)。


自动化判定铁律

命中以下任意一条,直接执行减法,不需要请示:

  1. 自称已废:SKILL.md 前 25 行已显式声明"已废弃/已停用/已退役/status: deprecated";
  2. 零调用且目标已死:它所调用的 API/数据表/CLI 已从系统中物理移除;
  3. 临时产物:构建过程生成的 .bak、.bak2、.update.lock、~ 文件。

行为约束(自我保护,避免自食其果)

  • 自身目录排除:脚本会在每次启动时锚定 SELF_DIR,任何落在自身目录(含 archive/skills/)下的命中都会被跳过,避免 reaper 在自己仓库跑时把 SKILL.md 自己归档了。
  • archive/ 排除锚定自身:用户项目里已有的 archive/ 不会被一刀切排除 —— 只排除 reaper 自己的归档根。
  • 撞名防御:归档目标用「完整相对路径以 / 换 __」命名,plugins/auth/SKILL.md 与 tools/auth/SKILL.md 不会互相覆盖。
  • 空草稿阈值:
不用担心误删,勇敢做减法!

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [webkubor](https://github.com/webkubor)
- **Source:** [webkubor/tombstone-reaper-skill](https://github.com/webkubor/tombstone-reaper-skill)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.