← ClaudeAtlas

orbit-evergreen-updatelisted

Meta-skill that walks every `/orbit-*` skill, fetches the canonical sources listed in its `Sources & Evergreen References` section, diffs against the rules currently in the skill, flags drift (rule says X, source says Y now). Optionally proposes patches. Use whenever the user says "audit skills for staleness", "are my skills current", "evergreen update", "drift check", or quarterly as a maintenance routine.
adityaarsharma/orbit · ★ 1 · Testing & QA · score 55
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