orbit-evergreen-updatelisted
Install: claude install-skill adityaarsharma/orbit
# 🪐 orbit-evergreen-update — The skill that keeps skills current
Skills go stale. New WP releases add APIs. Standards evolve. This is the meta-skill that keeps the suite honest.
---
## Quick start
```bash
# Check every Orbit skill for source drift
claude "/orbit-evergreen-update Walk every skill in ~/.claude/skills/orbit-* and check for stale rules."
```
Output: `reports/evergreen-drift-<timestamp>.md`.
---
## How it works
For each `~/.claude/skills/orbit-*/SKILL.md`:
1. **Parse** the `Sources & Evergreen References` section
2. **Fetch** every URL listed (canonical docs + spec refs)
3. **Diff** the fetched content vs the rules embedded in the skill
4. **Flag** any rule whose canonical source has changed
5. **Propose** a patch (rule update or removal)
6. **Bump** `Last reviewed` date if no drift found
---
## What "drift" looks like
### Rule says: "apiVersion 3 required for viewScriptModule"
Source says (today): "apiVersion 4 (introduced WP 6.8)"
→ DRIFT. Skill should mention apiVersion 4.
### Rule says: "WP 6.5 introduced Block Bindings"
Source says: same.
→ NO DRIFT.
### Rule cites: "https://wordpress.org/support/plugin/some-old-plugin/"
Source returns: 404 (plugin removed)
→ BROKEN LINK. Skill should remove the reference.
### Rule cites: "Google requires structured data X"
Source updates: now requires structured data X + Y
→ INCOMPLETE. Skill should add Y.
---
## What it produces
```markdown
# Evergreen Drift — 2026-04-29
## Skills audited: 106
## Skills