orbit-evergreen-update

Audit orbit-* skills for outdated rules and source drift.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-evergreen-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-evergreen-update
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-evergreen-update
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-evergreen-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The problem of skill suite staleness due to evolving sources and standards.

Core Features & Use Cases

  • Evergreen Auditing: Regularly checks /orbit-* skills for source drift and outdated rules.
  • Proposed Patches: Optionally suggests rule updates or removals to maintain accuracy.
  • Maintenance Routine: Ideal for quarterly or post-WP minor release checks.

Quick Start

Run /orbit-evergreen-update Walk every skill in ~/.claude/skills/orbit-* and check for stale rules.

Frequently Asked Questions about orbit-evergreen-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my WordPress skill suite for outdated rules and source drift?

Auditing a WordPress skill suite for outdated rules requires recursively checking all skill files against current API standards. This process identifies canonical source drifts and proposes necessary updates or removals to maintain accuracy.

When should I run an evergreen audit on my skill suite?

An evergreen audit should be run periodically, ideally as a quarterly maintenance routine or immediately following a WordPress minor release. This ensures your skill suite remains current with ecosystem changes and API updates.

What is canonical source drift in a skill suite?

Canonical source drift occurs when rules within a skill suite become misaligned with their original authoritative sources. An evergreen audit detects this drift by recursively walking through skill directories and comparing existing rules against current standards.

Can I automatically generate proposed patches for stale skill rules?

Yes, the evergreen audit optionally suggests rule updates or removals when it identifies outdated rules. These proposed patches help maintain accuracy by aligning your skill suite with the latest WordPress ecosystem changes.

How do I check every orbit skill in my directory for stale rules?

To check every orbit skill for stale rules, run a recursive audit targeting the ~/.claude/skills/orbit-* directory path. This walk identifies outdated rules and canonical source drifts across the entire skill suite.