Runs through your Eve-compatible repo and flags or fixes anything that's drifted from current platform conventions: outdated manifest schemas, stale skill references, deprecated CLI patterns, inline secrets, missing build steps. It works in phases: quick assessment, parallel workers for each problem area, then verification with a staging deploy. Handy after platform updates or before a big release when you need to be confident the repo won't break on some obscure schema change. The worker model means you can tackle manifest issues without waiting on documentation updates to finish. Honestly most useful if you maintain multiple Eve repos and want a single pass to catch configuration rot.
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-repo-upkeep