GitNexus Refresh On Stale
Run this skill from the repository root.
Workflow
- Check index status.
npx gitnexus status
- If status contains
stale(case-insensitive), run:
npx gitnexus analyze
- If
.claude/skills/gitnexusexists after analyze, replace.agents/skills/gitnexuswith it.
- Delete existing
.agents/skills/gitnexuswhen present. - Move
.claude/skills/gitnexusto.agents/skills/gitnexus.
- If status is not stale, do not run analyze.
Script
Use the bundled script for deterministic behavior:
bash .agents/skills/gitnexus-refresh-on-stale/scripts/refresh_gitnexus_skills.sh
The script performs all steps above and prints what it changed.
Source: ML4ITS/TimeVQVAE — distributed by TomeVault.